@charset "utf-8";
/* nav.css
Orange County Health Department 
Modern Theme
3 column fluid center variable width
February 2009 
Jennifer S. Wilson
*/


/************* #globalNav styles **************/

#globalNav{
	height:40px;
	width:100%;
	background-color: #ef8700;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#globalNav a {
	font-size:small;
	font-weight:bold;
	color: #0000ff;
	padding:10px;
	text-decoration: none;
	

} 

/************* #leftNav styles **************/

#leftNav {
	float:left;
	width:200px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
}
#leftNav ul li a {
	text-decoration: none;
	font-size: small;
	display: block;
	list-style-type: none;
}
#leftNav ul li a:hover {
	text-decoration: underline;
	background-color: #eeeeee;
}

#leftNav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

/************* #rightNav styles **************/

#rightNav {
	float:right;
	width:200px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 7px;
	
}

	
#subnav {
	margin-left:0px;
}

#dlmenu {
	height:auto;
}
#menu {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	position:absolute;
	width:auto;
	background:#d7d7d7;
	z-index:100;
}
#menu li {
	display:block;
	padding:0;
	margin:0px;
	position:relative;
	z-index:100;
	width: auto;
}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {
/*color:#eeeeee;*/
}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {height:20em; background-color:#d7d7d7;}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {
	width: auto;
	margin: 0;
	cursor:pointer;
}
#menu dt {margin:0; padding: 0; font-size: 1.1em; }
#menu dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.gallery dt a, .gallery dt a:visited {
	display:block;
	background-color: #d7d7d7;
}
.gallery dd a, .gallery dd a:visited {
	min-height:1em;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 20px;
}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {
	background-color: #eeeeee;

}

