.leftmenu{
width:150px; /*width of menu*/
margin:20px -20px;
}

.leftmenu .headerbar{
width:154px;
font: bold 16px arial;
text-shadow: 0 2px 0 #ccc;
color:#002664;
margin:auto 5px;
/*background: url('leftmenutab.gif') no-repeat 0 0 #EFEFEF;
margin-bottom: 0;*/ /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 3px 0 3px 5px; /*31px is left indentation of header text*/
border-bottom:1px solid #002664;
z-index:1000;
behavior: url('pie.htc')
}

.leftmenu ul{
list-style-type:none;
margin:0 -20px;
padding:0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
background:none;
}

.leftmenu ul li a{
font:bold 12px arial;
color:#333;
position:relative;
/*background:url('leftmenustyle1.gif' ) 0px 50% no-repeat; */
background-color:white;
display:block;
padding:5px 0;
line-height:17px;
padding-left:18px; /*link text is indented 8px*/
text-decoration:none;
border-bottom:1px dotted #002664;
}

.leftmenu ul li a:visited{
color:#002664;
}

.leftmenu ul li a:hover, .leftmenu ul li a.selectedanchor{ /*hover state CSS*/
color:#ccc;
text-decoration:underline;
background:inherit;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5, #submenu6 {
visibility:hidden;
width:200px;
background:none repeat scroll 0% 0% #DDCCB7;
opacity:1;
left:0px;
top:0;
z-index:9999;
}