#nav{
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	width: 143px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-color: #93A9CE;
	background-image: url(../images/menu_tile.jpg);
	background-repeat: no-repeat;
}

#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
	width: 143px;
	font-size: 11px;
	line-height: 0px;
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding: 2px 5px 2px 10px;  
	margin:0px; /*helps Opera with hover */
	width:128px; /* helps IE with hover */
	/*background-color: #1E2C51;*/
	color: #ffffff;
	border-bottom: 1px solid #1D2C65;
	font-size: 11px;
	line-height: 15px;
}
#nav li a:hover{
	background-color: #C6D1EF; 
	color: #1E2C51;
}

#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:143px;
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width: 143px;
	border-left: 1px solid #11192F;
	background-image: url(../images/menu_tile.jpg);
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */

/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
  }
/* End hide from IE5/mac */
.top {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
