.menu {
z-index:10000;
font-size:12px;
padding: 0px 0px;
background-color: #1B1B1B;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu a, .menu a:visited {
display:block;
text-indent: 10px;
text-decoration:none;
height:15px;
line-height:15px;
width:247px;
color:#999999;
border:none;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:247px; w\idth:247px;}
/* style the link hover */
* html .menu a:hover {color:#ffcc00; background:#333}

.menu :hover > a {
color:#FFCC00;
background:#333333;
}
.sousmenu { backgriund:#333333;}

