
		#MenuHolder {
		clear:both;
		display:block;
		height:30px;
		width:100%;	
		}
		
		/* style for the containing div for the menu */
		#Menu 
		{		
			float:left;
			padding:0px 0px 0px 0px;
			margin: 6px 0px 0px 0px;	
			vertical-align:middle;
		}
		
		/* default ul tag style for this menu - you probably won't need to change this */
		div#Menu ul 
		{
			list-style:none;
			margin:0px;
			padding:0px 0px 0px 20px;
		}
		

			div#Menu li{
					list-style:none;
					display: inline;
					margin:0px 0px 2px 0px;
					font-family:arial;
					font-weight:normal;
					font-size:14px;
					color:#FFFFFF;
					padding:0px 1px 0px 30px;
					float:left;
					height:19px;
					}
					
				div#Menu .FirstMenu{
					list-style:none;
					display: inline;
					margin:0px 0px 0px 0px;
					font-family:arial;
					font-weight:normal;
					font-size:14px;
					color:#FFFFFF;
					padding:0px 0px 0px 0px;
					float:left;
					background-image:none;
					background-repeat:no-repeat;
					}
					
					
					
					
						
		/* style for the actual menu links. display and height are important to the operation of the menu. change the others if you like (note:colour changes should probably go in the colour style sheets */
		div#Menu a {
			margin:0px;
			height:100%;
			text-decoration:none;
			font-family:arial;
			font-size:14px;
			color:#FFFFFF;
			font-weight:normal;
			padding-top:5px;
			padding-bottom:10px;
			padding-left:0px;
			}
						
		div#Menu  a:hover{
		text-decoration:none;
		color:#6C847F;
		font-weight:normal;
		}
		
	
		
		div#Menu  .MenuSelected, div#Menu a.MenuSelected:Link, div#Menu a.MenuSelected:hover {
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
		
		

		/* default li tag style for this menu - you probably won't need to change this */
		/* the postion:relative and float:left are critical to the correct operation of the menu */
		div#Menu ul li	{position:relative; float:left; padding-bottom:3px;}
		
		/* this style is essential to the correct operation of the menu. it ensures correct positioning of the "leaves". */
		div#Menu ul ul {
			position:absolute;
		}

		div#Menu ul ul, 
		div#Menu ul li:hover ul ul,
		div#Menu ul ul li:hover ul ul,			
		div#Menu ul ul ul li:hover ul ul
		{
			display:none;
		}
		
		div#Menu ul li:hover ul,
		div#Menu ul ul li:hover ul,
		div#Menu ul ul ul li:hover ul,
		div#Menu ul ul ul ul li:hover ul
		{
			display:block;
		}
	
		
	/* This section defines the width of the menu items at different levels */
	div#Menu ul.L0		{width:750px;} /* defines the total width of the top menu */
	div#Menu ul.L1		{width:215px;
	 } /* width of level 1 leaves */

	
	/* defines position of drop down leaves */
	div#Menu ul.L0 ul	{top:2px; left:8px; margin-top:13px;} /* position of first leaf */

	div#Menu ul.L0 li a	{height:29px;}
	
	div#Menu .SubMenuIndent {
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	width:215px;
	background-image:url(image/ddl_bg.gif);
	background-repeat:repeat-y;
	height:22px;
	 }
	

	/* All Level Styles*/
	#Menu			{}	
	#Menu a			{}
	#Menu a:hover	{}
	
	/* Level 1 Styles */
	#Menu UL UL.L1			{
	
	padding-bottom:15px;
	border:none;
	}
	

	
	div#Menu .SubMenuIndentSpacer {
	margin:0px 0px 0px 0px; 
	padding: 5px 10px 0px 10px; 
	width:215px;
	background-image:url(image/ddl_bg.gif);
	background-repeat:repeat-y;
	height:3px;
	font-size:1px;
	}
	
	div#Menu .SubMenuIndentTopSpacer {
	margin:0px 0px 0px 0px; 
	padding: 5px 10px 0px 10px; 
	width:215px;
	height:5px;
	font-size:1px;
	}
	
	
	div#Menu .DDL_Bot {
	margin-left:0px; 
	width:215px;
	background-image:url(image/ddl_bot.gif);
	background-repeat:no-repeat;
	height:9px;
	margin-bottom:0px;
	background-color:none;
	}
	
	
	div#Menu .L1 a {
			margin:0px;
			text-decoration:none;
			font-family:arial;
			font-size:13px;
			color:#FFFFFF;
			font-weight:normal;
		}
						
		div#Menu .L1 a:hover{
		text-decoration:none;
		color:#CCCCCC;
		font-weight:normal;
		background-repeat:no-repeat;
		background-position:top left;
		}
		
		div#Menu .L1 a.MenuSelected{
		text-decoration:none;
		color:#CCCCCC;
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:top left;
		}
		
		 div#Menu .L1 a.SubMenuSelected:Link, div#Menu .L1 a.SubMenuSelected:visited, div#Menu .L1 a.SubMenuSelected:hover{
 font-weight:bold;
}

