
/* Main Menu */
#main_menu {

	position: relative;
	top:0;
	left: 10px;
	width:100%;
	height:50px;
	margin: 0 auto;;
/*	background:url(../images/bg_menu.gif) repeat-x;*/
}
#Menu1, #Menu2{
	clear:left;
	list-style-type:none;
	margin:0;
	padding:0;
	letter-spacing: 1px;
}
#Menu1{
	margin-top: 3px;
	margin-left:10px;
	padding: 5px;
	font-weight:600;
	
}

#Menu1 li{
	margin-right:5px;
}

#Menu2 {
margin-left:20px;
}

#Menu1 li, #Menu2 li{
	float:left;
}

#Menu1 a {
	
	display:block;
	xxheight: 30px;
	padding: 7px 15px 6px 15px; 
	font-size:14px;
	font-weight:600;
	color: #717375;
	font-family: Arial, Helvetica, sans-serif;


}

#Menu2 a{
	display:block;
	xxheight: 30px;
	padding: 7px 10px 6px 10px; 
	font-size:11px;
	font-weight:600;
	color:  #025ea3;
	font-family: Arial, Helvetica, sans-serif;
	
}


#Menu1 a:visited, #Menu2 a:visited, .link a{
	text-decoration:none;
}
#Menu1 a.current, #Menu2 a:hover, #Menu2 a.current, #Menu2 .current a, #Menu1 a.section{
	color: #99ccff;
	text-decoration: none;
}


#Menu1 a:hover {

color: #23408F;

}

#Menu1 a.section{
	color: #b5121b;
	text-decoration: none;
}

#Menu1 a:hover, #Menu1 .section a, #Menu1 .current a {
	color: #23408F;
}

