/* section_levels */
#horizontal_menu {
width:100%;
}
#navigation{width: 960px; height:27px; margin-top: 3px;}
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	font-family:Arial, Helvetica, sans-serif;
	
	list-style: none;
	font-weight: normal;
}
.menu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	height: 27px;
}
.menu ul li a {
	display: block;
	color: #FFF;
	padding:8px;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:9px;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #002649;
}
#menu_space { float:left; margin-right:50px;}
#menu_right {float:right;}
.menu ul li a.selected, .menu ul li a.selected:hover{ 
		background: #ffef90; /* Old browsers */
		background: -moz-linear-gradient(top, #fcdf7e 0%, #fcdf7e 50%, #edca56 51%, #edca56 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fada6f), color-stop(50%,#fada6f), 		        color-stop(51%,#edca56), color-stop(100%,#edca56)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffdc69 0%,#ffdc69 50%,#edca56 51%,#edca56 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffdc69 0%,#ffdc69 50%,#edca56 51%,#edca56 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ffdc69 0%,#ffdc69 50%,#edca56 51%,#edca56 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc69', endColorstr='#edca56',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ffdc69 0%,#ffdc69 50%,#edca56 51%,#edca56 100%); /* W3C */ 
	    color: #000000;
	    text-shadow: none;
}
.menu ul li a:hover{padding:8px;text-shadow: none;margin-left:9px; text-shadow:0 0 1px #688CAD; color: #fff;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
