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

#navTop ul li {
	display:inline;
	padding:0 0px;
	height:26px !important;
}
#navTop ul li.first	{
	display:		inline;
	padding:		0;
	border-left:1px solid #969696;
	height:36px !important;
}
#navTop ul li a, #navTop ul li a:visited {color:#ffffff;}
#navTop ul li a:hover	{color:#cccccc;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:12px;
	height:12px;
	color:#FFF;
	padding:0px 0 0px 0px;
}
#navHome a {
	display: block;
	padding:0;
	color:#FFF;
	text-decoration:none;
	height:26px !important;
}
#navHome a:hover {
	text-decoration:none;
	color:#FFF000;
}

#navHome li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
	height:18px;
	line-height:18px;
}
#navHome li ul { /* second-level lists */
	position: absolute;
	background-color:#AD3F3E;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #000;
	z-index:100;
}
#navHome li ul li {
	border-width:0px;
}

#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;
}


/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#navTop li:hover, #navTop li.sfhover {position:static;}


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




#navHome #inblock1 {
	background:url(../images/inside1.png) no-repeat;
	width:114px !important;
	height:26px;
}


#navHome #inblock2 {
	background:url(../images/inside2.png) no-repeat;
	width:113px !important;
	height:26px;
}


#navHome #inblock3 {
	background:url(../images/inside3.png) no-repeat;
	width:112px !important;
	height:26px;
}

#navHome #inblock4 {
	background:url(../images/inside4.png) no-repeat;
	width:164px !important;
	height:26px;
}

#navHome #inblock5 {
	background:url(../images/inside5.png) no-repeat;
	width:97px !important;
	height:26px;
}

#navHome #inblock6 {
	background:url(../images/inside6.png) no-repeat;
	width:118px !important;
	height:26px;
}

#navHome #inblock7 {
	background:url(../images/inside7.png) no-repeat;
	width:131px !important;
	height:26px;
}

#navHome #inblock8 {
	background:url(../images/inside8.png) no-repeat;
	width:131px !important;
	height:26px;
}




#navHome li#inblock1:hover {
	background-position:0px -26px;
}

#navHome li#inblock2:hover {
	background-position:0px -26px;
}

#navHome li#inblock3:hover {
	background-position:0px -26px;
}

#navHome li#inblock4:hover {
	background-position:0px -26px;
}

#navHome li#inblock5:hover {
	background-position:0px -26px;
}

#navHome li#inblock6:hover {
	background-position:0px -26px;
}

#navHome li#inblock7:hover {
	background-position:0px -26px;
}

#navHome li#inblock8:hover {
	background-position:0px -26px;
}


#navHome #outblock1 {
	background:url(../images/outside1.png) no-repeat;
	width:114px !important;
	height:26px;
}


#navHome #outblock2 {
	background:url(../images/outside2.png) no-repeat;
	width:113px !important;
	height:26px;
}


#navHome #outblock3 {
	background:url(../images/outside3.png) no-repeat;
	width:112px !important;
	height:26px;
}

#navHome #outblock4 {
	background:url(../images/outside4.png) no-repeat;
	width:136px !important;
	height:26px;
}

#navHome #outblock5 {
	background:url(../images/outside5.png) no-repeat;
	width:109px !important;
	height:26px;
}

#navHome #outblock6 {
	background:url(../images/outside6.png) no-repeat;
	width:135px !important;
	height:26px;
}

#navHome #outblock7 {
	background:url(../images/outside7.png) no-repeat;
	width:131px !important;
	height:26px;
}

#navHome #outblock8 {
	background:url(../images/outside8.png) no-repeat;
	width:130px !important;
	height:26px;
}




#navHome li#outblock1:hover {
	background-position:0px -26px;
}

#navHome li#outblock2:hover {
	background-position:0px -26px;
}

#navHome li#outblock3:hover {
	background-position:0px -26px;
}

#navHome li#outblock4:hover {
	background-position:0px -26px;
}

#navHome li#outblock5:hover {
	background-position:0px -26px;
}

#navHome li#outblock6:hover {
	background-position:0px -26px;
}

#navHome li#outblock7:hover {
	background-position:0px -26px;
}

#navHome li#outblock8:hover {
	background-position:0px -26px;
}
