#nav  {
	top: -5px;
	position: relative;
	left: 0px;
	z-index: 0;
	height:325px
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 160px; /* Width of Menu Items */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 12px;
	line-height: 15px;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
}

#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 188px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 175px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	border-top-width: .3mm;
	border-right-width: .3mm;
	border-bottom-width: .3mm;
	border-left-width: .3mm;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #C7A186;
	border-bottom-color: #CCCCCC;
	border-left-color: #C8A286;
	font-weight: bold;
	text-align: left;
}
#nav ul li ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	width: 165px;
	text-align: left;
	border: .2mm solid #000000;
	background-image: url(/images/entry_page/nav_menu_background.png);
	background-repeat: repeat-y;
	font-weight: normal;
}


/* Fix IE. Hide from IE Mac \*/
* #nav html ul li { float: left; height: 1%; }
* #nav html ul li a { height: 1%; }
/* End */

#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #670B16;
	background-image: url(/images/nav_over.png);
	background-repeat: no-repeat;
} /* Hover Styles */

#nav ul li ul li a:hover { 
	color: #FFFFFF; 
	background: #670B16; 
	background-image: url(/images/entry_page/nav_menu_background_over.png);
} /* Hover Styles */
		
#nav li ul li a {
	background-color: #001490;
	color: #FFFFFF;
	width: 178px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */
		
#nav li:hover ul, li.over ul {
	display: block;
	background-color: #0033CC;
} /* The magic */
