.menu-hd {
	background:url(../../graphics/hd/images/menu/bg-repeat.jpg) repeat-x;
	height:33px;
	/*width:700px;*/
	float:left;
	padding-top:9px;
}
.menu-hd ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.menu-hd ul li{
position: relative;
display: inline;
float: left;
font-family:arial;
font-size:9px;
text-align:center;
color:#FFFFFF;

}

/*Top level menu link items style*/
.menu-hd ul li a{
display: block;
width: 83px; /*Width of top level menu link items*/
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.menu-hd ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}



/*Sub level menu list items (undo style from Top level List Items)*/
.menu-hd ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu-hd ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu-hd ul li ul li a{
text-decoration: none;
font-family:arial;
font-size:11px;
font-weight:normal;
text-align:left;
}



.menu-hd-treemenu{
	border-bottom:3px solid #000000;
}

/* Sub level menu links style */
.menu-hd-treemenu ul li a{
display: block;
width: 115px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
font-family:arial;
font-size:11px;
font-weight:normal;
text-align:left;
background-color:#FFFFFF;
}

.menu-hd-treemenu ul li a:hover{
background-color: #fd0101;
color: #FFFFFF;
}

/*Background image for top level menu list links */
.menu-hd .mainfoldericon{
background:url(media/arrow-down.gif) no-repeat center right;
height:16px;
}

/*Background image for subsequent level menu list links */
.menu-hd .subfoldericon{
background: url(media/arrow-right.gif) no-repeat center right;
height:16px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
*html .menu-hd ul li { float: left; height: 1%;}
* html .menu-hd ul li a { height: 1%;}
* html .menu-hd ul li ul li { float: left;}

