/***********************************************
** 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 a.firstLevel:hover,
			#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;
			}
	
/***********
	** SUB MENUS
	***********/
	.menulist ul{
	}
	.menulist ul li{
		
	}
	.menulist ul li a{
		border-top:1px solid #9babbf;
		padding:0px 2px 2px 7px;
		color:#000;
		background-color:#d0e1f5;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		height:28px;
	}
	.menulist ul a:hover{
		color:#0e2557;
		border-top:1px solid #9babbf;
	}
	
/*******************************************
** THIS IS WHERE YOU CHANGE POSITIONING/SIZE 
*******************************************/

	/*****************************************************
	** All <ul> tags in the menu including the first level 
	*****************************************************/
	.menulist, .menulist ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	/*************************************************************************************** 
	** Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent 
	***************************************************************************************/
	.menulist ul{
		display:none;
		position:absolute;
		left:0;
		margin-top:34px; 
		width:118px;
	}
	
	/**************************************************************************** 
	** Second and third etc. level submenus - position across from parent instead 
	****************************************************************************/
	.menulist ul ul{
		top:0; 
		margin-top:0;
		left:118px;
		border-left:1px solid #9babbf;
	}
	
/********************************************
** 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%; }