/* leftmenu buttons */
#leftmenu ul li a{
text-transform: uppercase;
width:134px;
height: 14px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
font-weight: bold;
text-decoration: none;
color:black;
position: relative;
padding-left: 30px;
padding-top: 2px;
background-image: url(images/btn1.gif);
margin-bottom: 4px;
}
#leftmenu ul li a:hover {
color: #8b0e13;
text-decoration: none;
list-style-type: none;
list-style: none;
background-image: url(images/btn1-over.gif);
}

#leftmenu ul ul li a{
text-transform: uppercase;
background-image: none;
width:148px;
height: 14px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
text-decoration: none;
color:black;
position: relative;
padding-left: 16px;
}
#leftmenu ul ul li a:hover {
background-image: none;
color: #8b0e13;
text-decoration: none;
list-style-type: none;
list-style: none;
}

#leftmenu ul ul ul li a{
text-transform: none;
background-image: none;
width:138px;
height: 14px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
text-decoration: none;
color:black;
position: relative;
padding-left: 26px;
}
#leftmenu ul ul ul li a:hover {
background-image: none;
color: #8b0e13;
text-decoration: none;
list-style-type: none;
list-style: none;
}