.horizontalcssmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
width: 100%;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width:auto;
display: block;
padding: 2px 6px;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 15px Verdana;
/*border-top-color:#FFFFFF;
 border-top: 20px solid;*/
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0;
width:150px;
font: bold 12px Verdana;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
background-color:#e6e6e6;
text-align:left;
float:left;
padding-left:12px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: block;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px ;
background: #e6e6e6;
font: bold 12px Verdana;
float:left;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
/*background: #afd3ed;*/
/*width:150px;*/
}

.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 *//* CSS Document */

#navlist {
    color:#000000;
 }

 #navlist1 {
    color:#557e92;
 }
/*#navlist a:hover {
    color:#000000;
 }
#navlist a:active {
    color:#557e92;
 }*/
