.horizontalcssmenu ul
{
	/*margin: 0;
	padding: 7px 7px 0px 7px;
	*/
	margin-right: 20px;
	float: right;
}

/*Top level list items*/
.horizontalcssmenu ul li
{
	
	float:right;
	
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{

	width: auto; /*Width of top level menu link items*/
	padding: 10px 10px;
    text-decoration: none;
    color:#ffffff;
	font: bold 11px Verdana;
	border-left-width:1px;
	border-left-color:#ffffff;
	border-left-style:solid;
	
    
}
	

.horizontalcssmenu ul li a:hover
{

    width: auto; /*Width of top level menu link items*/
	padding: 10px 10px;
    text-decoration: underline;
    color:#000000;
	font: bold 11px Verdana;
	
}


.horizontalcssmenu .arrowdiv
{
	position: absolute;
	right: 0;
	background: transparent url(images/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 px;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li 
{ 
	float: left; height: 1%; 
}
* html .horizontalcssmenu ul li a 
{ 
	height: 1%; 
}
/* End */