dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
/*#menu {
width : 100%;
padding : 0;
}*/
/*#menu dt {
cursor : pointer;
margin : 1px 0;
height : 34px;
line-height : 34px;
text-align : left;
font-weight : bold;
border : thin solid #d9def6;
background-color : silver;
}*/
#menu dt span {
width : 190px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu dd {
/*border : thin solid #d9def6;*/
}
#menu li {
text-align : left;
/*background-color : #eff3ff;*/
}
#menu li a, #menu dt a {
color: black;
text-decoration : none;
display : block;
height : 30px;
font-weight:bold;
color:#666666;
}
#menu dt a:hover, #menu dt:hover, #menu dt a.selected {
	/*background-color : #E8E8E8;*/
	color:rgb(211 , 6, 41 );
}
#menu li a:hover ,#menu li a.selected{
	/*background-color:#E8E8E8;*/
	color:rgb(211 , 6, 41 );
}