* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }


/*** MAIN NAV IMAGES ***/

ul.list li a.nav1 {
	width:63px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav1.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav1:hover {
	width:63px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav1-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav2 **/
ul.list li a.nav2 {
	width:83px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav2.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav2:hover {
	width:83px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav2-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav3 **/
ul.list li a.nav3 {
	width:88px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav3.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav3:hover {
	width:88px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav3-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav4 **/
ul.list li a.nav4 {
	width:117px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav4.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav4:hover {
	width:117px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav4-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav5 **/
ul.list li a.nav5 {
	width:46px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav5.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav5:hover {
	width:46px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav5-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav6 **/
ul.list li a.nav6 {
	width:89px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav6.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav6:hover {
	width:89px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav6-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav7 **/
ul.list li a.nav7 {
	width:102px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav7.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav7:hover {
	width:102px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav7-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav8 **/
ul.list li a.nav8 {
	width:59px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav8.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav8:hover {
	width:59px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav8-over.jpg) right top no-repeat;
	cursor:pointer;
}

/** Nav9 **/
ul.list li a.nav9 {
	width:91px;
	height:25px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(../images/nav9.jpg) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav9:hover {
	width:91px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(../images/nav9-over.jpg) right top no-repeat;
	cursor:pointer;
}


/*** END MAIN NAV IMAGES ***/


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index:500; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #27446e; z-index:500; }
/* ul.dropdown a:hover		            { color: #000; } */
ul.dropdown a:active                { color: #a2122b; z-index:500; text-decoration:none;  }
ul.dropdown li a                    { display: block; padding: 4px 8px;
	 								  color: #FFFFFF; z-index:500; text-decoration:none; }
ul.dropdown li:last-child a         { border-right: none; z-index:500; text-decoration:none;  } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #a2122b; color: #FFFFFF; position: relative; z-index:500;  text-decoration:none; }
ul.dropdown li.hover a              { color: #FFFFFF; z-index:500; text-decoration:none;  }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #27446e; color: #FFFFFF; 
									  border-bottom: 1px solid #ccc; float: none; z-index:500; text-decoration:none;  }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; z-index:500; text-decoration:none;  } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
