
		/* style for the containing div for the menu */
		div#DDLMenu 
		{		
			height:118px;
			width: 157px;
			float:left;
			padding:0px;
			margin:0px;
			position:relative;	
			vertical-align:top;
			z-index:1000;
		}
		
		/* default ul tag style for this menu - you probably won't need to change this */
		div#DDLMenu ul 
		{
			position:relative;
			list-style:none;
			margin:0px;
			padding:0px;
		}
		
			div#DDLMenu li{
					list-style:none;
					display: inline;
					margin:0px;
					padding:0px ;
					float:left;	
					}
					
						
		/* 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#DDLMenu a {
			height:100%;
			display:block;
			}
						
		div#DDLMenu  a:hover{
		text-decoration:none;
		color:#FFFFFF;
		}
		
		div#DDLMenu  a:visited{
		text-decoration:none;
		color:none;
		}
		

		/* 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#DDLMenu 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#DDLMenu ul ul {
			position:absolute;
		}

		div#DDLMenu ul ul, 
		div#DDLMenu ul li:hover ul ul,
		div#DDLMenu ul ul li:hover ul ul,			
		div#DDLMenu ul ul ul li:hover ul ul
		{
			display:none;
		}
		
		div#DDLMenu ul li:hover ul,
		div#DDLMenu ul ul li:hover ul,
		div#DDLMenu ul ul ul li:hover ul,
		div#DDLMenu ul ul ul ul li:hover ul
		{
			display:block;
		}
	
		
	/* This section defines the width of the menu items at different levels */
	div#DDLMenu ul.L0		{width:157px;} /* defines the total width of the top menu */
	div#DDLMenu ul.L1		{width:157px;} /* width of level 1 leaves */

	
	/* defines position of drop down leaves */
	div#DDLMenu ul.L0 ul	{top:0px; left:0px; margin-top:79px; padding-top:5px;} /* position of first leaf */

	div#DDLMenu ul.L0 li a 	{  }
	div#DDLMenu .SubMenuIndent {
	margin-left:0px; 
	width:157px;
	background-image:none;
	background-repeat:no-repeat;}
	
	
	
	
	div#DDLMenu .SubMenuIndent IMG {
	margin-left:30px;
	}
	

	/* All Level Styles*/
	#DDLMenu			{}	
	#DDLMenu a			{}
	#DDLMenu a:hover	{}
	
	/* Level 1 Styles */
	#DDLMenu UL UL.L1			{
	padding-bottom:0px;
	background-image:url(images/Right/DHTML_DDL/main_bg.gif);
	background-repeat:no-repeat;
	}

	
	
	div#DDLMenu .L1 a {
			margin:0px;
			height:100%;
			text-decoration:none;
			font-family:arial;
			font-size:11px;
			color:#00024C;
			font-weight:normal;		
		}
						
		div#DDLMenu .L1 a:hover{
		text-decoration:none;
		color:#666666;
		}
		
div#DDLMenu .SubMenuIndentBOT {
	margin-left:0px; 
	width:139px;
	background-image:url(images/Right/DHTML_DDL/BOT_BG.gif);
	background-repeat:no-repeat;
	height:55px;
	padding:3px 13px 0px 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:0.5px;
	}

#DDLMenu .LargerText{
font-size:12px;
font-weight:bold;
}



#DDLMenu .L1 A:Link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
display:inline;
}

#DDLMenu .L1 A:visited {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
display:inline;
}

#DDLMenu .L1 A:HOVER {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
text-decoration:underline;
font-weight:bold;
display:inline;
}

div.hr {
height: 7px;
background:url(images/dots.gif);
background-repeat:repeat-x;
vertical-align:middle;
}

div.hr hr {
display: none;
}

	