/*menu stuff below*/
#nav{
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	width: 155px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-top: 30px solid #1D2D52;
	position: relative;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding: 1px 0px 1px 5px;  
	margin: 0px; /*helps Opera with hover */
	width: 150px; /* helps IE with hover */
	color: #ffffff;
	background-color: #1D2D52;
	border-bottom: 1px solid #FFFFFF;
}
#nav li a:hover{
	background-color: #F0E9D5; 
	color: #000000;
}
#nav a.toplevel{
	text-decoration:none; 
	display:block;
	padding: 1px 0px 1px 10px;  
	margin:0px; /*helps Opera with hover */
	width:145px; /* helps IE with hover */
	color: #ffffff;
	background-color: #1D2D52;
}
#nav a.toplevel:hover{

}
#nav ul, #nav ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:155px;
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ddd8c2;
}
#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 */
#nav .rightarrow{
	font-size:12px;
	float:right;
	font-weight:bold;
	margin-right:5px;
}





























