/* CSS Document */

.menu-wrapper {
	margin-top:20px; 
	background: #283B42; /* Old browsers */
	background: -moz-linear-gradient(top,  #283B42 0%, #85B8CB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#283B42), color-stop(100%,#85B8CB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #283B42 0%,#85B8CB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #283B42 0%,#85B8CB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #283B42 0%,#85B8CB 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #283B42 0%,#85B8CB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283B42', endColorstr='#85B8CB',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	-webkit-box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.38);
	-moz-box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.38);
	box-shadow: 0px 0px 111px 13px rgba(255,255,255,0.38);
}
.menu > a:LINK {font-size:24px;	color: white; line-height:1.7em}
.menu > a:VISITED{ text-decoration: none;color: white;}
.menu > a:HOVER{ text-decoration: none; color: #ACABAB; border-left: 4px solid white; padding: 0 0 0 10px;}
.menu > a:ACTIVE{ text-decoration: none;color: white;}


.responsive-menu{
	display: none;
	/*background-color:#E99B00;*/
	z-index:1000;
	position:relative;
	/*padding:20px;
	width:300px;
	top:20px;
	left:-30px;*/

}
.expand {
	display: block !important; 
	text-align:center;
	margin: 15px 0 0 0;
	font-family:Verdana, Geneva, sans-serif; 
	color:white;
}