ul#nav {
	width: 144px; /* Width of Menu Items */
	margin: 0 0 0 0px;
	padding: 0 0 29px 1px;
	background: #086A39 bottom left url(../images/nav_bot1.jpg)  no-repeat;
}
ul#nav ul {
	margin-top: 0px;
	padding-top: 0px;	
}
ul#nav li {
	position: relative;
	list-style: none;
	font: 11px sans-serif;
	border-top: 1px solid #D7D7D7;
	}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
	display: block;
	width: 144px;
	padding: 2px 0 6px 8px;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	width: 199px; /* Width of Menu Items */
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	position: absolute;
	display: none;
	left:143px; /* Set 1px less than menu width */
	top: -1px;
  	background: #086A39;
  	padding: 0;
	margin: 0;
}

/* Sub Menu Styles */
ul#nav li ul li {
	border: none;
	padding: 7px 0 0 0px;
	border-bottom: 1px solid #D7D7D7;
	padding: 0px 0 0 1px;
	width: 190px;
}

/* Sub Menu Styles */
ul#nav li ul li a { 
	color: #fff;
	text-decoration: none;
	width: 190px;
	padding: 2px 0 6px 8px;
	border: none;
	margin: 0;
}
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; left: 190px;} /* Hide sub-menus initially */

* html ul#nav li:hover ul ul,
* html ul#nav li.over ul ul { left: 191px;} /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block;} /* The magic */
ul#nav li.menuparent:hover,
ul#nav li.over { background-color: #086A39;}
ul#nav li a:hover { background-color: rgb(128,128,128);color: white; }