#menu, #menulc {
float: left;
width: 168px;
height: 374px;
border-top: 1px solid #333333;
border-right: 1px solid #333333;
border-left: 1px solid #333333;
border-bottom: 1px solid #333333;
background-image: url(../../images/menu_bg.jpg);
background-repeat: repeat-x;
margin-top: 5px;
margin-left: 1px;
padding: 0;
margin-right: 5px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

#menu {
text-transform: uppercase;
}

.heading {
background-color: #000000;
padding-left: 5px;
padding-top: 5px;
height: 20px;
font-weight: bold;
}

.heading a {
font-weight: bold;
}

.back {
font-weight: bold;
color: #6666FF;
}

#menu ul, #menulc ul {
padding-top: 0px;
padding-left: 0px;
margin-top: 0px;
margin-left: 0;
list-style: none;
}

#menu li, #menulc li {
width: 168px;
height: 20px;
margin: 0;
padding: 0;
}

#menu li:hover, #menulc li:hover {
background-image: url(../../images/purple_grad.jpg);
height: 20px;
}

#menu a, #menulc a {
display: block;
width: 168px;
text-decoration: none;
padding-top: 3px;
/*remove when links are active */
padding-left: 5px;
font-weight: normal;
}

#menu a:hover, #menulc a:hover {
text-decoration: none;
color: #ffffff;
}

#menu a.grey {
text-decoration: none;
padding-top: 3px;
padding-left: 5px;
font-weight: normal;
color: #666666;
cursor: default;
}

#menu li.nohover {
background-image: none;
}

.smallred {
font-size: 9px;
color: #FF0000;
text-transform:uppercase;
}


.lowercase {
text-transform: none;
}






