/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* -- HORIZONTAL -- */

.menu_hor_div_def ul{
margin: 0px;
padding: 0px;
list-style-type: none;
color: #418341;
z-index: 500;
}


/*Top level list items*/
.menu_hor_div_def ul li{
font: bold 11px arial;
position: relative;
display: inline;
float: left;
white-space: nowrap;
z-index: 500;
}

/*Top level menu link items style*/
.menu_hor_div_def ul li a{
display: block;
width: auto !important; width: 1%; /*Width of top level menu link items*/
text-decoration: none;
color: #418341;
margin: 0px 0px;
padding: 2px 13px !important; padding: 2px 14px;
text-align: center;
letter-spacing: 2px;
}
.menu_hor_div_def ul li a:hover{
color: #FFF;
text-decoration: none;
background-image: url(../images/bg_mainmenulink.gif);
background-position: 95% 50%;
background-repeat: no-repeat;
}
	
/*1st sub level menu*/
.menu_hor_div_def ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding: 0px;
margin: 0px 0px 0px 0px;
/*border: solid #FFF;
border-width: 1px 0px 0px 0px;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_hor_div_def ul li ul li{
display: list-item;
float: none;
border: none;
/*height: 17px;*/
line-height: 17px;
padding: 0px;
margin: 0px 0px 1px 0px;
text-align: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu_hor_div_def ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: -1;
padding: 0px;
margin: 0px 0px 0px 1px;
}

/* Sub level menu links style */
.menu_hor_div_def ul li ul li a{
display: block;
width: 190px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
text-align: left;
padding: 0px 5px;
/*border: solid #FFF;
border-width: 0px 1px 1px 1px;*/
background: #418341;
/*height: 16px;
line-height: 16px;*/
}

.menu_hor_div_def ul li ul li ul li a{
	/*width: auto !important; width 190px;*/
	width: 170px;
}



.menu_hor_div_def ul li ul li a:hover{
color: #FFF;
background: #124613;
}

/*Background image for top level menu list links */
.menu_hor_div_def .mainfoldericon{
color: #418341;
}

/*Background image for subsequent level menu list links */
.menu_hor_div_def .subfoldericon{
color: #418341;
background-image: url(images/sublink_arrow.gif);
background-position: 99% 50%;
background-repeat: no-repeat;
margin: 0px 0px -3px 0px;
}
.menu_hor_div_def .subfoldericon:hover{
color: #000;
background-image: url(images/sublink_arrow.gif);
background-position: 99% 50%;
background-repeat: no-repeat;
}
.menu_hor_div_def .sub_li {
	margin: 0px !important; margin: 0px 0px -3px 0px;
}

* 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 .menu_hor_div_def ul li { float: left; height: 1%; }
* html .menu_hor_div_def ul li a { height: 1%; }
/* End */



