#nav, #nav ul { /* all lists */
	
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	
}
.toplink a {
	color: #333333;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
/*.toplink a:hover {
	text-decoration: none;
}*/
/*.toplink {
	color: #333333;
}*/
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:15px;
	
}
#nav li a {
	display: block;
	width: auto;
	padding-left:23px;
	padding-right:25px;
	border-right:#FFFFFF solid 1px;
	color:#B1CA17;
	text-decoration:none;
	background-image: url(images/link_bg.jpg);
	background-repeat: repeat-x;
	line-height: 37px;
	font-size: 15px;
}

#nav li asel {
	display: block;
	width: auto;
	padding-left:23px;
	padding-right:25px;
	border-right:#FFFFFF solid 1px;
	color:#FF0000;
	text-decoration:none;
	background-image: url(images/link_bg.jpg);
	background-repeat: repeat-x;
	line-height: 37px;
	font-size: 15px;
}

#nav li a:hover {
	width: auto;
	background-image: url(images/rod_mid.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 14px;
	
}

#nav li ul li a {
	background-color:transparent;
	width: 175px;
	/*border-bottom:#FFFFFF solid 1px;*/
	border-right:none;
	line-height: 25px;
	text-align:left;
	/*font-weight: bold;*/
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	
 }
#nav li ul li a:hover {
	width: 175px;
	background:#333333 url("images/seperator.gif") bottom right no-repeat;
	background-repeat: repeat-x;
	color: #B3D342;
	/*font-weight: bold;*/
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
 }
#nav li ul ul { /* third-and-above-level lists */
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 224px;
	width:225px;
}
#nav li ul ul li a {
	width:225px;
	padding-left:10px;
	padding-right:0;
}
#nav li ul ul li a:hover {
	width:225px;
	padding-left:10px;
	padding-right:0;
	background-color: #666666;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.inputs {
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 3px;
}
.btn {
	float: left;
	margin-top: -1px;
}

