dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-property: inside;
align: left;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
align: left;
}
#menu {
width: 100%
}
#menu dt {
cursor: pointer;
margin: 0 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
font-weight: bold;
border-bottom: 1px #333333;
border-top: 1px #444444; 
border-left: 0px #444444; 
border-right: 0px #444444; 
border-collapse:collapse;
background: #52A5C6;
}
#menu dd {
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
border-bottom: 1px #333333;
border-top: 1px #444444; 
border-left: 0px #444444; 
border-right: 0px #444444; 
}
#menu li {
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
text-align: left;
background: #c0c0c0;
margin: 1px 0;;
height: 16px;
line-height: 16px;
border-bottom: 1px #333333;
border-top: 1px #444444; 
border-left: 0px #444444; 
border-right: 0px #444444; 
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-property: inside;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-property: inside;
}
#menu li a:active, #menu dt a:active, {
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
background: #52A5C6;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-property: inside;
}
#menu li a:hover, #menu dt a:hover, {
font-family: "Century Gothic", "Trebuchet MS"; 
font-size: 7pt;
color: #ffffff;
background: #52A5C6;
list-style: none;
list-style-type: none;
list-style-image: none;
list-style-property: inside;
}
