/* 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: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav *:hover { background-color: none; }
#nav a {
	font-family:Arial Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	vertical-align:middle;
	width:118px;
	height:27px;
	text-decoration:none;
	padding:3px 2px 0 0;
	margin:0px 0 0 0;
}
#nav a:hover {
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	background-color:transparent;
	*background-color/**/:/**/#2C2C2E;
}

/* IE hover fix */
#nav li a:hover {
	*background-image/**/:/**/url(../images/bg_nav_button_black.gif);
	*background-position/**/:/**/top right;
	*background-repeat/**/:/**/no-repeat;
}
#nav li ul li a:hover {
	*background-image/**/:/**/none;
}
/* End */

#nav li {
	background-image:url(../images/bg_nav_button_grey.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#E2E3E4;
	margin:0 7px 0 0;
	border:none;
	z-index:100;
}
#nav li:hover {
	background-image:url(../images/bg_nav_button_black.gif);
	background-position:top right;
	background-repeat:no-repeat;
/*	background-color:#2C2C2E;*/
	background-color:#999999;
/*	color:#139CDC;*/
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	margin:0 7px 0 0;
	border:none;
}
#nav li a:focus {
	color:#ffffff;
}
#nav li ul li {
	background-image:none;
	width:120px;
	height:30px;
}
#nav li ul li:hover {
	background-image:none;
}



