/*<group=navigation>*/

#nav li.current ul, #nav li.off ul {
	margin: 0;
	padding: 0;
	background: url(images/tabSub.gif) center bottom;
}

#nav li.current.low {
	background-image: url(images/tab-low.gif);
}

#nav li.current.high {
	background-image: url(images/tab-high.gif);
}

#nav li ul {
	display: none;
	background: url(images/tabSub.gif) no-repeat left top;
}
	
/*</group>*/

div#search input {
	width: 100px;
	float: left;
	border: 1px solid silver;
	font-size: 9px;
	padding: 3px;
	background: white;
}

div#search a {
	margin-top: 2px;
}

#nav li li a {
	color: gray;
	background: none;
}

#nav li li.current a {
	color: white;
	background: none;
}

#nav li.off {
	background-image: none;
}