﻿#menu {
background: #ea652a;
color: blue;
height:42px;
width:857px;
margin-left:5px;
margin-right:auto;
position: relative;
z-index: 600;
border-bottom:1px solid #ccc; 

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 122px;
background: #A54625;
}

#menu ul li ul {
width:122px ;
}
#menu a {
font: 10px Verdana;
display: block;
height:37px;
margin: 0;
padding: 2px 2px 0 2px;
color: #FFFFFF;
text-decoration: none;
text-transform:uppercase;
background: #ffbd55;
text-align: left;
}

#menu a.main_menu {
font: 11px Verdana;
display: block;
color: #FFFFFF;
text-align: center;
background: #ea652a;
background-image:url(../images/sce/menu.jpg);
line-height:2.8em;
font-weight:bold;

}

#menu a.main_current{
color: #000000;
background: #FFFFFF;
background-image:url(../images/sce/menuhover.jpg);

}

#menu a.current{
color: blue;
background: #FFFFFF;

}

#menu a:hover {
color: #000000;

}
#menu a.main_menu:hover {
color: #000000;
background: #ffbd55;
background-image:url(../images/sce/menuhover.jpg);
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
