/* Menu */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menubg {
height: 25px;

}
#menu {
position: absolute;
z-index:100;
font-size: 10px;
color: #000000;
z-index: 1000; 
top: 202px;
left: 200px; 
width: 520px;
height: 25px;
background: url(../new_images/menubg.gif) no-repeat;

}



#menu dl {
float: left;
width: 74px;
background: #cdcdcd;

}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
height: 25px;
color: #000000;
margin: 0;

}

#menu dd {
display: none;
background: #cdcdcd;
position:absolute;
}

#menu li {
text-align: center;
color: #000000;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
width: 74px;
height: 25px;
line-height: 25px;

}

#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
font-weight:bold;
display: block;
height: 25px;
width: 74px;
border: 0 none;
margin-left:0;margin-right:0;padding-left:0;padding-right:0;
}

#menu li a:hover, #menu li a:focus{
background: #b9b9b9;
margin-left:0;margin-right:0;padding-left:0;padding-right:0;
}

#menu dt a {
line-height: 25px;
}

#menu dt a:hover {
background: #b9b9b9;
}


/* Full Width Menu */

#fullmenu {
position: absolute;
z-index:100;
font-size: 10px;
color: #000000;
z-index: 1000; 
top: 201px;
left: 0px; 
width: 722px;
height: 25px;
background: url(../new_images/menubg.gif) no-repeat;
}


#fullmenu dl {
float: left;
width: 103px;
background: #cdcdcd;
}
#fullmenu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
height: 25px;
color: #000000;
margin: 0;
}

#fullmenu dd {
display: none;
}

#fullmenu li {
text-align: center;
color: #000000;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
width: 100px;
height: 25px;
line-height: 25px;
}

#fullmenu li a, #fullmenu dt a {
color: #000000;
text-decoration: none;
font-weight:bold;
display: block;
height: 25px;
width: 100px;
border: 0 none;
margin-left:0;margin-right:0;padding-left:0;padding-right:0;
}

#fullmenu li a:hover, #fullmenu li a:focus{
background: #b9b9b9;
margin-left:0;margin-right:0;padding-left:0;padding-right:0;
}

#fullmenu dt a {
line-height: 25px;
}

#fullmenu dt a:hover {
background: #b9b9b9;
}