.menulist a.menu {
 display: block;
 position: relative;

 font arial bold 12px;
 text-transform: uppercase;
 color: #006600;
 background-color: #D3DECB;
 text-decoration: none;
 
}

.menulist a.menu:visited {
font-family: arial;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		color: #006600;
		text-decoration: none;
}

.menulist a.menu:hover {
 font-family: arial;
 text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
}



.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font arial bold 12px;
 text-transform: uppercase;
 color: #006600;
 background-color: #D3DECB;
 text-decoration: none;

 
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
font: bold 12px arial;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
/*padding: 2px 8px; */
font: bold 12px arial;
border: none;
/* border-left-width: 0; */
text-decoration: none;
background-color: #D3DECB;
color: #006600;
font-weight: bold;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;

}
	
/*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;
width: 120px;
font arial bold 12px;
font-weight: bold;
 text-transform: uppercase;
 color: #006600;
 background-color: #D3DECB;
 text-decoration: none;
padding: 0;

}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;

background:  #D3DECB;
/*border-width: 0 1px 1px 1px; */
font arial bold 12px;
 text-transform: uppercase;
 color: #006600;
 font-weight: bold;
 background-color: #D3DECB;
 text-decoration: none;
padding-left: 10px;
 border-bottom: 1px solid #FFFFCC;
}

.horizontalcssmenu ul li a:hover{
background-color: #A2C0A2;
font: bold 12px arial;
}

.horizontalcssmenu ul li ul li a:hover{
background: #A2C0A2;
font: bold 12px arial;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 15px;
background: transparent url(templatephotos/arrowdown.gif) no-repeat center right;
}

* 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 */