.horizontalcssmenu
{
	background-image: url(../images/back_menu.gif);
	padding-left: 0px;
}
.horizontalcssmenu ul{
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*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: 88px; /*Width of top level menu link items*/
text-align: center;
padding: 3px 1px;
text-decoration: none;
background: url(../images/back_menu.jpg) center center no-repeat;
color: #363636;
font-weight: bold;
margin-left:0px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
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: 87px; /*width of sub menu levels*/
font-weight: normal;
padding: 3px 5px;
background: #ffffff;
text-align: left;
color: #363636;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C9C9C9;

border-right-width: 1px;
border-right-style: solid;
border-right-color: #C9C9C9;


border-left-width: 1px;
border-left-style: solid;
border-left-color: #C9C9C9;
}

.horizontalcssmenu ul li a:hover{
background: #363636;
color: #ffffff;
cursor:pointer;
}

.horizontalcssmenu ul li ul li a:hover{
background: #363636;
color: #ffffff;
cursor: pointer;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #C9C9C9;

border-left-width: 1px;
border-left-style: solid;
border-left-color: #C9C9C9;

border-bottom-color: #C9C9C9;
border-bottom-width: 1px;
border-bottom-style: solid;

}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* 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 */