dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	z-index:100;
	width: 100%;	
}
#menu_test {
	position: absolute;
	z-index:100;
	width: 100%;
	left: 100px;
}
#menu dl {
float: left;
width: 7em;
margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	/*background: #F4F3F3;*/
	border-left-color:#990000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-size: 12px;
}
#menu dd {
/*border: 1px solid gray;*/
/*border-bottom: 1px solid gray;
border-bottom-color:#000000;*/
background-color:#F4F3F3;

}
#menu li {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	border-bottom: 2px solid gray;
	border-bottom-color: #990000;


}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
/*background: #CCCCCC;*/
color:#990000;
}

#site {
	position: absolute;
	z-index: 1;
	color: #000;
	background-color: #ddd;
	padding: 5px;
/*border: 1px solid gray; */
}

a {
text-decoration: none;
color: black;
color: #222;
}
