#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0 0 0 10px;
padding: 0;
/*width: 12em;*/
float: left;
}

#menu ul ul {
    margin: 0px;
    height: 30px;
    width: 170px;
}

#menu ul ul a, #menu ul ul h2 {
    line-height: 30px;
    background: #5b5755;
}

#menu ul ul li {
    padding-top: 2px;
}

#menu a, #menu h2 {
font: normal 10px/15px arial, helvetica, sans-serif;
display: block;
margin: 0;
line-height: 30px;
padding: 0 10px 0 10px;
}


#menu h2 {
color: #fff;
/*background: #000;*/
text-transform: uppercase;
}

#menu a {
color: #6e6e6e;
/*background: #efefef;*/
text-decoration: none;
text-transform:uppercase;
}

#menu a.selected,
#menu a:hover{
    color:#6e6e6e;
}

#menu ul ul a.selected,
#menu ul ul a:hover{
color: #fff;
text-transform: none;
}

#menu ul ul a {
    text-transform: none;
    opacity: 0.9;/*css3*/
    filter: alpha(opacity=90);/*IE*/
}


#menu ul ul a:hover {
background: #1b97b2;
}

#menu li {
    position: relative;
    background: none;
    padding: 0px;
    margin: 0px;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li.selected div.l,
#menu ul li:hover div.l{
    height: 30px;
    width: 10px;
    background: url('/img/menu-l.png') no-repeat;
    float: left;
}

#menu ul li.selected div.r,
#menu ul li:hover div.r{
    height: 30px;
    width: 10px;
    background: url('/img/menu-r.png') no-repeat;
    float: left;
}

#menu ul li.selected div.c,
#menu ul li:hover div.c{
    background: #fff;
    float: left;
    height: 30px;
}

#menu ul li div.l
{
    height: 30px;
    width: 10px;
    float: left;
}

#menu ul li div.r{
    height: 30px;
    width: 10px;
    float: left;
}

#menu ul li div.c{
    float: left;
    height: 30px;
}