.suckertreemenu{
	width: 100%;
	font-weight: bold;
}

.suckertreemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 16px;
}

/*Top level list items*/

.suckertreemenu ul li{
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	padding-right: 1px;
}

/*Top level menu link items style*/

.suckertreemenu ul li a{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(/template/almar_template/images/nav-bg.jpg);
	background-position: center;
}
	

/*1st sub level menu*/

.suckertreemenu ul li ul{
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-repeat: repeat-x;
	list-style-type:none;
	background-position: center center;
	position: absolute;
	visibility: hidden;
	display: block;
	left: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/

.suckertreemenu ul li ul li{
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-style: none;
background-image: url(/template/almar_template/images/nav-bg.jpg);
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: thin;
	border-left-style: none;
	width:140px;
}



/*All subsequent sub menu levels offset after 1st level sub menu */

.suckertreemenu ul li ul li ul{ 
	position: absolute;
	margin: 5% 0 0 95%;
}



/* Sub level menu links style */

.suckertreemenu ul li ul li a{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(/template/almar_template/images/nav-bg.jpg);
	background-position: center;
}

.suckertreemenu ul li a:hover{
background-image: url(/template/almar_template/images/nav-bg.jpg);

}


/*Background image for top level menu list links */

.suckertreemenu .mainfoldericon{
	background: url(arrow-down.png) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #F1F5F8 url(/template/almar_template/images/arrow-right.png) no-repeat 98% 50%;
}

* 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;
}

.form {
	font-family: Tahoma;
	font-size: 10px;
}

