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:326px;
	height:210px;
	display:none;
	z-index:200;
	background-color: #F4F4F4;
	background-image: url(images/dropDownBG.gif);
	background-repeat: no-repeat;
	
}
.dropdown ul {
	width:326px;
	height:183px;
	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;
	color: #FFFFFF;
	}
	
	

.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; color:#333; text-decoration:none;}

.dropdown .underline {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}#list {
	margin:4px;
	padding: 4px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
