/* $Id: blackblue.css,v 1.1.2.3 2008/01/26 22:27:42 m3avrck Exp $ */

#simplemenu {
	background:#000;
	color:#fff;
	font:11px Verdana, Helvetica, sans-serif;
	/*width: 850px;*/
	z-index:9999;
	text-align:left;
}
#simplemenu a {
	color:#fff;
	text-decoration:none;
	padding: 3px 30px 5px 20px;  /*Spacing between top menu elements*/
	width:auto;
}
#simplemenu li {
  background:transparent;
	/*border-right: 1px solid white;*/
	border-left: 1px solid white;  /*Border between menu elements*/
	font-size: 1.2em;
}
#simplemenu > li:first-child {
	border-left: 0px none transparent; /*No border on the first menu*/
}
#simplemenu li.expanded > a {
	background:url(arrow_right.gif) no-repeat 94%;
	padding-right:18px;
}
#simplemenu li.root > a {
	background:url(arrow_down.gif) no-repeat 94%;
	padding-right:18px;
}
#simplemenu li:hover, #simplemenu li.sfHover,
#simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
  background: #4c77b3;
	color:#fff;
}
#simplemenu li ul {
  border:1px solid #ccc;
	background:#fafcff;
	width: 230px;        /*Width of child menus*/
	font-size: 0.9em;  /* sets font of child menus to keep simialr size */
}
#simplemenu li ul a {
	/*color:#4e4e4e;*/
	 
	height:auto;
	color: black;
}
#simplemenu li ul li:hover, #simplemenu li ul li.sfHover,
#simplemenu li ul a:focus, #simplemenu li ul a:hover, #simplemenu li ul a:active {
  background-color:#cde;
	/*color:#4e4e4e;*/
	color: black;
}