.horizontalcssmenu{
}

.horizontalcssmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.horizontalcssmenu ul{
border: 0px solid #BBB;
width: 100%;
background: url('chromebg.gif') repeat-x center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
border:1px solid #202020; background-position: center right; display: block;
width: 86; /*Width of top level menu link items*/
color: #ffffff;
font-weight: bold;
text-decoration: none;
/*Theme Change here*/; padding-left:7px; padding-right:12px; padding-top:6px; padding-bottom:6px;
background-position-x:right; background-position-y:center; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Tahoma; padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 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{
width: 250px; /*width of sub menu levels*/
font-weight: bold;
color: #000000;
padding: 2px 5px;
background: #E9E9E9;
border-width: 0 0px 1px 0px;
}

.horizontalcssmenu ul li a:hover{
background-position: center; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
background-position: center left; position: absolute;
right: 0;
background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

* 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 */