#leftmenu{ top: 0; width: 147px; height: auto; margin-left: 14px; }
* html .leftmenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 147px;
}
.leftmenu ul{ background-color: #505050; padding: 0; margin: 0; list-style-type: none; }
.leftmenu a{ padding: 2px 3px; display: block; width: 100%; /*Define width for IE6's sake*/
color: #fff; font-size: 11px; font-style: normal; font-variant: normal; line-height: normal; text-decoration: none; text-align: left; text-indent: 14px; }
.leftmenu a:visited{
color: #a3a3a3;
}
html>body .leftmenu a{ /*Non IE rule*/
width: auto;
}
.leftmenu a:hover{ color: #2a2a2a; background-color: #a3a3a3; text-decoration: none; }
.leftmenu #current { color: #2a2a2a; font-size: 11px; font-weight: bold; background-color: #f93; text-indent: 14px; padding: 0 3px 2px; }
#leftmenu #title { padding: 4px 3px; color: #fff; font-size: 11px; font-weight: bold; background-color: #ea661f; text-align: left; text-indent: 10px; width: auto; border-bottom: 1px solid #fff; }
#leftmenu #subtitle { padding: 4px 3px; color: #fff; font-size: 11px; font-weight: bold; text-align: left; text-indent: 10px; border-top: 1px solid #6f6a6a; border-bottom: 1px solid #6f6a6a; }
#leftmenuimg{ top: 0; width: 147px; height: auto; margin-left: 14px; }

