/* CSS Document */
<!--
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu a {
	font-weight: normal;
	font-size: 12px;
	display:block;  
    width: 90%;
    height: 100%; 
}
.suckertreemenu {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #b30215; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	/*width: 80px;*/
	padding: 0px 3px;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
	text-decoration: none;
	color: #ffffff;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
bottom: 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)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 100px;
	height: 1.3em;
	color: #bdb5a8;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #ffffff;
	border-top: 1px solid #bdb5a8;
}

.suckertreemenu ul li a:hover{
/*background-color: #ffffff;*/
color: #ffffff;
text-decoration: none;
}

.suckertreemenu ul li ul li a:hover {
color: #82002a;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: red url(images/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background: #ffffff url(images/arrow-right.gif) no-repeat center right;*/
}

* 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;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

li.item1 {
width: 99px;
background-color: #82002A;
}
li.item2 {
width: 70px;
background-color: #A8000C;
}
li.item3 {
width: 63px;
background-color: #BDB5A8;
}
li.item4 {
width: 78px;
background-color: #82002A;
}

-->



