/* Basic code - don't modify */
#nav {
	margin: 0;	
	padding-top: 1px;
	z-index: 50;
	font: Tahoma;
	padding-left: 0px;
		
}
#nav li {
	display: block;
	list-style: none;
	margin:0;
	padding:2px 0px;
	text-indent:5px;
	width:100%;	
	position: relative;	
	border-bottom:1px solid #245E83;
}
#nav a {
	display: block;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
}  /* IE6 "fix" */
#nav ul a {
	zoom: 1;
}  /* IE6/7 fix */
#nav ul li {
	float: left;
	width: 100%;
	padding:0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	
	background-color:#D9E1E6;
}

#nav ul ul {
	top: 0;
}

/* Essentials - configure this */
#nav ul {
	width: 130px;
}

#nav ul ul {
	left: 161px;
}

/* Everything else is theming */
#nav {
	background-color: #none;

}

#nav * :hover {
	background-color: none;
}

#nav a {
	border-right: 0px solid white;
	font-size: 12px;
	padding: 5px 0px 5px 0;	
	line-height: 1;
	text-decoration: none;
	color:#3B77AB;
	font-weight:bold;
}

#nav li.hover a {
	display:block;
	background-color:#92C1C7;
}

#nav ul {
	top: 1px;
	left:160px;
	width: 150px;	
	text-align: left;
	text-indent:15px;
	overflow: visible;	
	position: absolute;
}

#header ul#nav {
	margin: 0px;
	padding: 0px;	
	width: 100%;	
/*	-moz-opacity:.35;opacity:.35; */	
	
	
	
}

#nav ul li.hover a {
		color:#FE0002;
		background-color:#92C1C7;
}

#nav ul a {
	border-bottom: 0px solid white;
	border-right: none;
}

#header .nav a {
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 5px 5px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;	
	color: #FEFEFE;
}

#header .nav a.active {
	color: #EE1B24;
	border-bottom: solid 0px red;
}
#nav ul li a {		
	background-color: #92C1C7;
	padding: 6px 5px 6px 0px;
	
}



/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



