dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu {
	position: absolute;
	top: 20px;
	left: 8px;

}
dl#menu {
	width: 191px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
dl#menu dt {
	font-weight: bolder;
	padding-bottom: 12px;
	padding-top: 12px;
	width: 191px;
	text-align: center;
	color:white;
	font-size: 11px;
	text-transform: uppercase;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-top-color: #CCFFCC;
	border-right-color: #CCFFCC;
	border-bottom-color: #CCFFCC;


}
dl#menu dd {
	border: 0px solid gray;
padding-bottom: 12px;
}


dl#menu li {

	font-size: 11px;
	text-align: left;
	background: #B70000;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom:0px;
}
dl#menu li a{
	position:relative;
	color: white;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 15px;

	border-bottom: 0px solid #90A5B9;
}
dl#menu dt a {

	color: white;
	text-decoration: none;
	height: 100%;
}

#menu dt.ddtt {
	padding-bottom: 0px;
}
dl#menu dt a.menu_activ{
	
	color: #33FF00;
	background: #B70000;
	width:191px;
	font-size: 13px;
	text-decoration: underline;
}

dl#menu dt a:hover {	
	width:191px;
	color: black;
}
dl#menu li a:hover{
	color: #33FF00;
}
	
hr{
	margin-bottom:10px;
}
dl#menu li a.menu_activ{
	color: #33FF00;
	font-weight: bolder;
}
