#menu {
float:left;
display: block;
width: 680px;
height: 35px;
margin: 20px 0px 20px 20px;
font-size: 15px;
background-color: #fff;
}

#menu ul {list-style: none;}

#menu ul li {float: left;}

#menu li {position: relative;}

#menu a {
display: block;
width: auto;
height: 27px;
color: #FFF;
text-decoration: none;
text-align: center;
padding: 8px 2px 0px 0px;
font-weight:600;
}

#menu a:hover, #menu a.main_current {color: #000091;}

#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu6
{background: url(../images/sce/home.jpg) right top no-repeat; width: 85px;}

#menu0 a.main_current,
#menu1 a.main_current,
#menu2 a.main_current,
#menu3 a.main_current,
#menu4 a.main_current,
#menu5 a.main_current,
#menu6 a.main_current
{background: url(../images/sce/home-over.jpg) right top no-repeat;}

#menu0 a:hover, #menu0 a:focus,
#menu1 a:hover, #menu1 a:focus,
#menu2 a:hover, #menu2 a:focus,
#menu3 a:hover, #menu3 a:focus,
#menu4 a:hover, #menu4 a:focus,
#menu5 a:hover, #menu5 a:focus,
#menu6 a:hover, #menu5 a:focus
{background: url(../images/sce/home-over.jpg) right top no-repeat;}

#menu7 {background: url(../images/sce/contact-us.jpg) right top no-repeat; width: 85px;float:left;}
#menu7 a.main_current {background: url(../images/sce/contact-us-over.jpg) right top no-repeat;}
#menu7 a:hover, #menu0 a:focus {background: url(../images/sce/contact-us-over.jpg) right top no-repeat;}
/* End Top Level Left Nav Styles */

