/* ================================================================ 
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_drop3.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.
=================================================================== */

/* style the outer div to give it width */
.menu {
	margin-bottom: 0px;
	font-family: Georgia, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #fff;
	display:block;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 12px;
	display: block;
}

/* style the sub-level lists */
.menu ul ul { width: 180px; margin-top: -2px; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float: left;
	height: 23px;
	line-height: 12px;
	padding-right: 15px;
	background-image: url(../images/white_menu_arrow.gif); background-repeat: no-repeat; background-position:right top;
}

/* style the sub level list items */
.menu ul ul li { display: block; width: 180px; height: auto; position: relative; line-height: 1em; font-size: 11px; border-right: solid 0px #fff; padding-right: 0px; }

/* style the links for the top level */
.menu a, .menu a:visited { display: block; float: left; height: 100%; font-size:1em; text-decoration: none; color: #fff; padding: 0; }

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display: block; background: #46879f; color: #fff; width: 180px; height: 100%; line-height: 14px; padding: 5px 10px;
	border-left: solid 1px #b3cdd7;
	border-right: solid 1px #b3cdd7;
}

/* Add the top border to the first menu item */
.border_top { border-top: solid 1px #b3cdd7; }

/* Add the bottom border to all end sub-menu items */
.border_bottom { border-bottom: solid 1px #b3cdd7; }

/* Set the width of the table fix for ie6 */
.menu ul table ul a, .menu ul table ul a:visited  { width:180px; w\idth:180px; }

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position:absolute; left:-20px; top:0; font-size:1em; z-index:-1; }
.menu ul ul table { lef\t:-201px; }
.menu ul ul table ul.left { margin-lef\t:-1px; }

/* Set the position of the menu when rolled over */
.menu li:hover { position:relative; }
* html .menu a:hover { position:relative; }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { background:#46879f; color:#fff; }

/* style the level hovers */
/* first */
.menu a:hover { color:#274e3c; text-decoration: none; }
.menu :hover > a { color:#274e3c; text-decoration: none; }
/* second */
.menu ul ul a:hover{ color:#274e3c; }
.menu ul ul :hover > a { color:#274e3c; }
/* third */
.menu ul ul ul a:hover { color:#274e3c; }
.menu ul ul ul :hover > a { color:#274e3c; }

/* 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: auto; top: 21px; left: 0; width: 180px; left:-5px; }

/* position the third level flyout menu */
.menu ul ul ul { left: -201px; top: -3px; }

.menu ul ul.left { left:-5px; top:25px; text-align: left; }

.menu ul ul ul.left { left:-142px; top:2px; text-align: left; }
.menu ul ul ul.left li { left:-101px; top:-1px; text-align: left; }

.menu ul li:hover ul li:hover ul.left { left:-100px; width: 1px; }

/* 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; height: auto; padding-bottom: 0em; background: transparent url(images/trans.gif);http://letterpress.net.webnetism.com/html/ }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility: hidden; left:-9999px; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility: visible; left: -201px; }

/* ---------------------------------------------------------------------------------------------------- */
/* IE6 select box fix top menu																																					*/
/* ---------------------------------------------------------------------------------------------------- */

#menu_ul_top iframe { position: absolute; left: -9999px; border: 0; padding: 0; margin: 0; width: 0; height: 0; border-right :solid 0px #d1d1d1; }

#menu_ul_top a:hover ul iframe, #menu_ul_top li a:hover ul a:hover ul iframe, #menu_ul_top li a:hover ul a:hover ul a:hover ul iframe, #menu_ul_top li a:hover ul a:hover ul a:hover ul a:hover ul iframe { left:-9999px; }

#menu_ul_top a:hover iframe { left:0px; top:27px; }

#menu_ul_top a:hover a:hover iframe, #menu_ul_top a:hover a:hover a:hover iframe, #menu_ul_top a:hover a:hover a:hover a:hover iframe { left:203px; top:-1px; }
