/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
font-size:13px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
font-size: 10px;
 top: 1.2em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 255px;
}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border: none;
 font-family:  'Trebuchet MS', Verdana, Arial, Sans-Serif;
font-size: 10px;
 font-weight: bold;
 color: black;

}

.menulist ul li {
 float: left;
font-size: 10px;
 font-weight: bold;
 position: relative;
 padding: 5px;
 background: #FFFFFF;
 border: 1px solid;
 left: -100px;
color: #A8519F;
}

/* Links inside the menu */
/*.menulist a {
 display: block;
 padding: 3px;
 color: #A8519F;
 text-decoration:  none;
}*/

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
/*.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A64;
}*/




/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#side2 {
	float:right;
	width:125px;
	text-align:left;
	
	padding:0px 150px 0px 0px;
	display:block;
	
	color:#B35A02;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

.menulistH3 {
			color:#804409;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			
			margin-bottom:10px;
			margin-top: 20px;
}
		#side2 p {
			text-align:justify;
		}
		
		#side2 H3 {
			color:#804409;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			
			margin-bottom:10px;
			margin-top: 20px;
		}

		#side2 ul{

			
			margin: 0px;
			color:#804409;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;	
		}
		
				#side2 a:link, a:visited, a:active{		
					color:#B35A02;
					text-decoration:none;
				}
						
				#side2 a:hover {		
					color:#760000;
					text-decoration:underline;
				}