.horizontalcssmenu
{
/*position: relative;
left: 30px;
top: 15px;
float: right;
*/
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: block;
float: left;
color:#FFFFFF;
text-align:center;
}

.horizontalcssmenu ul li:first-child
{
border-right:0;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { 
/*float: left; height: 1%; 
position: relative;
display: inline;
float: left;
color:#FFFFFF;*/
}
/** html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
text-decoration: none;
color: #ffffff;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
/*border-top: 1px solid #202020;*/
position: absolute;
visibility: hidden;
z-index: 150;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: block;
float: none;
background: 0;
border:0;
margin:0;
padding:0;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
/*width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 4px 5px;
background: #59C3EA;
color:#FDFEF8;
width:100%;
/*border: 2px solid #FFC600;*/
border:0;
border-top: 0;
font-size: 9pt;
margin: 0;
}

.horizontalcssmenu ul li a:hover{

}

.horizontalcssmenu ul li ul li a:hover{
background: #01a4c3;
color:#FFFFFF;
font-weight:bold;
}

.horizontalcssmenu .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 .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */