#SideBarMenu {
background-color: #FFFFFF;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px;
text-align: left;
width: 145px;
}

#SideBarMenu a {
text-transform: capitalize;
color: #D30007;
text-decoration: none;
border-width: 0px 0px 1px 0px;
border-bottom-style: solid;
border-bottom-color: #E0DFE3;
height: 31px;
display: block;
line-height: 31px;
background-image: url(./gfx/gfx_nav/nav_left_pointer.gif);
background-repeat: no-repeat;
text-indent: 14px;
background-position: 2px 6px;
background-color: #FFFFFF;
}
#SideBarMenu a:hover {
text-decoration: underline;
}

#SideBarMenu img {
float: right;
border: none;
background-color: #FFFFFF;
margin-right: 1px;
margin-bottom: 1px;
padding: 0px;
}

/* Visible submenu - may need to make adjustments for IE */

/* IE - not want margin-left: -2em */

#submenu ul {
margin-left: -2em;
margin-top: 0.2em;
margin-bottom: 0.5em;
}

#submenu li {
margin-left: 40px;
list-style-type: none;
} 

#submenu a {
border-width: 0px 0px 0px 0px;
border-bottom-style: none;
height: 20px;
line-height:24px;
text-indent: 14px;
font-size: 10px;
background-position: 2px 4px;
}



