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

.suckertreemenu {
/*	border-right: 1px solid green; */
	float: left; 
	margin-top: 0px;
	margin-left: 0px; 
	clear: both;
	background-color: transparent;
/*	width: 792px; */
/*	padding-left: 10px; */
}

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

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-align: center; 
	background-color: transparent;
	background-image: url(/images/bg.gif);
/*	font-size: medium; */
	height:16px; 
}

/*Top level menu link items style*/
/*.suckertreemenu ul li a, .suckertreemenu ul li a:visited {*/
.suckertreemenu ul li, .suckertreemenu ul li {
	display: block;
	width: 94px; /* Width of top level menu link items*/
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid white;
	border-top: 0px solid #712503; 
	border-bottom: 1px solid #712503;;
	text-decoration: none;
	vertical-align: top;
	color: lemonchiffon;
/*	font-weight: normal; */
	font-size: 10px; 
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	padding:0px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: inline;
	visibility: hidden;
/*	margin-top: 0px; */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	background-color: lemonchiffon; 
	background-image: none;
}

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

/* Sub level menu links style */
/* .suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:visited {*/
.suckertreemenu ul li ul li, .suckertreemenu ul li ul li {
	display: block;
	width: 150px; /*width of sub menu levels*/
	color: #712503;
	text-decoration: none;
	margin-top: 0px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #712503;
	border-left: 1px solid #712503;
	border-bottom: 0px;
        border-top: 0px;
        background-color: lemonchiffon;
	text-align: left;
	font-weight: normal;
}

/*.suckertreemenu ul li a:hover*/
{
/*	background-image: url(/images/arrow-right.gif);  */
/*	background-color: white; *
/*	color: navy; */
	color: lemonchiffon;
	background-repeat: repeat-x;
	text-decoration: underline;
}

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

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

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #ffffff;
	background:  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%; width:88px}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left; }
/* End */
