.sidebarmenu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.sidebarmenu ul li {
position : relative;
margin : 0 0 2px 0;
padding : 0;
list-style : none;
background : url(../images/sidebar_nav_bg.gif) repeat-x;
display : block;
}
.sidebarmenu ul li a {
background : url(../images/arrow_nav.gif) no-repeat 6px 6px;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #ffffff;
display : block;
line-height : 27px;
padding : 0 5px 0 25px;
text-decoration : none;
overflow : auto;
}
.sidebarmenu ul li a:hover {
background : #534686 url(../images/arrow_nav.gif) no-repeat 6px 6px;
color : #ffffff;
text-decoration : none;
}
.sidebarmenu ul li ul {
position : absolute;
width : 210px;
top : 0;
visibility : hidden;
background : #534686;
margin : 0;
border-left : 5px solid #534686;
}
* html .sidebarmenu ul li {
float : left;
height : 1%;
}
* html .sidebarmenu ul li a {
height : 1%;
}

