#header-menu ul {

	list-style: none;
	padding: 0;
	margin: 144px 0 0 0;
	height: 27px;
	width: 564px;
	float: right;
}

#header-menu li {
	float: left;
	margin: 0;
	font-size: .8em;
}


#header-menu li a {
	display: block;
	width: 138px;
	height: 21px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	padding: 6px 0 0 0;
	margin: 0 2px 0 1px;
	background: transparent url("images/button_bg.gif") no-repeat center;
} 

#header-menu li a:hover {
	color: #b4e4f4;
}

#footer_section_b li a {
	color: #FFF;
	text-decoration: none;
}

#footer_section_b li a:hover {
	color: #b4e4f4;
	text-decoration: underline;
}

#dropmenudiv{
position: absolute;
font: .8em  Arial, Helvetica, sans-serif;
text-align: left;
line-height: 18px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 16px;
padding: 2px 0 2px 0;
margin: 0;
text-decoration: none;
text-align:left;
line-height: 18px;
color: #FFF;
background-color: #000;
border-top: #666 solid 1px;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #b4e4f4;
color: #000;
}