/*URL: http://www.dynamicdrive.com/style/ */

#holder{
float:left;
width:100%;
background:#940014;
}

.suckertreemenu ul{
margin: 0;
list-style-type: none;
font-size:10px;
text-transform:uppercase;
float:left;
margin-left:8px;
}

/*Top level list items*/
.suckertreemenu ul li{
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-decoration: none;
color: #ffffff;
font-weight:bold;
font-size:9px;
background: url(../images/divider.gif) no-repeat scroll right 55%;
padding:9px 5px 7px 5px; 
}
	
.suckertreemenu ul li a:hover{
	color:#FFCDD4;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
