﻿/***************************** 1st Level LIsted (4) Items**************************************/
/*Set Spacing of 1st item*/
.FUL2 {
	padding-right: 20px;
}
/*Very Top Items layout Postioning*/
.horizontalcssmenu2 ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
/*Very Top Inner Configuration*/
.horizontalcssmenu2 ul li {
	position: relative;
	float: right;
	height:22px
}
/*Very Top level Link Style*/
.horizontalcssmenu2 ul li a {
	color: #930A14;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.horizontalcssmenu2 ul li a:hover {
	text-decoration: none;
	color: #43634B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/***************************** 2nd Level LIsted (4)  Items**************************************/
/*Sub Leval postioning Layout Where Listed Items Reside*/
.horizontalcssmenu2 ul li ul {
	left: -10px;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #D9D59D;
	border-left: 1px #930A14 solid;
	border-right: 1px #930A14 solid;
	border-bottom: 1px #930A14 solid;
	border-top: 1px #930A14 solid;
	background-image: url('../Syselements/cssmenutanBG.gif');
	background-repeat: repeat-y;

}
.horizontalcssmenu2 ul li ul li {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	float: left;
	clear: both;
	border-bottom: 1px solid #43634B;
	text-indent: 10px;
	height:22px;
}
.horizontalcssmenu2 ul li ul li a {
	width: 100%; /*width of sub menu levels*/;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #930A14;
	height:20px;
}
.horizontalcssmenu2 ul li ul li a:hover {
	width: 100%; /*width of sub menu levels*/;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color: #930A14;
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #F1EEC6;
	height:17px;
}


/*3rd level expanded*/
.horizontalcssmenu ul li ul li ul{
	left: 150px;
	margin-top:-18px;
	width: 120px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #D9D59D;
	border-left: 1px #930A14 solid;
	border-right: 1px #930A14 solid;
	border-bottom: 1px #930A14 solid;
	border-top: 1px #930A14 solid;
	background-image: url('../Syselements/cssmenutanBG.gif');
	background-repeat: repeat-y;
}

.horizontalcssmenu ul li ul li ul li ul{
	left: 100px;
	width: 120px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 101;
	background-color: #D9D59D;
	border-left: 1px #930A14 solid;
	border-right: 1px #930A14 solid;
	border-bottom: 1px #930A14 solid;
	border-top: 1px #930A14 solid;
	background-image: url('../Syselements/cssmenutanBG.gif');
	background-repeat: repeat-y;
}






/*Sub level menu list items ?????????????*/
.horizontalcssmenu2 li ul {
	display: inline;
	float: left;
}
.horizontalcssmenu2 .arrowdiv {
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}
* html p#iepara {
	/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu2 ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu2 ul li a {
	height: 1%;
}
/* End */

