


dl, dt, dd, dp, ul, li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font-weight: normal;
position: relative; /* Menu position that can be changed at will */
text-align: center;
display: block;
background-color: #000000;
top: 340px;
left: 50%px;
margin: 0 auto;
z-index:100;
width: 900px; /* precision for Opera */
height:40px;


}
#menu dl {
float: left;
width: 17em;
height: 3em;
font-size: 10px;
font-weight: normal;
text-align: left;
text-decoration: none;
color: #ffffff;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
margin: 1px;
line-height: 32px;
}
#menu dd {
display: none;
border: 1px solid ;
background: #333333;
padding: 3px;
width: 18em;

}


}
#menu li {
text-align: left;
}
.current{
	color: #0038A8;
	background: url(../images/SML_link_hover.jpg) center repeat-x;


}
#menu li a, #menu dt a {
font-weight: normal;
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
line-height: 32px;
height: 32px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
font-weight: normal;
color: #ffffff ;
width: 100%;
background: url(../images/SML_link_hover.jpg) center repeat-x;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #fffff;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
