@media print {
#nav {
	display: none;
}}

img.redtopbar {
	width:100%;
	height:10px;
	clear:both;
	margin:0 0 -3px 0;
	border:0;
	padding:0;}
	
/* CSS for the Suckerfish/Superfish navigation bar */
	
#nav, #nav * {
	margin:0;
	padding:0;
	list-style:none;
}
#nav {
	line-height:1.0;
	float:left;
	margin-bottom:0;
	width: 100%;
	background: #00005a;
	font-weight:bold;
	letter-spacing:1px;
}

#nav ul {
	position:absolute;
	top:-999em;
	width:9.5em;
	background:#fff;}


#nav ul li,
#nav a {
	width: 100%;
	display:block;
	float:left;
	}



/* all li elements */
#nav li {
	background: #00005a;
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
}

/* all anchor elements */
#nav li:hover ul, 
ul#nav li.sfHover ul 
{
	left:-1px; 
	top:1em;
}


#nav li:hover li ul,
#nav li.sfHover li ul {
	top:-999em; 
}
#nav li li:hover ul, 
ul#nav li li.sfHover ul  {
	left:9.5em; 
	top:-1px; 
}


#nav li li:hover li ul,
#nav li li.sfHover li ul {
	top:-999em;
}

#nav li li li:hover ul,
ul#nav li li li.sfHover ul  {
	left:9.5em; 
	top:-.5px; 
}

.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}

embed, object {
	position: relative;
	z-index: 0;
	}

/******************** ORIGINAL SKIN ******************/
/*
 However, certain rules above
 * (indicated with the word "VARIABLE") may also need to be altered to suit the width
 * and height of your menu items and submenus. For example, if you need wider submenus
 * eg: #nav ul { width:12em} then you will need to also apply that value
 * to the left offset of any deeper nested submenus, eg:
 * #nav li li:hover ul,
 * ul#nav li li.sfHover ul {
	 left:12em; top:-1px;
   }
*/

#nav {
	
	float:left; 
	margin-bottom:0em; 
	}
#nav li {
	background:#00005a ;
	border-left:0px solid #fff;
	border-top:0px solid #CFDEFF;
	width:9.5em; 
	padding: 0; 
}
#nav a {
	text-decoration:none;
	text-align:	center;
	color: white;
	padding: 0; 
	text-decoration:none;
	text-indent: 0em;
}
/* if link text runs over two or more lines, you will want padding in the anchor element instead of relying on text-indent to provide space. The following disabled rule shows how to style the submenu links in this case. Note that the width plus left and right padding must equal the width set above for the submenu (#nav ul) */
/*
#nav ul a {
	width: 7.45em;
	padding: .75em 1em;
	text-indent: 0;
	}
*/
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	background:#b30000; /* hover highlight */
}
#nav li li {
	background:#00005a; /* slightly darker shade for nested submenus */
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	border-right:1px solid #fff;
	border-bottom:1px solid #CFDEFF;
	font-weight: normal;
	letter-spacing:0em;
	padding: 0.2em 0em;
	
}
#nav li li li {
	background:#00005a; /* slightly darker shade for nested submenus */
}

