	
#nav	{
	width: 160px;
	background: url(menu_bg.gif) transparent top left repeat-y;
	font-weight: bold;
	padding-left: 1px;
	margin: 0;
	text-align: left;
	float: left;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 160px;	
  }
  
#nav li {
    position: relative;
	display: block;
  }
  
#nav li ul {	
	position: absolute;
/*	left: 187px; */
	top: 0;
	display: none;
	background-color: #dbe7fb;
  }
  
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #2a5b7f;
	background: transparent;
	padding: 5px;
	padding-left: 5px;
	border-width: 0;
	border: 1px solid navy;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: 1.0em;
	font-weight: bold;
	}
	
#nav ul li a:hover {
	display: block;
	background-color: #2a5b7f;
	color: #DBE8FB;
	}
	
#nav ul li a:active, #nav ul li a.activeLink {
	color: #cc0000;
	border-right-width: 0px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */
#nav li:hover ul, #nav li.over ul { 
	display: block; }
#nav li:hover ul, li.over ul{ display: block; }
