

* {padding:0; margin:0}

.dropdown {
float:left;
}

.dropdown dt { 
padding:15px 0px 10px 16px;  
background:url(../images/dropdown/grey_bg.jpg);
color:#fff;
font-family: Arial;
font-size:16px;
line-height: 80%;
cursor: default;
}

dl.dropdown  dt a{
color:#fff;
font-size:16px!important;
border:none!important;
height:0px!important;
padding:0px!important; 
margin:0px!important;
background: none!important;
}

dl.dropdown dt a:hover{
color:#f38e00!important;
}

dt#one-ddheader{
background:url(../images/dropdown/first_grey_bg.jpg);
width:154px;
}

dt#two-ddheader{
width:156px;
}

dt#three-ddheader{
width:168px;
}

dt#four-ddheader{
width:198px;
}

dt#five-ddheader{
background:url(../images/dropdown/fifth_grey_bg.jpg);
width:202px;
}


.dropdown dt:hover {
background:url(../images/dropdown/grey_bg.jpg);
color:#f38e00;
}

.dropdown dd {
position:absolute; 
overflow:hidden; 
display:none; 
z-index:200; 
opacity:0;
}

.dropdown ul {
list-style:none; 
border-top:none
opacity:100;
}


.dropdown ul li{
padding:0px 11px;

}

.dropdown ul.first{
width:171px;
background-color: #333;
padding-bottom: 15px;
}

.dropdown ul.second{
width:171px;
margin-left: 2px;
background-color: #333;
padding-bottom: 15px;
}



.dropdown ul.third{
width:183px;
margin-left: 2px;
margin-left: 2px;
background-color: #333;
padding-bottom: 15px;
}




.dropdown ul.fourth{
width:213px;
margin-left: 2px;
margin-left: 2px;
background-color: #333;
padding-bottom: 15px;
}



.dropdown ul.fifth{
width:216px;
margin-left: 2px;
margin-left: 2px;
background-color: #333;
padding-bottom: 15px;
}


.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block; 
padding:5px; 
color:#fff; 
text-decoration:none; 
border-bottom: 1px solid #464646;
font-size:12px;
height:18px;
}

.dropdown a.top, .dropdown a:active.top, .dropdown a:visited.top{
border-top: 1px solid #464646;
} 

.dropdown a.large, .dropdown a:active.large, .dropdown a:visited.large{
height:30px;
}

.dropdown a:hover {
background:#272727; 
color:#c2c2c2; 
margin:0px;
padding:0px;
padding:5px; 
border-bottom: 1px solid #464646;
}

.smallGreyText{
color:#727272;
font-size:10px;
margin:0px!important;
padding:15px 0px 0px 0px;
-padding:0px;
display: block;
}
