.horizontalcssmenu ul{
margin: 0;
padding: 8px 0 0 95px;
list-style-type: none;
}

.horizontalcssmenu {
background: white url(images/greenbarbgrd.gif) repeat-x top left;
width: 853px;
height: 30px;
}

/*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: 100px; /*Width of top level menu link items*/
padding: 0;
text-decoration: none;
color: white !important;
font-family: Helvetica, Arial, Verdana;
font-size: 14px ;
font-weight: normal;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
margin-left: 0;
color: #EC9F25;
margin-top: -9px;
padding-bottom: 5px;
width: 0px;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
background: white;
width:104px;
}

/*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: 177px; /*width of sub menu levels*/
font-weight: normal;
height: 14px;
padding: 5px 5px 5px 5px;
margin-left: -89px;
font-family: Helvetica, Arial, Verdana;
font-size: 13px; 
color: #EC9F25 !important;
border-bottom: 1px solid #E6E6E6;
}

.horizontalcssmenu ul li a:hover{
cursor: pointer;
}

.horizontalcssmenu ul li ul li a:hover{
	background: white url(images/greenbarbgrd.gif) repeat-x top left;
	color: white !important;
}

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

a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 30px;
	display: block;
	float: left;
	margin-top: -12px;
	padding-top: 14px;
}
a .menu-mid {
	background: url(images/menu_mid.gif) repeat-x top left ;
	height: 30px;
	display: block;
	float: left;
	margin-top: -12px;
	padding: 14px 5px 0 5px;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 30px;
	display: block;
	float: left;
	margin-top: -12px;
	padding-top: 14px;
}

#cssmenu1 li.active a .menu-left,
#cssmenu1 li.active a .menu-mid,
#cssmenu1 li.active a .menu-right {
	background-position: 0 -37px;
	color: #EC9F25 !important;
}

.nav-left {
	background: white url(images/menushadowlt.gif) no-repeat;
	float: left;
	width: 4px;
	height: 30px;
}
.nav-right {
	background: white url(images/menushadowrt.gif) no-repeat;	
	float: right;
	width: 8px;
	height: 30px;
	position: relative;
	right: -8px;
	top: -8px;
}

* html .nav-right {
	top: -16px;	
}
