#blueblock{
width: 210px;
font-family: 'Tahoma';
font-size: 98%;
color: #333;
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: none;
margin: 0;
}

#blueblock li a{
display: block;
padding: 0px 5px 0px 20px;
background:url(images/menu_left.jpg) left no-repeat; height:28px;
font-weight:normal;
line-height:28px;
color: #000;
text-decoration: none;
width: auto;
}

#blueblock li.sub a{
display: block;
padding: 0px 5px 0px 25px;
background:url(images/bg_sub_menu_right.jpg) left no-repeat; height:23px;
font-size:12px;
font-weight:normal;
line-height:23px;
color: #000;
text-decoration: none;
width: auto;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

html>body #blueblock li.sub a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
padding-left: 25px;
background:url(images/menu_left_over.jpg) left no-repeat; height:28px;
line-height:28px;
font-weight:normal;
background-color: none;
color: #000;
}

#blueblock li.sub a:hover{
padding-left: 28px;
background:url(images/bg_sub_menu_right_over.jpg) left no-repeat; height:23px;
font-size:12px;
font-weight:normal;
background-color: none;
color: #218a0c;
}