/* section_levels */
#horizontal_menu {
width:100%;
}
#navigation{ height:27px; float: right;}
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	font-weight: normal;
	height:58px;
	/*background: url(../images/menu-space-bg.png) repeat-x center top;*/
}

.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: #c0c0c0;
	padding: 23px 2px 17px 20px;
	text-decoration: none;
	line-height: 18px;
	font-size: 14px;
	font-family: 'proxima-nova',sans-serif,Arial,Helvetica;
	font-weight: normal;
	letter-spacing:.1px;
	margin-right:1px;
	margin-left:1px;
	text-shadow: 0 1px 2px #063C51;
}

#menu_space { float:right;}

#menu_right {float:right;}

.menu ul li a.selected, .menu ul li a.selected:hover{ 
		background: #ffef90; /* Old browsers */
		background: -moz-linear-gradient(top, #ffef90 0%, #ffef90 50%, #edca56 51%, #edca56 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef90), color-stop(50%,#ffef90), 		        color-stop(51%,#edca56), color-stop(100%,#edca56)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffef90 0%,#ffef90 50%,#edca56 51%,#edca56 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffef90 0%,#ffef90 50%,#edca56 51%,#edca56 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ffef90 0%,#ffef90 50%,#edca56 51%,#edca56 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef90', endColorstr='#edca56',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ffef90 0%,#ffef90 50%,#edca56 51%,#edca56 100%); /* W3C */ 
	    color: #000000;
	    text-shadow: none;
}



.menu ul li a:hover{
	font-size: 14px;
	font-family:'proxima-nova',sans-serif,Arial,Helvetica;
	padding: 23px 2px 17px 20px;
	text-shadow: none;
	text-decoration: none;
	color: #c0c0c0;
	font-weight: normal;
	letter-spacing:.1px;
	margin-right:1px;
}
