#sub-nav {
	margin: 0 0 0 20px; padding: 0;
	clear: both;
	width: 700px;
	height: 38px;
	background: url(../images/sub-nav-back.jpg) no-repeat;
}

#sub-nav ul {
	list-style: none; !important
	/*width: 700px;  Width of Menu Items
	border-bottom: 1px solid #ccc;*/
	}
	
.navli {
	position: relative;
	float: left;
	width: 84px;
	text-align: center;
	color: #603913;
	}
	
.navli:hover {
	background: url(../images/sub-nav-back-blue.jpg) top left no-repeat;
	color: #FFF;
}
	
.navliul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 36px;
	display: none;
	padding: 0 0 7px 0;
	background: url( ../images/sub-nav-bottom.png ) bottom left no-repeat;
	}

/* Styles for Menu Items */
.navlia {
	display: block;
	text-decoration: none;
	padding: 5px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #603913;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0; padding: 5px 0 0 0px;
	line-height: 12px;
	}

.navlia:hover {
	color: #FFF;
}

.navlia2 {
	display: block;
	text-decoration: none;
	color: #2b3990;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	text-transform: capitalize;
	font-size: 10px;
	background: #57b7df;
	text-align: left;
	line-height: 12px;
	margin: 0; padding: 0 6px 1px 15px;
	text-indent: -9px;
	}

.navlia2:hover {
	color: #FFF;
}

.navlevel3 {
	background: url( ../images/sub-nav-bottom2.png ) bottom left no-repeat;
	left:84px;
	position:absolute;
	text-align:left;
	top:-6px;
	overflow: hidden;
	width:0px;
	height:0px;
	padding: 0 0 7px 0;
}

.navlia3 {
	display: block;
	text-decoration: none;
	color: #2b3990;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	text-transform: capitalize;
	font-size: 10px;
	background: #3495BD;
	text-align: left;
	line-height: 12px;
	margin: 0; padding: 0 6px 1px 15px;
	text-indent: -9px;
	}

.navlia3:hover {
	color: #FFF;
}
	
.navliatop {
	line-height: 6px;
}
	
.navliamac {
	text-indent: -7px;
	padding-left: 12px;
}
/* Holly Hack. IE Requirement \*/
* html #sub-nav ul li { float: left; height: 1%; }
* html #sub-nav ul li a { height: 1%; }
/* End */

#sub-nav li:hover ul, li.over ul { display: block; } /* The magic */
.navili:hover, .navili.over { background: url(../images/sub-nav-back-blue.jpg) top left no-repeat; }