@CHARSET "UTF-8";

/****** TOP MENU *******/

#Navigation {
	font-size: 14px;
	height: 41px;
	width: 972px;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	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: normal;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	float: left;
	padding-top: 11px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;/*	background: url(../img/tabs.png) no-repeat scroll right 0px;*/
	white-space: nowrap;
}

#mainNav li a span {
	display: block;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	height: 41px;
	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: repeat-x;
}

#mainNav li a:hover span {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/
	background-repeat: repeat-x;	
}

#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: repeat-x;	
}

#mainNav li a.active span {
	text-decoration: none;
	color: #FFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/
	background-repeat: repeat-x;	
}

#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; }

.top_menu_link_img
{
	vertical-align:middle;
	border:0px;
}