/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	visibility: visible;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.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: #d0d4d8; /*overall menu background color*/
	z-index: 2;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 222px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: #333333;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 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: 120px; /* no need to change, as true value set by script */
	top: 0;
	overflow: visible;
	z-index: 2;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 226px; /*width of sub menu levels*/
	color: #333333;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #DADDE0;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7AEB6;
	border-bottom-color: #A7AEB6;
	border-left-color: #A7AEB6;
	text-align: left;
}

.suckertreemenu ul li a:hover{
background-color: #A7AEB6;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #d0d4d8;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: right center;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

.suckertreemenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	visibility: visible;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.suckertreemenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu2 ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #99a8bb; /*overall menu background color*/
	z-index: 2;
}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{
	display: block;
	width: 175px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: #333333;
}
	
/*1st sub level menu*/
.suckertreemenu2 ul li ul{
left: 0;
position: absolute;
top: 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)*/
.suckertreemenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu2 ul li ul li ul{
	left: 120px; /* no need to change, as true value set by script */
	top: 0;
	overflow: visible;
	z-index: 2;
}

/* Sub level menu links style */
.suckertreemenu2 ul li ul li a{
	display: block;
	width: 179px; /*width of sub menu levels*/
	color: #333333;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #C4CED9;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6B829C;
	border-bottom-color: #6B829C;
	border-left-color: #6B829C;
	text-align: left;
}

.suckertreemenu2 ul li a:hover{
background-color: #6B829C;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu2 .mainfoldericon{
background: #99a8bb;
}

/*Background image for subsequent level menu list links */
.suckertreemenu2 .subfoldericon{
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: right center;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu2 ul li { float: left; height: 1%; }
* html .suckertreemenu2 ul li a { height: 1%; }
