body {
	margin:0px;
	
	
}
* {padding:0; margin:0}
.dropdown {float:left; padding-left:0px; padding-right:0px}
.dropdown dt {width:98px; padding:0px; font-weight:lighter; cursor:pointer;}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:320px;
	height:200px;
	display:none;
	z-index:200;
	background-color: #F4F4F4;
	background-image: url(images/dropDownBG.jpg);
	background-repeat: no-repeat;
}
.dropdown ul {
	width:320px;
	height:200px;
	list-style:none;
	border-top-width: 0px;
	border-right-width:0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D6C2;
	border-right-color: #D5D6C2;
	border-bottom-color: #D5D6C2;
	border-left-color: #D5D6C2;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; color:#333; text-decoration:none;}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}#list {
	margin:4px;
	padding: 4px;
}
