//SuckerTree Horizontal Menu (Sept 14th, 06)
//By Dynamic Drive: http://www.dynamicdrive.com/style/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
width:600px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background:none;
}




/*Top level list items*/
.suckertreemenu li{
position: relative;
display: inline;
float: left;
background:none;
padding:0;
margin:0;
}


/*Top level menu link items style*/
.suckertreemenu li a{
display: block;
width: 118px; /*Width of top level menu link items*/
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
background-color:#922d46; /*overall menu background color*/
border: 1px solid #ffffff;
text-decoration: none;
color:#ffffff;
font-size:9px;
text-align:center;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

.suckertreemenu li a:hover{
background-color:#ffffff;
color:#922d46;
border: 1px solid #922d46;
text-decoration:none;
}

