/* Basic code - don't modify */
 
 #nav { position: relative; }
  #nav li { 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; }
	
#nav li ul li {
	float:left;
	width:180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/articles/images/ci13.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #717171;
	border-right-color: #717171;
	border-bottom-color: #717171;
	border-left-color: #717171;
	height:32px;
}	
    
/* Essentials - configure this */

#nav ul { width: 200px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { height: 24px; }
#nav *:hover { background-color: none; }
#nav a {/* line-height: 1;*/ }
  #nav li.hover a { color:#fff;  }
  #nav ul { top: 36px; }
    #nav ul li a {
	padding: 0px;
	background-image: url(/articles/images/ci30.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:10px;
	line-height: 30px;
}
      #nav ul a.hover {
	background-image: url(/articles/images/ci30.png);
	text-decoration: underline;
}
   #nav ul a { /*opacity: 0.9; filter: alpha(opacity=90);*/ }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

