/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0 0 0 .5px;
	padding: 0;
	position: relative;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: url(../assets/m_Bg_on.jpg);
}
  #nav a {
	display: block;
}
  #nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../assets/m_Bg_Clear.gif);
}
  * 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 */
/* Set the UL width to handle text length  */
#nav ul { width: 210px; }
#nav ul ul { left: 211px; }

/* Everything else is theming */
 
#nav {
	height: 24px;
	background: #494a4a url(../assets/m_Bg_on.jpg);
	margin-left: 8px;
	width: 824px;
}
#nav *:hover {

}
#nav a {
	border-right: 1px solid white;
	color: #495EBE;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
}
  #nav li.hover a {
	background: url(../assets/m_Bg_off.jpg);
}
  #nav ul { top: 25px; } /*was 25px */
    #nav ul li a {

}
      #nav ul a.hover {
	background: #494a4a url(../assets/m_Bg_on_ORANGE.jpg);
}
   #nav ul a { border-bottom: 2px solid white; border-right: none; opacity: .9; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
