* {padding:0; margin:0}

.dropdown {float:left; padding-right:2px}
.dropdown dt { cursor:pointer;}
.dropdown dt:hover {}

.newsLine{padding:8px; cursor:pointer; background:#2f2f2f; border-bottom:solid 1px #666; border-top:solid 1px #666; color: #FFFFFF; font-size:16px; width:933px; height:20px; text-align:left}



.home{
cursor:pointer; 
width: 62px;
height: 27px;
background: transparent url(../img/bHome.gif) no-repeat right top;}
.homeActive{
cursor:pointer; 
width: 62px;
height: 27px;
background: transparent url(../img/bHome_ov.gif) no-repeat right top;}
.dropdown dt:hover.home{
background: transparent url(../img/bHome_ov.gif) no-repeat right top;
}

.products{
cursor:pointer; 
width: 143px;
height: 27px;
background: transparent url(../img/bProducts.gif) no-repeat right top;}
.productsActive{
cursor:pointer; 
width: 143px;
height: 27px;
background: transparent url(../img/bProducts_ov.gif) no-repeat right top;}
.dropdown dt:hover.products{
background: transparent url(../img/bProducts_ov.gif) no-repeat right top;
}

.features{
cursor:pointer; 
width: 188px;
height: 27px;
background: transparent url(../img/bFeatures.gif) no-repeat right top;}
.featuresActive{
cursor:pointer; 
width: 188px;
height: 27px;
background: transparent url(../img/bFeatures_ov.gif) no-repeat right top;}
.dropdown dt:hover.features{
background: transparent url(../img/bFeatures_ov.gif) no-repeat right top;
}

.news{
cursor:pointer; 
width: 128px;
height: 27px;
background: transparent url(../img/bNews.gif) no-repeat right top;}
.newsActive{
cursor:pointer; 
width: 128px;
height: 27px;
background: transparent url(../img/bNews_ov.gif) no-repeat right top;}
.dropdown dt:hover.news{
background: transparent url(../img/bNews_ov.gif) no-repeat right top;
}

.contact{
cursor:pointer; 
width: 86px;
height: 27px;
background: transparent url(../img/bContact.gif) no-repeat right top;}
.contactActive{
cursor:pointer; 
width: 86px;
height: 27px;
background: transparent url(../img/bContact_ov.gif) no-repeat right top;}
.dropdown dt:hover.contact{
background: transparent url(../img/bContact_ov.gif) no-repeat right top;
}




.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	visibility: visible;
}
.dropdown ul {width:204px; border:1px solid #99b9f6; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-align:left; border-top:1px solid #99b9f6; padding:5px; color:#729ced; text-decoration:none; background:#ffffff; width:194px}
.dropdown a:hover {background:#99b9f6; color:#174aac}
.dropdown .underline {border-bottom:7px solid #729ced}

