/* body {margin:25px; font:12px Verdana, Arial, Helvetica} */
* {padding:0; margin:0}

.dropdown {
float:left;
}

.dropdown dt {
color: white;
height: 45px;
width:160px;
border:0px solid #666666; 
padding:0px;
cursor:pointer; 
background:url(../../ContentFile/Graphic Design/header.gif);
background-repeat: repeat-x;
}

.dropdown dt:hover { 
/*background-position: url(../../ContentFile/Graphic Design/header_over.gif); 
background: url(../../ContentFile/Graphic Design/header_over.gif); 
background-repeat: repeat-x; */
}


.dropdown dd {
position:absolute; 
overflow:hidden; 
width:160px; 
display:none; 
background:none; 
z-index:200; 
opacity:0;
}

.dropdown ul {
width:158px; 
border:1px solid #666666; 
list-style:none; 
border-top:none;
}

.dropdown li
{
    /* display:inline; */
    border-bottom: 1px solid #CCCCCC;
    border-bottom-color: #A8A8A8;
}

.dropdown a, .dropdown a:active, .dropdown a:visited
{
    display: block;
    padding: 0px;
    color: white;
    text-decoration: none;
    background: #333333;
    width: 156px;
}

.dropdown a.toplink, .dropdown a.toplink:hover
{
background:none; 
}

.dropdown a:hover
{
    background-position: #CCCCCC;
    background: #CCCCCC;
    color: #000;
}

.dropdown .underline {
border-bottom:1px solid #b9d6dc;
}