#menucontainer{
position:relative;
height:37px;
color:#E0E0E0;
background:#ffffff;
width:100%;
}
#menu{
position:relative;
height:33px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:#fff url(images/bg.gif) repeat-x bottom left;
padding:0 0 0 20px;
font-family:Helvetica,Arial,Verdana,sans-serif;
}
#menu ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#menu ul li{display:block;float:left;margin:0 1px;}
#menu ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#menu ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#menu ul li a:hover{color:#fff;background:transparent url(images/bg-OVER.gif) repeat-x center left;}
#menu ul li a:hover span{display:block;width:auto;cursor:pointer;}
#menu ul li a.current,#menu ul li a.current:hover{color:#fff;background:#ffffff url(images/left-ON.gif) no-repeat top left;line-height:275%;}
#menu ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#ffffff url(images/right-ON.gif) no-repeat top right;height:33px;}S




