@CHARSET "UTF-8";

.top_menu_link_img{vertical-align:middle;border:0px;}

#mainNav{
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#mainNav li{float:left;margin-top:0px;margin-right:1px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}
#mainNav li img{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:6px;padding-right:0px;padding-bottom:0px;padding-left:0px;}

#mainNav li a{
	margin: 0px;
	font-weight: bold;
	color: #FF490C;
	text-decoration: none;
	height: 27px;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: none;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	line-height: 27px;
	font-family: Verdana, Geneva, sans-serif;
}
#mainNav li span{
	display:block;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:10px;
	height:27px;
	width:auto;
	float:left;
	cursor:pointer;
	cursor:hand;
	margin:0px;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainNav li a:hover{
	text-decoration: none;
	color: #333;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
#mainNav li a:hover span{
	text-decoration: none;
	color: #333;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainNav li a.active{
	text-decoration:none;
	color:#FFF;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
#mainNav li a.active span{
	text-decoration: none;
	color: #333;
	background-attachment: scroll;
	background-image: url(../img/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainNav li a.active:hover{color:#FFFFFF;text-decoration:none;cursor:pointer;cursor:hand;}
#mainNav li a.active:hover span{color:#FFFFFF;text-decoration:none;cursor:pointer;cursor:hand;}