
#nav 
{
    line-height: 21px;  
    list-style-type: none; 
    font-size:12px;
    list-style-type:none;
    padding-bottom:0px;
}

#nav a {
    display: block; 
    width: 150px; 
}

#nav a:link  {
    color:#666; 
    text-decoration:none;
}
#nav a:visited  {
    color:#666;
    text-decoration:none;
}

#nav a:hover  {
    /*color:#FFF;*/
    text-decoration:none;
    font-weight:bold;
}

#nav li 
{
    width: 100px;
}

#nav li a:hover
{
 /*background:#999;*/ 
}

.navc
{
    line-height: 27px;  
    list-style-type: none;
    text-align:left;
    left: -999em; 
    width: 260px; 
    position: absolute;
    /*height:expression(onload=function(){alert('sss');});    */
    
}
.navc dd
{
     width: auto;
     border-bottom:solid 1px #ffffff;
     line-height:21px;
     
    /*background: #F6F6F6; */
}
.navc a
{
    display: block; 
    width: auto;
    text-align:left;
    padding-left:24px;
    background: #8FC553;
    /*height:expression(onload=function(){alert('ssssss');});*/
}

.navc a:link  
{
    color:#666; 
    text-decoration:none;
}
.navc a:visited  
{
    color:#666;
    text-decoration:none;
}
.navc a:hover  
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
    background:#ffffff;
}
.menuparent
{
}

#nav li:hover ul 
{
    left: auto;
}
#nav li.sfhover ul 
{
    left: auto;
}
#content 
{
    clear: left; 
}
