
h5 {
 font-size: 14px;
 font-weight:bold;
 letter-spacing: 1px;
 text-decoration: underline;
}
#subnavi ul { list-style-type: disc; margin: 1em 0 1em ; }

.leftnavheader { padding: 2px; margin: 5px 5px 1px; background-color: #333; color: #b8860b; font-weight:bold; text-decoration:none; font-size: 12px; border-color: white #333; border-style: solid; border-width: 1px; }

#leftnav { float: left; text-align:left; width: 204px; margin-top: 6px; margin-bottom: 6px; border-style: solid; border-width: 1px; }

#leftnav ul {
 margin: 0; 
 padding: 0px 5px 0px 5px;
 list-style-type: none;
} 

#leftnav li {
 width:200px;
} 

#leftnav a:link, #leftnav a:visited, #leftnav a:active { display: block; color: #ccc; padding: 0 5px; text-decoration: none; /*lets remove the link underlines*/
} 

#leftnav a:hover {
 display: block;
 padding: 0px 5px 0px 5px;
 border: 1px solid #333333;
 background: #990000;
 color: #CCCCCC;
 text-decoration: none; /*lets remove the link underlines*/
}


