/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#page .menu {
	background: url(../images/menu_bg.gif) no-repeat;
	background-position:0px 0px; 
	width: 765px; 
	height: 45px; 
	margin-top:5px; 
	padding-left:4px; 
}

/* #page .menu ul {list-style: none; padding-top: 18px;} */
#page .menu ul:first-child { padding-top:8px; padding-bottom:8px; }

/* #page .menu ul li {float: left; } */
/* #page .menu ul li a {display: block; padding: 3px 16px; color: #5f5b68; text-decoration: none; font-size: 12px; } */
/* #page .menu ul li a:hover { color: #5f5b68; } */
/* #page .menu ul li.menuSplit {background: url(../images/menu_split.jpg) no-repeat; width: 2px; height: 21px; } */

#page .menu .menusep {
	margin-top:5px;
	float:left;
}

/* hack to correct IE5.5 faulty box model */

* html .menu {width:765px; w\idth:765px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { margin:0; padding-bottom:3px; list-style-type:none; }
.menu ul ul {width:210px; padding:0; } /* ========================================================================================== WIDTH =========== */
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; text-align:left;}
/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	height:32px; 
	padding-left:8px; 
	line-height:32px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active 
{ 
	text-decoration:none; 
	color:#5f5b68; 
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;

}
.menu a:hover { text-decoration:underline; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:115px; w\idth:116px;*/}

.menu a { 
	font-weight:bold;
	padding-left:10px;
	padding-right:10px; 
}
/* style the second level background */
.menu ul ul a, .menu ul ul a:visited { 
	background-color:#c4cef0; 
	border-top:none;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb; 
	border-bottom:1px solid #cbcbcb; 
}
/* style the second level hover */
.menu ul ul a:hover{}
.menu ul ul :hover > a {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { 
	background-color:#ffffff; 
	border-top:none;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb; 
	border-bottom:1px solid #cbcbcb; 
	}
.menu ul ul ul li:first-child a { 
	border-top:1px solid #cbcbcb; 
	}
/* style the third level hover */
.menu ul ul ul a:hover { 
	background-color:#dbdfed; 
	border-top:none;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb; 
	border-bottom:1px solid #cbcbcb; 
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:210px;   /* ============================================================================================================= WIDTH =========== */
}
/* another hack for IE5.5 */
* html .menu ul ul {top:32px;t\op:33px;}

/* position the third level flyout menu */
.menu ul ul ul{left:211px; top:-1px; width:212px;}  /* ============================================================================ WIDTH =========== */

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-210px;} /* ============================================================================================= WIDTH =========== */

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#ffffff; 
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb; 
	border-bottom:1px solid #cbcbcb; 
	height:15px; 
	line-height:1em; 
	padding:6px 6px; 
	width:198px; /* this plus right-padding + left-padding above = width =========================================================== WIDTH ========== */
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:201px;} /* ================================================== WIDTH =========== */

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:#dbdfed; color:#107491;}
.menu :hover > a, .menu ul ul :hover > a {background:#dbdfed; color:#107491;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

