/***********************************************
** THIS IS WHERE YOU CHANGE COLORS/PADDING/STYLE new
***********************************************/

	/***********
	** MAIN MENU 
	***********/
	#header ul.menulist {
		background:#1f1b18;
		height:34px;
		margin-bottom:3px;
	}
		#header ul.menulist li.firstLevel {
			display:block;
			float:left;
			font:18px/33px "Times New Roman", Times, serif;
		}
			#header ul.menulist li a.firstLevel {
				background:url(../img/menu-s.gif) no-repeat right center;
				color:#fff;
				text-decoration:none;
				display:block;
				float:left;
				padding:0 21px;
				height:34px;
			}
			#header ul.menulist li.last a.firstLevel {
				background:none;	
				padding:0 26px 0 27px;
			}
			#header ul.menulist li.firstLevel:hover a,
			#header ul li a.firstLevel.active {
				background:url(../img/menu-so.gif) no-repeat right center #e2d7b9;
				color:#0e2557;
			}
			#header ul.menulist li.last a.firstLevel:hover,
			#header ul.menulist li.last a.firstLevel.active {
				background:#e2d7b9;
			}
	
/*******************************************
** THIS IS WHERE YOU CHANGE POSITIONING/SIZE 
*******************************************/

	/*****************************************************
	** All <ul> tags in the menu including the first level 
	*****************************************************/
	#header ul.menulist, .menulist ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	/*************************************************************************************** 
	** Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent 
	***************************************************************************************/
	#header ul.menulist ul{
		display:none;
		position:absolute;
		left:0;
		margin-top:34px; 
		width:125px;
	}
		#header ul.menulist ul li{
			
		}
			#header ul.menulist ul li a{
				padding:0px 2px 2px 7px;
				color:#000;
				background-color:#e2d7b9;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
				height:28px;
			}
			#header ul.menulist li:hover ul li a:hover{
				color:#925C2E;	
			}
	
	/**************************************************************************** 
	** Second and third etc. level submenus - position across from parent instead 
	****************************************************************************/
	#header ul.menulist ul ul{
		top:0; 
		margin-top:0;
		left:124px;
	}
		#header ul.menulist ul li ul li a{
				padding:0px 2px 2px 7px;
				color:#000;
				background-color:#e2d7b9;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
				height:28px;
			}
	
/********************************************
** GENERALLY NO NEED TO EDIT BELOW THIS POINT
********************************************/
	.menulist li{ float:left; display:block; position:relative; margin-right -1px; }
	.menulist ul li{ float:none; margin:0; margin-bottom:-1px; }
	.menulist ul>li:last-child{ margin-bottom:1px; /* Mozilla fix */ }
	.menulist a{ display:block; }
	.menulist a .subind{ display:none; }
	.menulist ul a .subind{ display:block; float:right; }
	.menulist a{ float:left; }
	.menulist ul a{ float:none; }
	.menulist a{ float:none; }
	*:first-child+html .menulist ul li{ float:left; width:100%; }
	* html .menulist ul li{ float:left; height:1%; }
	* html .menulist ul a{ height:1%; }
