*{margin:0;padding:0;}
#nav {
	line-height: 24px;
	list-style-type: none;
	background:#000;
}

#nav a {
display: block; width:78px; text-align:center;
}

a:link {
color:#fff; text-decoration:none;
}
a:visited {
color:#fff;text-decoration:none;
}
a:hover {
color:#fff;text-decoration: underline;
}

#nav li {
float: left; width:78px; background: url(/images/index_pic2.gif) no-repeat; width:78px; height:26px;
}
#nav a:hover{
background: url(/images/index_pic1.gif) no-repeat; width:78px; height:26px; color:#0066FF;
}
#nav li ul {
line-height: 25px; list-style-type: none;text-align:left;
left: -999em; width: 78px; position: absolute;
}
#nav li ul li{
float: left; width: 78px;
background: #DFEEF3; margin-top:2px;
}

#nav li ul a{
display: block; width: 78px;text-align: center;
}

#nav li ul a:link {
color:#000; text-decoration:none;
}
#nav li ul a:visited {
color:#000;text-decoration:none;
}
#nav li ul a:hover {
color:#000;text-decoration:none;font-weight:normal;
background: #FFFFFF;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}
