@charset "utf-8";
/* CSS Document */
#nav { 
line-height:40px; list-style-type: none; width:946px; z-index:1000; 
} 
#nav a { 
display: block; width:135px; height:40px; line-height:40px; text-align: center; color:#666666; font-weight:bold; 
} 

#nav a:link { 
 text-decoration:none; 
} 
#nav a:visited { 
 text-decoration:none; 
} 
#nav a:hover { 
 text-decoration:none;
} 
#nav li { 
float: left;  width:135px; background: url(../images/navbg.jpg) no-repeat right top;
}
.navhome { border-left:#CCCCCC solid 1px; }
#nav li a:hover{ 
background: url(../images/navhbg.jpg) repeat-x; color:#FFFFFF;
}
.navh{ 
background: url(../images/navhbg.jpg) repeat-x; color:#FFFFFF;  height:40px; line-height:40px; text-align: center;
} 
#nav li ul { z-index:1000;
line-height: 23px; list-style-type: none;text-align: center; 
left: -999em; width:135px; position: absolute; 
} 
#nav li ul li{ 
float: left; width: 135px; z-index:1000;
background:#EFEFEF; border:none; padding:0;
} 
#nav li ul a{ display: block; width:125px;  height:28px; line-height:28px;text-align:left; padding-left:10px; font-weight:200;   border:none; 
} 
#nav li ul a:link { 
color:#666666; text-decoration:none; border:none;  
} 
#nav li ul a:visited { 
color:#666666;text-decoration:none;  border:none; 
} 
#nav li ul a:hover { 
color:#FFFFFF; text-decoration:none; border:none;  background:#0092DF;
} 
#nav li:hover ul { 
left: auto; height:24px; line-height:24px;
} 
#nav li.sfhover ul { 
left: auto;  height:24px; line-height:24px;
} 
#content { 
clear: left; 
} 

