dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
padding : 0;
position: relative;
top: 50px;
left: 0px;
z-index:100;
width: 100px;
color:#333333;
}
#menu a img{
	border : 0 none;
}
#menu dt {
cursor : pointer;
margin : 2px 0;
margin-top:8px;
height : 15px;
line-height : 15px;
text-align : left;
/*font-weight : bold;
border : thin solid #d9def6;*/
/*background-color : #72acdc;*/
font-size:14px;

}
#menu dt span {
width : 100px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu dd {
/*border : thin solid #d9def6;*/
}
#menu li {
text-align : center;
/*background-color : #f0f1f3;*/
font-size:10px;
text-align: left;
padding-left:20px;
width:120px;
}
#menu li a, #menu dt a {
/*color: black;*/
color:#666666;
text-decoration : none;
display : block;
border : 0 none;
height : 14px;
}
#menu dt a:hover, #menu dt:hover {
background-color : #f0f1f3;
width:140px;
}
#menu li a:hover {
/*background-color : #e0ebef;*/
background-color : #f0f1f3;
}
