﻿/*Main Page Mid Navigation*/
#nav {width: 771px; height: 30px;
    background:url(/!images/mp/lrha_mp_nav_norm.gif);
	background-repeat: no-repeat;
    margin: 0px; padding: 0;
    position: relative;
	z-index: 1000;}

#nav dd {margin: 0; padding: 0; list-style: none;
position: absolute; top: 0; 
background-image: url(/!images/mp/lrha_mp_nav_hover.gif);
background-repeat: no-repeat;
}

#nav a.ir {background: #FFF url(/!images/mp/lrha_mp_nav_norm.gif) 0px 0px no-repeat;
display: block; 
height: 30px;
}

#nav dt {position: absolute;
  			  top: -200em;} 

  
dd#about{left: 0px; width: 84px;}
dd#looking {left: 84px; width: 136px;}
dd#voucher {left: 220px; width: 113px;}
dd#notices {left: 334px; width: 95px;}
dd#business {left: 430px; width: 146px;}
dd#volunteer {left: 577px; width: 72px;}
dd#commissioners {left: 649px; width: 121px;}

dd#about,#about a.ir {background-position: -0px 0px;}
dd#looking,#looking a.ir {background-position: -84px 0px;}
dd#voucher,#voucher a.ir {background-position: -220px 0px;}
dd#notices,#notices a.ir {background-position: -334px 0px;}
dd#business,#business a.ir {background-position: -430px 0px;}
dd#volunteer,#volunteer a.ir {background-position: -577px 0px;}
dd#commissioners,#commissioners a.ir {background-position: -649px 0px;}

#nav a.ir:hover {background: transparent none;}

#nav ul {list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	font-weight: normal;
	padding-bottom: 0px;
	position: absolute;
	top: -200em;
	width: 10em;
	border:1px solid black;
	}

#nav li {width: 100%;
    	position:relative; 
    	background: #FFF;
		float: none; 
		padding-bottom:0px;
		padding-top:0px; 
		border-right: 0px solid #FFF; 
		border-top: 0px solid #FFF;
		border-left: 0px solid #FFF;
		border-bottom: 1px solid #FFF;
		}

#nav li:hover, #nav li.IEhover {z-index:10000; }

#nav li ul { left: 13em; font-weight: normal; }

#nav li a {display: block;
		padding-bottom:3px;
		padding-top:3px;
	    padding-left: 5px;
		padding-right:5px;		
		color: #000; 
		font-size: 11px; 
		text-decoration: none; 
		font-family: Verdana; 
		font-weight: normal;
}

* html #nav li a {height:1%;}

#nav li a:hover {font-weight: normal;
	text-decoration: none; 
	color: #2965AE;
	background-position: 3px 50%; 
}

#nav dd:hover>ul  { top: 30px; }
#nav li:hover>ul { top: 0; z-index: 100000; }
#nav dd.IEhover ul.ddesc, #nav dd ul.closeing { top: 30px; }
#nav li.IEhover ul.ddesc, #nav li ul.closeing { top: 0; z-index:100000; }

/* =HACKS (only @ IE WIN/Mac )*/
/* hidden from IE mac \*/
* html #nav li a{ height: 1%; }
* html #nav li { float:left; clear:left; height: 1%; }
/* stop hiding from IE mac */
