/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.menu{
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	z-index: 40;
	vertical-align:top;
}

.suckertreemenu {
	width: 720px;
	padding-top: 1px;
	height: 25px;
	position: absolute;
	z-index: 40;
	float: top;
}
.suckertreemenu ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-left: 0px;
	margin-bottom: -9px;
	font-size: 12px;
	padding-right: -200px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	padding-right: -10px;
	padding-left: 0px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 25px;
	text-align: right;
}
.suckertreemenu ul li.SubMenu{
	position: relative;
	padding-right: 0px;
	padding-left: 10px;	
	padding-top: 7px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 37px;
	background-image: url(../Media/Banner/Menu.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
	width: 110px;
}
.suckertreemenu ul li.Background{
	position: relative;
	padding-right: 0px;
	padding-left: 10px;	
	padding-top: 7px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 37px;
	background-image: url(../Media/Banner/Menu2.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
	width: 110px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a:link,.suckertreemenu ul li a:visited,.suckertreemenu ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #279847;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding-right: 8px;
	display: compact;
}
.suckertreemenu ul li a:hover{
	display: compact;
	color: #737373;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	right: 12px;
	position: absolute;
	background-color: #ededed;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	padding-top: -15px;
	margin-top: -15px;
	margin-right: -12px;
	text-transform: lowercase;
	visibility: hidden;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
		
/*---------------------------------------------------padding-top:10px;---------------------------------------*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	height: 0px;
	float: right;
	list-style-type: none;
	background-color: #ededed;
	padding-bottom: -5px;
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	border-left: 0px;
	border-bottom: #e3e3e3 1px solid;
	border-right: 0px;
	height: 22px;
	width: 213px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 2px; /* no need to change, as true value set by script */
	top: 0;
	padding: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited, .suckertreemenu ul li ul li a:active {
	display: block;
	width: 188px; /*width of sub menu levels*/
	color: #737373;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}
.suckertreemenu ul li ul li a:hover {
	color: #279847;
}

* 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: 23px; }
* html .suckertreemenu ul li a { height:23px; }
/* End */
