/* Begin CSS Drop Down Menu */



#menu
	{
	font-family:verdana;
	text-transform:uppercase;

	width:100%;
	float:left;
	height:44px;
	background:url(images/navBG.jpg) repeat-x top left;
	}
#menu>ul>li:hover {
background:url(images/navBG_over.jpg) repeat-x top left;
	}
#menu a, #menu span
	{
	display:block;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	line-height:44px;
	text-align: center;
	display:block;
	font-size:13px;
	background:url(images/menuseparator.gif) no-repeat center right;
	xwhite-space:nowrap;
	}
#menu a.last {
	background-image:none;
	}
	
#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	color: white;

	text-decoration:none;

	}
	
#menu a:hover						/* menu on mouse-over  */
	{
	color: white;
	xbackground: url(images/navBG_over.jpg) repeat-x top left;
	text-decoration:none;
	}	
	
#menu li li a {
	background-image:none;
	line-height:11px !important;

	}
	
#menu li li a:hover {
	background-color:#043e6e !important;
	background-image:none;
	}
	
	
#menu a.parent, #menu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:9em; width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{
	width:100%;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;

	}
#menu ul ul li {
	background:#022f56;
	min-height:24px;
	}
#menu ul ul li a {
	min-height:14px;
	line-height:14px !important;
	padding-top:3px;
	padding-bottom:3px;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
