.droplinetabs{
overflow: hidden;
width:778px;

}

.droplinetabs ul{
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.droplinetabs a{
float: left;
margin: 0 4px 0 0;
padding: 0 0 4px 3px;

}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{


}

.droplinetabs a span{
float: left;
display: block;
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.droplinetabs a span{
float: center;
}


.droplinetabs a:hover{
}

.droplinetabs a:hover span{

}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
padding: 6px;
padding-right: 8px;
margin: 0;
}
.droplinetabs ul li ul li a span{
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers 
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
*/
}

.linkcont{

 
}
.link{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #ffffff;
text-decoration: none;
background-image:url(/images/blue_bg.jpg); background-position:left top; background-repeat:repeat-x;
border-color:white;
border-top-color:white;
border-top:1px solid;
border-right:1px solid;

}


.link:hover{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #ffffff;
text-decoration: none;
background-image:url(/images/blue_bg.jpg); background-position:left top; background-repeat:repeat-x;
border-color:white;
border-top-color:white;
border-top:1px solid;
border-right:1px solid;
}
.link_txt{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #ffffff;
text-decoration: none;
background-image:url(/images/blue_bg.jpg); background-position:left top; background-repeat:repeat-x;
border-color:white;
border-top-color:white;
border-top:1px solid;
border-right:1px solid;
}

.menuanchorclass {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #DF420D;
	text-decoration: none;
}

.menuanchorclass:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
}

.menuanchorclass2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #DF420D;
	text-decoration: none;
}

.menuanchorclass2:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
}



.dropdown {float:left; padding-right:5px}
.dropdown dt {width:188px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}