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

.suckerdiv ul{
	margin: 0;
	padding:0;
	line-height:19px;
	margin-top:25px;
	list-style-type: none;
	width: 215px; /* Width of Menu Items */
	font-size:12px; /*left main menu font text*/
	font-weight:bold;

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 215px; /*sub menu width*/
top: 0;
visibility: hidden;
margin-top:0;
border-left:none;
font-weight: 100;
font-size:12px; /*sub level menu text size*/

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration:none;
background:#afc83b;
padding: 3px 5px;
color: #FFF;
text-align:left;
 /*left menu text size */
text-transform: capitalize;
}

.suckerdiv ul li a:visited{
	
}

.suckerdiv ul li a:hover{
	background-color: #CDDD84;
	color: #FF0;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.suckerdiv ul li a.arrowdiv{
	background: url(images/arrow.gif) no-repeat center right;
}

.suckerdiv ul li a.arrowdiv:hover{
	background: #CDDD84 url(images/arrow.gif) no-repeat center right;
}

.suckerdiv ul li ul{
	margin-left:-1px;
}




/*end vertical menu */





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

.suckertreemenu{
	height:30px;
	width:760px;
	font-size:14px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AFC83B;
	margin-right:-5px;
	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: #AFC83B; /*overall menu background color*/
border-right:1px solid #fff;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display:block;
	padding:7px 25px;
	color: #FF0;
	text-decoration:none;
	background-color: #AFC83B;
}

* html .suckertreemenu ul li a{
	width:110px;
	padding:7px;	
	text-align:center;
}
	
/*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: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	width:100px;
	display:block;
	padding:7px 25px;
	color: #FFF;
	text-decoration:none;
	background-color: #AFC83B;
	border-bottom:1px solid #fefefe;
}

.suckertreemenu ul li a:hover{
	background-color: #CDDD84;
	color: #FF0;
}

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

/*Background image for top level menu list links */
* html .suckertreemenu .mainfoldericon{
background-position:9px 12px;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #AFC83B url(../index.html) 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%; }
/* End */

.suckertreemenu ul li.end{
	border-right:none;
}
