.menu {
	width:763px;
	height: 15px;
	font-size:11px;
	position:relative;
	clear: both;
	z-index: 80px;
	margin-top: 0px;
	margin-bottom:0px;
	
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
}
.menu ul ul {
width:148px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
list-style-type:none;
float:left;
width:148px;
position:relative;
margin-top: 0px;
margin-bottom:0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#ffffff; 
width:137px; 
height:15px;
padding-left:10px;
font-weight: bold;
}

html>body .menu a {margin-top:0px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-image:url(../images/tout_header_superstars.gif);
background-color:#AA0000;
background-repeat: repeat-x;
display:block;
border:0px solid #000000; 

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#000000;
}
.menu ul ul :hover > a.drop {
background:#000000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:15px;
left:0px; 
width:137px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color:#ffffff; 
height:auto; 
line-height:15px;
width:137px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:137px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#888888;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#888888;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
