#nav_main {
background:url(../images/h_menu_bg.gif) repeat-x;
width:724px;
height:55px;
position:absolute;
top:26px;
left:244px;
padding-top:5px;
}
#nav {
margin:5px 0 0 25px;
height:18px;
text-align:center;
}
#nav li {
float: left;
list-style-type: none;
}
#nav a {
color:#fff;
text-decoration:none;
display: block;
width: 74px;
line-height:18px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}
#nav a:hover {
font-weight:bold;
}
#nav a:hover{
border-bottom:3px solid #fc4e09;
}
#nav ol {
color:#fff;
width:600px;
position: absolute;
left: -9999px;
}
#nav ol li{
padding-top:4px;
}
#nav ol a{
color:#fff;
line-height: 1.2em;
height:1.2em;
width: 80px;
border-color:#fff;
border-bottom:0;
}
#nav ol a:hover {
text-decoration:underline;
font-weight:bold;
border-bottom:0;
}
#nav li:hover ol {
left: auto;
}
#nav li.sfhover ol {
left: auto;
}
#nav li.last a {
border-right:0;
}
