#leftmenu {
float:left;
display:block;
width:165px;
height:340px;
background-image:url(../images/bg_id_menuleft.gif);
background-repeat:no-repeat;
background-position:left top;
position:relative;
}

#leftmenu ul {
display:block;
border:solid;
border-color:#B7B7B7;
border-width:5px;
border-top-width:0px;
border-left-width:0px;
margin:0px;
list-style:none;
padding:0px;
width:140px;
z-index:200;
}

#leftmenu ul li {
min-height:25px;
height:auto;
margin:0px;
padding:0px;
border:none;
display:block;
z-index:200;
}

*HTML #leftmenu ul li {
height:25px;
}

#leftmenu ul li a {
position:relative;
width:130px;
margin:0px;
display:block;
background-color:#FFCE00;
background-image:url(../images/bg_id_menutop_dropdowns.gif);
text-align:right;
padding:0px;
padding-right:10px;
min-height:25px;
height:auto;
line-height:25px;
color:#000000;
font-weight:bold;
border-bottom:solid;
border-bottom-color:#999900;
border-bottom-width:1px;
border-top:solid;
border-top-color:#FFFF66;
border-top-width:1px;
border-right-width:0px;
z-index:200;
}

*HTML #leftmenu ul li a {
height:25px;
}

#leftmenu ul li a:hover {
background:#333333;
background-image:url(../images/bg_id_menutop_dropover.gif);
border-top-color:#CCCCCC;
border-bottom-color:#333333;
text-decoration:none;
}

#leftfastlink {
padding:10px; display:block; position:absolute; width:145px; bottom:55px; left:0px;}

#leftmenu ul li a.selected {
background:#333333;
background-image:url(../images/bg_id_menutop_dropover.gif);
border-top-color:#CCCCCC;
border-bottom-color:#333333;
color:#FFFFFF;
}

