.horizontalcssmenu
{
	margin: 0;
	padding: 0;
}

.horizontalcssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	height: 23px;
	display: block;
	width: 139px; /*Width of top level menu link items*/
	padding: 0px 8px;
	text-decoration: none;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	background: url(../../images/menubg.gif) center center repeat-x;
	color: white;
	font: normal 14px Arial;
	line-height: 23px;
	text-align: center;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul
{
	left: 0;
	top: 0;
	border-bottom: 1px solid #202020;
	border-right: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li
{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
	height: 17px;
	width: 139px; /*width of sub menu levels*/
	font: normal 12px Arial;
	padding: 2px 8px;
	background: #5c5749;
	border-width: 0 1px 1px 1px;
	text-align: left;
}

.horizontalcssmenu ul li a:hover
{
	/*background: url(../../images/menubgover.gif) center center repeat-x;*/
	color: #fcde8e;
}

.horizontalcssmenu ul li ul li a:hover
{
	background: #9f9782;
	color: White;
}

.horizontalcssmenu .arrowdiv
{
	position: absolute;

	/* This is for IE 6. Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../../images/arrow.png');

}

.horizontalcssmenu .arrowdiv[class]
{
	background: transparent url(../../images/arrow.png) no-repeat center left;
}

.horizontalcssmenu span
{
	top: 0px;
	left: 135px;
}

.EndLine
{ 
	width: 1px;
	background-color: Black;
	height: 25px;
}

/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
* html p#iepara
{ 
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
