/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin:0; padding: 0; float: left; position: relative; }
  #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: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 165px; position:absolute; left:205px; top:0; }
#nav ul ul { left: 165px; border-left:1px solid #CCCCCC; }

/* Everything else is theming */
 
/*#nav { background-color: #30A8C3; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { filter: alpha(opacity=90); }*/
   
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



ul#nav li a{
display: block;
margin:0; padding:0;
text-decoration: none;
}

ul#nav li.nav1 a {
	background:url(../images/nav1.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav1 a.hover {
	background:url(../images/nav1-hover.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav2 a {
	background:url(../images/nav2.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav2 a.hover {
	background:url(../images/nav2-hover.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav3 a {
	background:url(../images/nav3.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav3 a.hover {
	background:url(../images/nav3-hover.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

	ul#nav li.nav3 ul li a {
		width:150px;
		background:#ffffff;
		height:auto;
		color:#C51E3A;
		font-weight:bold;
		font-size:11px;
		padding:4px 0 4px 15px;
		text-indent:0;
		border-bottom:1px solid #CCCCCC;
	}
	
	ul#nav li.nav3 ul li a.hover {
		width:150px;
		background:#E6FFFF;
		height:auto;
		color:#971329;
		font-size:11px;
		font-weight:bold;
		border-bottom:1px solid #CCCCCC;
		padding:4px 0 4px 15px;
		text-indent:0;
	}

ul#nav li.nav4 a {
	background:url(../images/nav4.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav4 a.hover {
	background:url(../images/nav4-hover.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav5 a {
	background:url(../images/nav5.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav5 a.hover {
	background:url(../images/nav5-hover.jpg) no-repeat;
	width:205px; height:24px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav6 a {
	background:url(../images/nav6.jpg) no-repeat;
	width:205px; height:32px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav6 a.hover {
	background:url(../images/nav6-hover.jpg) no-repeat;
	width:205px; height:32px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav7 a {
	background:url(../images/nav7.jpg) no-repeat;
	width:205px; height:32px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

ul#nav li.nav7 a.hover {
	background:url(../images/nav7-hover.jpg) no-repeat;
	width:205px; height:32px;
	margin:0; padding:0;
	position:relative;
	text-indent:-999em;
}

li.topLevelNav ul li {
	z-index:1000 !important;
	
}

ul#nav li ul li {
	height:auto;
}
