ul.orangemenu, .orangemenu ul{
margin:0;
padding:0;
list-style-type:none;
}

ul.orangemenu{
height:22px;
border-left:1px solid white;
}

.orangemenu li{
float:left;
width:101px;
position:relative;
filter:inherit;/*required to make the fade work on IE8*/
}

.orangemenu li a{
display:block;
width:100px;
line-height:20px;
text-align:center;
color:black;
text-decoration:none;
background-color:#EA9531;/*org: EA9531*/
border:1px solid white;
border-left:none;
font-weight: bold;
}

.orangemenu li li{
clear:left;/*for IE7*/
}

.orangemenu li li a{
border-top:none;
color:white;
}

.orangemenu li a:hover{
color:#333333;
}

.orangemenu li ul{
display:none;
position:absolute;
left:-1px;
top:22px;
border-left:1px solid white;
}

.orangemenu li ul ul{
display:none;
position:absolute;
left:101px;
top:-1px;
border-top:1px solid white;
width:101px;
}

.orangemenu li:hover > ul{
display:block;
}

.orangemenu li ul a{
background-color:#FFB33B;/*org: FFB33B*/
font-weight: normal;
}
