
.menu {
width:423px; 
font-size:0.85em;
position:relative;
z-index:100;
font-family: Tahoma, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:115px;
text-align:left
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
text-align:left;


}
/* a hack for IE5.5 float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
* html .menu li {
float:left;
position:relative;
text-align:center;


}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff;  
border:1px solid #fff; 
border-width:0px 0px 0 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
padding-left:0px;
width:87px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#F8F8F8 url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;

}
.menu ul ul a.dropbottom, .menu ul ul a.dropbottom:visited {
background:#F8F8F8 url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;
border-bottom-color: #b4b4b4;
border-bottom-width: 1px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ececec url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#ececec url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;
}
.menu ul ul a.dropbottom:hover{
background:#ececec url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.dropbottom {
background:#ececec url(http://www.hits1055.com/images/expand3.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ececec;
border-left-color: #b4b4b4;
border-left-width: 1px;
border-right-color: #b4b4b4;
border-right-width: 1px;
border-top-color: #b4b4b4;
border-top-width: 1px;
}

/* style the third level top background */
.menu ul ul ul a.bottom, .menu ul ul ul a.bottom:visited {
background:#ececec;
border-left-color: #b4b4b4;
border-left-width: 1px;
border-right-color: #b4b4b4;
border-right-width: 1px;
border-bottom-color: #b4b4b4;
border-bottom-width: 1px;
}
.menu ul ul ul :visited > a.bottom {
background:#ececec;
border-left-color: #b4b4b4;
border-left-width: 1px;
border-right-color: #b4b4b4;
border-right-width: 1px;
border-bottom-color: #b4b4b4;
border-bottom-width: 1px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
color:#ff9900;
}


/* 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:32px;
left:0; 
width:115px;
text-align:left;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:32px;
t\op:32px;
text-align:left;
}
/* another hack for IE5.5 */
* html .menu li li {
text-align:left;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:115px; 
top:0;
width:115px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-115px;
}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #ffffff;
	color: #BABE34;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 115px;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-color: #F4F3E2;
	border-bottom-width: 1px;
}

.menu ul ul a.bottom, .menu ul ul a.bottom:visited {
	background: #ffffff;
	color: #BABE34;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 115px;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.menu ul ul :visited > a.bottom {
	background: #ffffff;
	color: #BABE34;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 115px;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.menu ul ul a.bottom:hover{
	background-color: #F4F3E2;
	color: #6A760D;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.menu ul ul :hover > a.bottom {
	background-color: #F4F3E2;
	color: #6A760D;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-width: 1px;

	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:115px;
w\idth:115px;
}


/* style the top level hover */
.menu a:hover{
color:#6A760D;
float:left;
}
.menu ul ul a:hover{
color:#6A760D;
background-color: #F4F3E2;
}
.menu :hover > a {
color:#6A760D;
float:left;
}
.menu ul ul :hover > a {
color:#6A760D;
background-color: #F4F3E2;
}

/* 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;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
