
/* ********** GENERAL HEADER MENU STYLES ********** */

#navTop ul li {
	display:inline;
}

#navTop ul li.first	{
	display:		inline;
	padding:		0;
}

#navTop ul li a, #navTop ul li a:visited {color:#ffffff;}
#navTop ul li a:hover	{color:#CCC;text-decoration:none;}



/* ********** SPECIFIC STYLES FOR DROPDOWN MENUS ********** */

#navHome, #navHome ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navHome {
	margin:0;
	width:auto;
	line-height:15px;
	height:26px;
	color:#FFF;
	padding:0px 0 5px 0px;
}

#navHome a {
	display: block;
	width: 192px;
	padding:0;
	color:#FFF;
	text-decoration:none;
}

#navHome a:hover {
	text-decoration:none;
	color:#FFF000;
}

#navHome li { /* all list items */
	float: left;
	width: 212px; /* width needed or else Opera goes nuts */
	height:18px;
	line-height:18px;
}
#navHome li ul { /* second-level lists */
	position: absolute;
	background-color:#4C65B5;
	width: 212px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:100;
	background-image:url(../images/bottomofnav.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	padding-bottom:9px;
}
#navHome li ul li {

	border-bottom:1px solid #000;
}

#navHome li ul li a {

	background-color:#4C65B5;
	padding:0 0 0 20px;
	background-image:url(../images/dropdowngif.gif);
	background-repeat:no-repeat;
	background-position: 3px 3px;
}

#navHome li:hover ul ul, #navHome li:hover ul ul ul, #navHome li.sfhover ul ul, #navHome li.sfhover ul ul ul {
	left: -999em;
}

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


/* ******************** STYLE FOR TOP LEVEL OF DROPDOWN MENUS ****************** */

#navHome li.top
{
	width:auto !important;
	height:32px;
	min-height:32px;
	line-height:32px;
	border-bottom:0px;
	background-image:url(../images/fileicon.gif);
	background-repeat:no-repeat;
	background-position:3% 50%;

} 

#navHome li.first
{
	border-width:0;
} 



#navHome li.top a.top {
	display:block;
	width:auto !important;
	padding:0 5px 0 18px;
	color:#FFF;
	background-image:url(../images/fileicon.gif);
	background-repeat:no-repeat;
	background-position:3% 50%;
	border-right:1px solid #333;
}

#navHome li.top a.top:hover {color:#FFF;background-color:#4C65B5;}
