.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*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;
padding: 4px;
font: bold 11px Arial;
text-decoration: none;
border: 1px solid #5E8383;
/*border-left: 4px solid #5E8383;*/
border-left: 4px solid #FFCC33;
background:#666699;
color: white;
cursor: hand;
}

.horizontalcssmenu ul li a:hover{
padding: 4px;
font: bold 11px Arial;
text-decoration: none;
border: 1px solid #A4A4A4;
border-left: 4px solid #E1B700;
background: #A4A4A4;
color: white;
cursor: hand;
}

	
/*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: 170px;
padding: 3px;
font: bold 10pt Arial;
text-decoration: none;
border: 1px solid white;
border-left: 4px solid #EBEFEF;
background:#CCCCFF;
color: #243D4B;
cursor: hand;
}


.horizontalcssmenu ul li ul li a:hover{
padding: 3px;
font: bold 10pt Arial;
text-decoration: none;
border: 1px solid white;
border-left: 4px solid #E1B700;
background: #DBDFDF;
color: #4d77c3;
cursor: hand;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(admin_images/menuarrow_b1.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 */

 a { text-decoration: underline; color: #46546C; }
 a:hover { text-decoration: underline; color: #4d77c3; } 
 #tree2 {width:100%;padding: 10px;float:left;}
