/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 1 }
  #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 li { width: 201px; height: 30px; text-align: center; font-size: 15px; font-weight: normal;}
#nav li ul li { width: 201px; height: 30px; text-align: left; font-size: 13px; font-weight: normal; }
#nav ul ul { left: 201px; }
#nav ul ul.right { left: -201px; }

/* Everything else is theming */
#navbox{
	border: 1px solid #eeeeee;
	padding: 3px 4px 3px 4px;
}

#nav {
	height: 30px;
	background: url(../images/bg_blue.gif) repeat;
}
#nav *:hover { 
	background-color: none; 
	text-decoration: none; 
}
#nav a { 
	border-right: 1px solid white; 
	color: white; 
	padding: 8px; 
	line-height: 1; 
}
#nav li.hover a { background: url(../images/bg_pink.gif) repeat; }
#nav li.hover ul li a { background: url(../images/bg_blue.gif) repeat; }
#nav li.hover ul li a.hover { background: url(../images/bg_pink.gif) repeat; }
#nav ul li a { background: url(../images/bg_blue.gif) repeat; }

#nav ul { top: 30px; }
   #nav ul a { border-top: 1px solid white; border-right: 1px solid white; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

* html #nav ul li  { margin-bottom: -3px; } /* IE6$B%O%C%/(B */
*:first-child+html #nav ul li  { margin-bottom: -4px; }/*IE7$B%O%C%/(B */

