dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu {
width: 226px;
}

#menu dt {
	cursor: pointer;
	margin: 0px 0;
	height: 38px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	color: #C73623;
	background-color: #333333;
	background-image: url(interface/index_r4_c1.jpg);
	border-top: 0px solid #005B9B;
	border-right: 0px solid #005B9B;
	border-bottom: 0px solid #005B9B;
	border-left: 0px solid #005B9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#menu dd {
	border: 1px solid #FFFFFF;
	display: none;
	position: relative;
	z-index: 100;
	margin-top: -1.4em;
	background: #ffffff;
	width: 208px;
	
}

#menu ul {
padding: 2px;
}
#menu li {
	text-align: left;
	background: #ffffff;
	font-weight: normal;
}
#menu li a{
	color: #C9412F;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#menu dt a {
	color: #C9412F;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#menu dt a:hover, #menu li a:hover{
	text-decoration: underline;
}

