@charset "UTF-8";
#top_menu_container  a:link {
	text-decoration: none;
	color: #CB6B35;
}

/* CSS Document */

body {
	margin: 0px;
}

#top_menu_wrapper {
	background-image: url(images/top_menu_bkground.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}
#top_menu_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(images/top_menu_bkground.jpg);
	background-repeat: repeat-x;
}
#top_menu_content {
	height: 50px;
	width: 960px;
	padding-left: 30px;
	float: left;
}
#top_menu_ul {
	font-family: sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: none;
}
#top_menu_content ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 0px;
	float: left;
	padding-top: 10px;
}
#top_menu_content ul li {
	display: inline;
	padding-left: 10px;
}
#top_menu_content ul li.first {
	padding-left: 0px;
}
#top_menu_searchBox {
	float: right;
	height: 20px;
	margin-top: 15px;
	margin-right: 30px;
}
#top_menu_container  a:visited  {
	text-decoration: none;
	color: #CB6B35;
}

