
/*left hand menu*/

.navcontainer ul
{
margin-top: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:100%;
_font-size:80%;
font-family: Arial, Helvetica, sans-serif;
letter-spacing:.5px; 
}


.cathead{
width: 149px; 
color:#f1f1f1; 
font-size:16px; 
padding: 12px 0 1px 11px;
_padding: 7px 0 1px 11px;
list-style-type: none;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif; 
margin-top:10px;
_margin-top:0px;
border-bottom: 2px solid #999999; 
}

.cathead2{
margin-top:0px;
_margin-top:-12px;
width: 149px; 
letter-spacing:normal; 
color:#f1f1f1; 
font-size:16px; 
padding: 7px 0 1px 11px;
list-style-type: none;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif; 
border-bottom: 2px solid #999999; 
}

.navcontainer a { 
/*ie hack dont delete*/height:1%;/*end hack*/
font-weight:bold;
margin-top:2px; 
margin-bottom:2px;  
display: block;  
padding:1px;
padding-left:5px; 
background-color:#393838;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
border-left:5px solid #937C27;
}

.navcontainer a:link, .navlist a:visited
{
color: #f1f1f1;
text-decoration: none;
}

.navcontainer a:hover
{
border-left:5px solid #b89b30;
color: #f1f1f1; 
background-color:#7a7878;
}

a { 
text-decoration:none;
font-weight:bold; 
color: #937C27;
}

a:link { 
font-weight:bold; 
color: #937C27;
}

a:visited {
color: #937C27;
}

a:active {
font-weight:bold; 
color: #937C27;
}

a:hover {
font-weight:bold; 
color: #b89b30; 
}
	

