body {margin:25px; font:12px Arial, Helvetica}
* {padding:0px; margin:0;border-color:#000000;border:2px;}
.dropdown {float:left; padding-right:0px; font:14px Arial, Helvetica; color:#000; padding-left:10px;}

#two-ddheader
{background:url(../images/link1.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}
#two-ddheader dt:hover
{background:url(../images/link1_h.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}

#three-ddheader
{background:url(../images/link2.jpg); background-repeat:no-repeat; display:block; width:125px; height:32px;}
#three-ddheader dt:hover
{background:url(../images/link2_h.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}

#four-ddheader
{background:url(../images/link3.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}
#four-ddheader dt:hover
{background:url(../images/link3_h.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}

#five-ddheader
{background:url(../images/link4.jpg); background-repeat:no-repeat; display:block; width:85px; height:32px;}
#five-ddheader dt:hover
{background:url(../images/link4_h.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}

#six-ddheader
{background:url(../images/link5.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}
#six-ddheader dt:hover
{background:url(../images/link5_h.jpg); background-repeat:no-repeat; display:block; width:95px; height:32px;}


.dropdown dt {width:auto; padding:8px; font-weight:bold; cursor:pointer;} /*background:url(images/header.gif)*/
.dropdown dt:hover { background:#9F1A13;/*background:url(images/header_over.gif)*/}
.dropdown dd {position:absolute; overflow:hidden; width:130px; display:none; background:#fff; z-index:500; opacity:0}
.dropdown ul {
	width:350px;
	list-style:none;
	border:none
}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {

	display:block;
	
	padding: 10px 5px 10px 5px;
	color:#fff;
	text-decoration:none;
	background:#9F1A13;
	width:auto;
	height:25px;
	border: 1px solid #000;

} 
.dropdown dl {background:#fff; color:#000}
.dropdown a:hover {background:#fff; color:#000}/**/
.dropdown .underline {border-bottom:none}
.dropdown dt.home { background: #000; padding: 0; }
.dropdown dt.home a { width: auto; padding: 8px; background: #000; }
.dropdown dt.home a:hover { background: #9F1A13; color: #fff; }
