a {
	color: #333;
}
#nav { line-height: 100%; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-bottom: 0; padding-top: 9px; padding-bottom: 0; }
#nav li { position: relative; float: left; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-right: 0; padding-bottom: 8px; list-style: none; }
/* main level link */
#nav a { font-weight: bold; color: #085281; font-size: 10pt; font-family: arial; text-decoration: none; margin-top: 0; margin-right: 0; margin-bottom: 0; display: block; padding-top: 8px; padding-bottom: 8px; }
/* main level link hover */
#nav .current a, #nav li:hover > a { color: #0f70ae; font-family: arial; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a { background: url(../images/dot.png) no-repeat 5% 50%; color: #666; padding-left: 28px; border-bottom: 1px solid #d2d1d1; border-top-style: none; border-top-width: medium; border-right-style: none; border-right-width: medium; border-left-style: none; border-left-width: medium; -webkit-box-shadow: none; -moz-box-shadow: none; }
#nav ul a:hover { 
	color: #0e4e7c !important; background-color: #0e4e7c; background-image: url(../images/dot.png); background-repeat: no-repeat !important; background-attachment: scroll !important; background-position: 5% 50%; -webkit-border-radius: 0; -moz-border-radius: 0; text-shadow: 0 1px 1px rgba(0, 0, 0, .1); }
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #dddddd); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 0px #0e4e7c;
	
	border-radius: 6px;
	-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: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* 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%;
}