/* CSS classes used in this template:
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator */

#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 18px;
	-margin-top: 62px;
}
#nav, #metanav{	
	/*background: #666699;
	-moz-border-radius: 10px 0 0 10px;
	padding: 15px !important;
	position: relative;
	top: -16px;
	/**/
}
#nav li, #nav ul{
	margin:0;
	padding: 0;
}
#nav li{
	font-size: 17px;
	text-shadow: #666699 0px 0px 3px;
/*	filter: glow(color=#666699,strength=4);
	filter: dropshadow(color=#666699,offX=1,offY=1);*/
	padding-top: 4px;
}
#nav li li{
	font-size: 15px;
	font-weight: normal;
	padding-left: 10px;
}
#nav li li li{
	font-size: 14px;
}
#nav a, #nav a:link, #nav a:visited {
	text-decoration: none;
	color: #fff;
	padding: 1px 5px 1px 7px;
	-border: 1px transparent solid;
	behavior: url(/global/css/PIE.htc);
}
#nav li li a, #nav li li a:link, #nav li li a:visited{
}
#nav li.active li a{
	background: transparent;
	text-shadow: #666699 0px 0px 3px;
	color: #fff;
}
.metanav a, .metanav a:link, .metanav a:active, .metanav a:visited{
	padding: 2px 2.5%;
	color: white;
	text-shadow: #666699 0px 0px 3px;
	text-decoration: none;
	margin-right: 8%;
	behavior: url(/global/css/PIE.htc);
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}
#nav li li li a{
	background: none;
	text-shadow: #666699 0px 0px 3px;
	color: #fff;
	padding-top:0 !important;
	padding-bottom: 0 !important;
}
#nav li li.active li a{
	background: none;	
}
#nav li li.active li a:hover,
#nav li li li.active a:hover{
	background: none;	
	background-color: #666699;
}
.metanav a:hover, .metanav a.active, #nav li.active a, #nav li li.active a, #nav li a:hover, #nav li li a:hover, #nav li a:active, #nav li li a:active, #nav li a:focus, #nav li li a:focus
{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	background-color: #666699;
	-color: #666699;
	-background-color: white;
	-border: 1px white solid;
	-text-shadow: #AAAAFF 0px 0px 2px;
}

.metanav{
	font-size: 80%;
	padding-top: 30px;
	padding-left: 5px;
}
