body {
	font-family: "MS Sans Serif", "Microsoft Sans Serif"; font-size: 10px;
	
	background: #ffffff;
	
	color: #444444;
}


a {
	color: #333;
}

#nav {
	margin: 0;
	
	padding: 1px 1px 0;
	
	background: #ffffff 	
	line-height: 100%;

	
}

#nav li {
	margin: 0 2px;
	
	padding: 0 0 0px;
	
	float: left;
	
	position: relative;
	
	list-style: none;
}



/* main level link */

#nav a {
	color: #a6a5a5;
	
	text-decoration: none;
	
	display: block;
	
	padding: 4px 5px;  
	margin: 0;


}

#nav a:hover {
	background: #FFFFFF url(img/gradient.png) repeat-x 0 -100px !important;
		
	color: #969696;
}


/* main level link hover */

#nav .current a, 
#nav li:hover > a {
	background: #666  color: #444;
	
	border-top: solid 1px #f8f8f8;

	
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .2);
}


/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	
	border: none;
	
	color: #666;


}

#nav ul a:hover {
	background: #ceded2 url(img/gradient.png) repeat-x 0 -100px !important;
	
	color: #7c7c7c !important;


}


/* dropdown */

#nav li:hover > ul {
	display: block;
}

/* level 2 list */

#nav ul {
	display: none;

	
	margin: 0;
	
	padding: 0;
	
	width: 150px;
	
	position: absolute;
	
	top: 22px;
	
	left: 0;
	
	background: #ffffff url(img/gradient.png) repeat-x 0 0;
	
	border: solid 1px #b4b4b4;

	
}

#nav ul li {
	float: none;
	
	margin: 0;
	
	padding: 0;
}


#nav ul a {
	font-weight: normal;
	
}


/* level 3+ list */

#nav ul ul {
left: 181px;
	
	top: 0px;
}


/* rounded corners of first and last link */

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	
	-moz-border-radius-topleft: 2px;

	
	-webkit-border-top-right-radius: 2px;
	
	-moz-border-radius-topright: 2px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 2px;
	
	-moz-border-radius-bottomleft: 2px;

	
	-webkit-border-bottom-right-radius: 2px;
	
	-moz-border-radius-bottomright: 2px;
}


/* 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%;
}