//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:100%;
}
.suckertreemenu ul{
width:600px;
margin-top:1px;
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
}


/*Top level list items*/
.suckertreemenu li{
background:none;
padding:0px;
margin:0px;
position: relative;
display: inline;
float: left;
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*/
margin-left:1px;
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:#666666;
color:#ffffff;
text-decoration:none;
}

.navline {
clear:both;
width:100%;
padding:0;
height:1px;
line-height:1px;
background: #922d46;
}