/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding-left:2px;
padding-right:2px;
list-style-type: none;
}
#menu {
width: 100%;
height:18px;
margin-left: 10px;
}
#menu dl {
float: left;
padding-left:15px;
padding-right:15px;
}
#menu dt {
width: 85px;
height: 10px;
color: #333333;
cursor: pointer;
text-align: center;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
/*padding-right:5px;*/
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #000;
}
#menu li a {
color: #fff;
text-decoration: none;
/*display: block;*/
border: 0 none;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
}

#menu dt a {
color: #333333;
text-decoration: none;
/*display: block;
height: 100%;*/
border: 0 none;
}

#menu li a:hover {
background: #000;
text-decoration: underline;
}

#menu dt a:hover {
color: #000000;
text-decoration: none;
}

a {text-decoration: none;
color: #ff0000;

}
.style1 {color: #333333}
.style2 {color: #FFFFFF; }

