.horizontalcssmenu {
	background: url(images/toolbar-bg.png) center center repeat-x;
/* 	padding-top:0px; */ 
	height: 22px;
	}
.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{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	padding: 2px 8px;
	/*border: 1px solid #000000;*/
	border-left-width: 0;
	text-decoration: none;
/* 	background: url(../../images/menu/menubg.gif) center center repeat-x; */
	color: white;
/* 	font: bold 13px Tahoma; */
	font: bold 13px Arial; 
	
/* 	background: #fff url(images/toolbar-div.png) left bottom no-repeat; */
}
	
.horizontalcssmenu ul li a.Selected{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	padding: 2px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: white;
	font: bold 13px Arial; 
	text-decoration:underline;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	/* border-top: 1px solid #202020; */
/* 	border-top: 1px solid #FFFFFF; */
	position: absolute;
	display: block;
	visibility: hidden;
	color: white;
	z-index: 1000;
	font: 13px Arial;

}

/*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{
	width: 170px; /*width of sub menu levels*/
	font-weight: normal;
		padding: 2px 5px;
 	/*background-color:#FFFFFF;
    border:1px solid #FFFFFF;
    color:#000033;*/
	/*    border: 2px solid #cccccc;*/

	/* 		==remove for ff== */
	border: 2px solid #cccccc;
	background-color:white;
	/*     color:#333; */
	color:#0000ff;
	/* 	==remove for IE== */
	margin-top:-2px;
	border-width: 0 1px 1px 1px;
z-index: 1000;
}

.horizontalcssmenu ul li a:hover{
/* 	background: url(menubgover.gif) center center repeat-x; */
/* 	background: #335D98; */
/* 	color: white; */
text-decoration:underline;
/* 	font: bold 13px Arial; */
}



.horizontalcssmenu ul li ul li a:hover{
/* 	background: #335D98; */
/* 	color: white; */
text-decoration:underline;
	font: bold 13px Arial; 
}


* 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 .horizontalcssmenu ul li { 
	float: left; height: 1%; 
}
* html .horizontalcssmenu ul li a { 
	height: 1%;
}
/* End */