dl, dt, dd, ul, li {

margin : 0;

padding : 0;

list-style-type : none;

margin-left:5px;

}

#menu {

width : 190px;

padding : 0;

}

#menu dt {



cursor : pointer;

margin : 2px 0;

height : 25px;

line-height : 22px;

font-weight : bold;

border : thin solid #d9def6;

background-color:#bbd9ee;



	display:block;

	width:142px;

	height:25px;

	margin-left:3px;

	



}

#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 : #ecefe7;*/

width:auto;

}

#menu li a:hover

{

text-align : left;

font-weight:bold;

width:auto;

}



#menu li a, #menu dt a {

color: black;

text-decoration : none;

display : block;

border : 0 none;

height : 32px;

}

#menu dt a:hover, #menu dt:hover {

background-color:#bbd9ee;

}

#menu li a:hover {

/*background-color : #ff9500;*/

}

