@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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.
=================================================================== */
.menu_dd a:link, .menu_dd a:visited{
	outline:none;
	color:#333333;
}
.menu_dd {width:571px; height:39px; font-size:11px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu_dd {width:571px; w\idth:571px; position:relative;}
/* remove all the bullets, borders and padding from the default list styling */
.menu_dd ul {padding:0;margin:0;list-style-type:none;list-style:none; height:39px;}
.menu_dd ul ul {width:139px;}
/* IE hack */
* html .menu_dd ul ul {width:139px; w\idth:139px; margin-top:8px;}
* html .menu_dd ul ul ul {width:139px; w\idth:139px; margin-top:0px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_dd li {float:left;width:139px;position:relative; list-style:none;}
/* style the links for the top level */
.menu_dd a, .menu_dd a:visited, .menu_dd a:active {display:block;font-size:11px;text-decoration:none; width:139px; height:39px; line-height:32px;color:#333333;font-weight:bold; text-align:center; outline:none;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_dd a, * html .menu_dd a:visited, * html .menu_dd a:active {width:139px; w\idth:139px;}

/* style the second level background */
.menu_dd ul ul a.drop, .menu_dd ul ul a.drop:visited, .menu_dd ul ul a.drop:active {display:block; background-color:#ffffff; margin-top: 0; color:#333333; font-weight:bold; text-decoration:none; border:solid 1px #cdcece; text-align:left; line-height:12px; outline:none;}
/* style the second level hover */
.menu_dd ul ul a.drop:hover{background-color:#ffffff;border:solid 1px #cdcece;}
.menu_dd ul ul :hover > a.drop {background-color:#ffffff;}

/* style second level background no drop */
.menu_dd ul ul a, .menu_dd ul ul a:visited, .menu_dd ul ul a:active {display:block; background-color:#ffffff; margin-top: 0; color:#333333; font-weight:bold; text-decoration:none; border:solid 1px #cdcece; text-align:left; line-height:12px;}
/* style second level hover no drop */
.menu_dd ul ul a:hover{background-color:#ffffff;border:solid 1px #cdcece;}
.menu_dd ul ul :hover > a {background-color:#ffffff;}

/* style the third level background */
.menu_dd ul ul ul a, .menu_dd ul ul ul a:visited, .menu_dd ul ul ul a:active {display:block; background-color:#ffffff; margin-top: 0; color:#333333; font-weight:bold; text-decoration:none; border:solid 1px #cdcece; text-align:left; line-height:12px;}
/* style the third level hover */
.menu_dd ul ul ul a:hover {display:block; background-color:#ffffff; margin-top: 0; color:#333333; font-weight:bold; text-decoration:none; border:solid 1px #cdcece; text-align:left; line-height:12px;}


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

/* position the third level flyout menu */
.menu_dd ul ul ul{left:146px; top:0px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu_dd ul ul ul.left {left:-149px;}

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

/* style the second level links */
.menu_dd ul ul a, .menu_dd ul ul a:visited,  .menu_dd ul ul a:active {background-color:#ffffff; color:#000000; height:18px; line-height:1em; padding:5px 5px; width:139px; border-width:1px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu_dd ul ul a, * html .menu_dd ul ul a:visited {width:140px;w\idth:140px;}

/* style the top level hover */
.menu_dd a:hover, .menu_dd ul ul a:hover{background:none;color:#0099CC;font-weight:bold;}
.menu_dd :hover > a, .menu_dd ul ul :hover > a {background:none;color:#0099CC;}

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


/* added styles */
.menu_dd li#div {
	width:2px;
	height:28px;
	top:0px;
}

.menu_dd a:link#special, .menu_dd a:active#special, .menu_dd a:visited#special {
	font-weight:bold;
	font-size:11px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	line-height:16px;
}
.menu_dd a:hover#special, .menu_ddlist a.highlighted:hover#special, .menu_ddlist a:focus#special {
	font-weight:bold;
	font-size:11px;
	background-color:#cef3fb;
	color:#000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	line-height:16px;
}
.menu_dd a:link#subnav, .menu_dd a:active#subnav, .menu_dd a:visited#subnav {
	font-weight:normal;
	font-size:11px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	line-height:16px;
}
.menu_dd a:hover#subnav, .menu_ddlist a.highlighted:hover#subnav, .menu_ddlist a:focus#subnav {
	font-weight:normal;
	font-size:11px;
	background-color:#cdcece;
	color:#000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	line-height:16px;
}