/* ================================================================ 
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-size: 14px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	display: block;
	float: left;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 26px;
	display: block;
	display:t
}
/* style the sub-level lists */
.menu ul ul { width: 160px; margin-top: 3px; }
/* 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: 26px;
	line-height: 24px;
	padding-right: 2px;
}
/* makes the end menu item have no line */
.menu ul li.end_menu {
	float: left;
	height: 26px;
	padding-right: 0px;
}
/* style the sub level list items */
.menu ul ul li { display: block; width: 160px; height: auto; position: relative; line-height: 1em; border-right: solid 0px #fff; padding-right: 0px; }
/* style the links for the top level */
.menu a, .menu a:link, .menu a:visited { display: block; float: left; height: 100%; text-decoration: none; font-weight: bold;  /*border: solid 1px red;*/ }
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display: block; background: #fff; color: #3b6a57; width: 165px; height: 100%; line-height: 1.1em; padding: 0.4em 0.5em;
	border-left: solid 1px #c9d4cd;
	border-right: solid 1px #c9d4cd;
	border-top: solid 1px #c9d4cd;	font-size: 12px; font-weight: normal;
}
.menu_1, .menu_2, .menu_3, .menu_4, .menu_5, 
.menu_6, .menu_7, .menu_8 {width:74px; color:#fff; text-align:center; background:transparent url(../images/navigation/main_menu_bg1.gif) no-repeat 0 0;}
.menu_2 { width:102px; background-position:0 -54px ; }
.menu_3 { width:124px; background-position:0 -108px; }
.menu_4 { width:136px; background-position:0 -162px; }
.menu_5 { width:140px; background-position:0 -216px; }
.menu_6 { width:76px;  background-position:0 -270px; }
.menu_7 { width:114px; background-position:0 -324px; }
.menu_8 { width:120px; background-position:0 -378px; }

.border_bottom { border-bottom: solid 1px #c9d4cd; }
.menu ul table ul a, .menu ul table ul a:visited  { width:160px;  w\idth:160px;  text-align:left}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position:absolute; left:0; top:0; font-size:1em; z-index:-1; }
.menu ul ul table { lef\t:-1px; }
.menu ul ul table ul.left { margin-lef\t:0px; }
.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:#fff; color:#000; }
/* style the level hovers */
/* first */
/*.menu a:hover { color:#000; background-image: url(../images/navigation/top_nav_back_over.gif); background-repeat: repeat-x; }
.menu :hover > a { color:#000; background-image: url(../images/navigation/top_nav_back_over.gif); background-repeat: repeat-x;}*/
.menu li:hover > a.menu_1, .menu li:hover > a.menu_2, .menu li:hover > a.menu_3, .menu li:hover > a.menu_4, .menu li:hover > a.menu_5, .menu li:hover > a.menu_6,
.menu li:hover > a.menu_7, .menu li:hover > a.menu_8 {color:#3b6a57; background:transparent url(../images/navigation/main_menu_bg1.gif) no-repeat 0 -28px;} 
.menu li:hover > a.menu_2 {background-position:0 -82px ;}
.menu li:hover > a.menu_3 {background-position:0 -136px;}
.menu li:hover > a.menu_4 {background-position:0 -190px;}
.menu li:hover > a.menu_5 {background-position:0 -244px;}
.menu li:hover > a.menu_6 {background-position:0 -298px;}
.menu li:hover > a.menu_7 {background-position:0 -352px;}
.menu li:hover > a.menu_8 {background-position:0 -406px;}
/* Menu rollovers for ie6 */
* html li a:hover.menu_1, * html li a:hover.menu_2, * html li a:hover.menu_3, * html li a:hover.menu_4, * html li a:hover.menu_5, * html li a:hover.menu_6,
* html li a:hover.menu_7, * html li a:hover.menu_8{color:#3b6a57; background:transparent url(../images/navigation/main_menu_bg1.gif) no-repeat 0 -28px;}
* html li a:hover.menu_2 {background-position:0 -82px ;}
* html li a:hover.menu_3 {background-position:0 -136px;}
* html li a:hover.menu_4 {background-position:0 -190px;}
* html li a:hover.menu_5 {background-position:0 -244px;}
* html li a:hover.menu_6 {background-position:0 -298px;}
* html li a:hover.menu_7 {background-position:0 -352px;}
* html li a:hover.menu_8 {background-position:0 -406px;}
/* second */
.menu ul ul a:hover{ color:#fff; background:#3b6a57; }
.menu ul ul :hover > a { color:#fff; background:#3b6a57; }
/* third */
.menu ul ul ul a:hover { color:#000; background:#fff; }
.menu ul ul ul :hover > a { color:#000; background:#fff; }
/* 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: 23px; left: 0; width: 160px; left:0px; }
.menu ul ul.left { left:-59px; top:23px; text-align: right; z-index:1000; }
/* position the third level flyout menu */
.menu ul ul ul { left: 205px; top: -26px; width: 14em; }
/* 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); }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility: hidden; }
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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; }
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }
/* --- Other menu elements --- */
/* Set the background style once you are in an specific area */
.menu a.menuon_1, .menu a.menuon_2, .menu a.menuon_3, .menu a.menuon_4, .menu a.menuon_5, .menu a.menuon_6,
.menu a.menuon_7, .menu a.menuon_8{color:#3b6a57; background:transparent url(../images/navigation/main_menu_bg.gif) no-repeat 0 -26px;}
.menu a.menuon_2 {background-position:0 -78px ;}
.menu a.menuon_3 {background-position:0 -130px;}
.menu a.menuon_4 {background-position:0 -182px;}
.menu a.menuon_5 {background-position:0 -234px;}
.menu a.menuon_6 {background-position:0 -286px;}
.menu a.menuon_7 {background-position:0 -338px;}
.menu a.menuon_8 {background-position:0 -390px;}
/* Set the background style once you are in an specific area for IE6 */
.menu a:menuon_1, .menu a:link.menuon_1, .menu a:visited.menuon_1 { color: #3b6a57; }
.menu a:menuon_2, .menu a:link.menuon_2, .menu a:visited.menuon_2 { color: #3b6a57; }
.menu a:menuon_3, .menu a:link.menuon_3, .menu a:visited.menuon_3 { color: #3b6a57; }
.menu a:menuon_4, .menu a:link.menuon_4, .menu a:visited.menuon_4 { color: #3b6a57; }
.menu a:menuon_5, .menu a:link.menuon_5, .menu a:visited.menuon_5 { color: #3b6a57; }
.menu a:menuon_6, .menu a:link.menuon_6, .menu a:visited.menuon_6 { color: #3b6a57; }
.menu a:menuon_7, .menu a:link.menuon_7, .menu a:visited.menuon_7 { color: #3b6a57; }
.menu a:menuon_8, .menu a:link.menuon_8, .menu a:visited.menuon_8 { color: #3b6a57; }
.menu a:menuon_9, .menu a:link.menuon_9, .menu a:visited.menuon_9 { color: #3b6a57; }
/* --- IE6 select box fix top menu ---- */
#pmenu iframe { position: absolute; left: -9999px; border: 0; padding: 0; margin: 0; width: 0; height: 0; border-right :solid 0px #d1d1d1; }
#pmenu a:hover iframe { left:0px; top:28px; }
