/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu {
	background: url(../images/menu_background.jpg) no-repeat;
	height: 26px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
}

.suckertreemenu {
	text-align:center;
	padding-top: 2px;
}

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

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	padding: 1px 0px 7px 0px
}

.suckertreemenu span{
	text-align: center;
	display: inline;
	padding: 0px 7px 0 6px;
	text-decoration: none;
	color: #585858 !important;
	font-size: 10px;
	text-transform: uppercase;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	text-align: center;
	display: inline;
	padding: 0px 7px 0 6px;
	text-decoration: none;
	color: #585858 !important;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 2px;

}
	

.suckertreemenu #current a{ /*currently selected tab*/
	font-weight: normal; 
	color: #000000;
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
	text-align:center;
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	margin: 0px;
	padding: 0px;
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	text-align: left;
	display: block;
	width: 130px; /*width of sub menu levels*/
	color: #585858;
	border: 1px solid #aeaeae;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: none;
	font: 10px verdana;
	margin: 0px 0px 0px 0px; /*Margin between each menu item*/
	font-weight: normal; 
	text-decoration: none;
	background: #bfbfbf;
}
	

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

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* 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%; }
/* End */
