/***************** TOP MNEUS *******************/

#nav {	
	clear: both;
	height: 41px;	
	border: solid 1px #e6e4e4; 
	border-top: none;
}

#top_menu {
	float: left;
	height: 28px;
	padding-top: 13px;
	background-color: #fff;
/*	background: url(img/top_menu_bg.gif) repeat-x; */
}

#top_menu ul {
  list-style: none;	
}

#top_menu ul li {
	display: block;
	float: left;
}

#top_menu ul li:hover, .li_active {
	display: block;
	float: left;
	height: 31px;
	background: #fff url(img/top_menu_li_top.gif) repeat-x top;
	position: static;
	z-index: 1000;
}

#top_menu .menu_a {
	display: block;
	float: left;
	height: 21px;
	padding: 7px 25px 0 25px;
	text-decoration: none;
	color: #024386;
	font: 13px Verdana, Arial, Helvetica, san-serif;	
	font-weight: bold;
	background: url(img/top_menu_right_bg.gif) no-repeat bottom right;
}

#top_menu .menu_a:hover, .menu_a_active {	
	display: block;
	float: left;
	height: 24px;
	padding: 7px 24px 0 25px;
	text-decoration: none;
	color: #08acfd;
	font: 13px Verdana, Arial, Helvetica, san-serif;	
	font-weight: bold;
	border-right: solid 1px #f4f5f5;
	background: url(img/top_menu_a_left.gif) no-repeat left;
	position: static;
	z-index: 1000;
}

