dl, dt, dd, ul, li 
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu 
	{
	position: absolute;
	top: 78px;
	left: 12px;
	width: 180px;
	text-align: left;
	font-size: 12px;
	font-family: helvetica, arial, geneva, sans-serif;
	color: 003399;
	font-weight: bold;
	list-style-type: none;	
}

#menu dt 
	{
	cursor: pointer;
	background: #FFF;
	height: 24px;
	line-height: 20px;
	margin: 2px 0;
	border-bottom: 2px solid EBEBEB;
	text-align: left;
	z-index: 10;
	padding-left: 2px;
	list-style-type: none;	
}


#menu dd 
	{
	position: absolute;
	left: 180px;
	margin-top: -30px;
	width: 180px;
	background: #f1f1f1;
	border: 0px solid gray;
	list-style-type: none;	
	}

#menu ul 
	{
	padding: 4px;
	list-style-type: none;	
	}
#menu li 
	{
	text-align: left;
	list-style-type:none;
	padding: 4px;
	}
ul.menunav, li.menunav
	{
	text-align: left;
	list-style-type:none;
	padding: 4px;
	}

#menu li a, #menu dt a {
color: 003399;
text-decoration: none;
display: block;
list-style-type: none;	
}

#menu li a:hover,  #menu dt a:hover{
	color: white;
	background-color: 003399;
	text-decoration: none;
	list-style-type: none;	
}
.parent{
	background-image: url(nav_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	list-style-type: none;	
}

