body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
}
a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 10px 6px 0;
	line-height: 5px;
	width: 456px;
	border-radius: 2px;
 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1 2px 4px rgba(0, 0, 0, .4);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
 
	background: #273550; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6da8', endColorstr='#2b487e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4e6da8), to(#2b487e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4e6da8,  #2b487e); /* for firefox 3.6+ */
 
	background: rgb(78,109,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,109,168,1) 0%, rgba(43,72,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,168,1)), color-stop(100%,rgba(43,72,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6da8', endColorstr='#2b487e',GradientType=0 ); /* IE6-9 */


 
	border: solid 1px #273550;
}
#nav li {
	margin: 0 1px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	font-size: 12px;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  2px 10px;
	margin: 0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .active a, #nav li:hover > a {
	/*background: #0399d4;  for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4eafe', endColorstr='#509bc3');  for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#c4eafe), to(#509bc3));  for webkit browsers */
	/*background: -moz-linear-gradient(top,  #c4eafe,  #509bc3);  for firefox 3.6+ */
 
	font-size: 13px;
	color: #ff7200;
	padding:  2px 9px;
	/*border-bottom: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #e7e5e5;
	padding:  6px 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #879cc5 !important; /* for non-css3 browsers 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91A1BF', endColorstr='#6687C4'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#91A1BF), to(#6687C4)) !important; 
	background: -moz-linear-gradient(top,  #91A1BF,  #6687C4) !important; */
 
	background: rgb(145,161,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(145,161,191,1) 0%, rgba(102,135,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,161,191,1)), color-stop(100%,rgba(102,135,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(145,161,191,1) 0%,rgba(102,135,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(145,161,191,1) 0%,rgba(102,135,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(145,161,191,1) 0%,rgba(102,135,196,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(145,161,191,1) 0%,rgba(102,135,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a1bf', endColorstr='#6687c4',GradientType=0 ); /* IE6-9 */

 
	color: #fff !important;
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
/* level 2 list */
#nav ul {
	background: #2b487e; /* for non-css3 browsers */879cc5
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6da8', endColorstr='#2b487e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4e6da8), to(#2b487e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4e6da8,  #2b487e); /* for firefox 3.6+ */
	
	background: rgb(78,109,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,109,168,1) 0%, rgba(43,72,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,168,1)), color-stop(100%,rgba(43,72,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,109,168,1) 0%,rgba(43,72,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6da8', endColorstr='#2b487e',GradientType=0 ); /* IE6-9 */

	
	color: #ffffff;
	display: none;
	margin: 0;
	padding: 0;
	width: 285px;
	position: absolute;
	top: 16px;
	left: 5px;
	border-left: solid 1px #273550;
	border-right: solid 1px #273550;
	border-top: solid 1px #273550;
	border-bottom: solid 1px #273550;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}