#menu
{
width: 100%;
float: left;
margin-top:0px;
margin-left:10px;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li
{
float: left;
padding-left:2px;
background:url(../images/sce/menudiv-off.gif) no-repeat left top;
}
div#menu ul li#menu0 {
background:url(../images/sce/blank.gif) no-repeat left top;
}
#menu ul li ul li
{
float: none;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;

}

#menu ul li ul
{
width: 150px;
border-top:1px solid #f9a839;
margin-left:-2px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
height: 1%;
font: 11px Arial;
display: block;
color: #ffffff;
text-decoration: none;

text-align: left;
padding:4px 6px;

border-bottom:1px solid #f9a839;
background:url(../images/sce/menudiv-off.gif) no-repeat right top;
background-color:#f7901e;
}

#menu ul li ul li a {
}

#menu a.main_menu
{

font: 13px "Trebuchet MS", Arial;
color: #ffffff;
text-align: left;
background:transparent;
padding-left: 15px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 2px;
display:block;
height:22px;
border:0px solid #000000;
}

#menu a.main_current
{
color: #ffffff;
background:url(../images/sce/menubg-on.gif) repeat-x top center;
}

#menu a.current
{
color: #ffffff;
background-color:#e2691f;
}

#menu a:hover
{
color: #ffffff;
background-color:#e2691f;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #fffffff;
background:url(../images/sce/menubg-on.gif) repeat-x top center;
cursor: pointer;
}

