@CHARSET "UTF-8";

/****** TOP MENU *******/

#mainNav {
	margin: 0px;
	padding: 0px;
/*	list-style-image: none;*/
	list-style-type: none;
	min-height: 208px;
/*	width: 100%;*/
}

#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainNav li a {
	margin: 0px;
	font-weight: bold;
	color: #C3C3C3;
	text-decoration: none;
	/*	height: 30px;*/
	width: 188px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-transform: uppercase;
}

#mainNav li a span {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	height: 30px;*/
	width: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
/*	background: url(../img/tabs.png) no-repeat scroll 0px 0px;*/
}

#mainNav li a:hover {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll right -47px;*/
	background-image: url(../img/menu_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainNav li a:hover span {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/

}

#mainNav li a.active {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/
	background-image: url(../img/menu_hover.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

#mainNav li a.active span {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/

}

#mainNav li a.active:hover {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#mainNav li a.active:hover span {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#mainNav li.last_topmenu {
/*	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;*/
}

.top_menu_link_img
{
	vertical-align:middle;
	border:0px;
}