/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {font-family:Arial, Helvetica, sans-serif; font-size:12px; z-index: 99;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px; margin:0px 0px 0px 34px; list-style-type:none; height:23px;}

/* style the sub-level lists */
.menu ul ul {width:180px; margin-left: 0px; padding-top: 10px;}

/* 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:23px;}

/* style the sub level list items */
.menu ul ul li {display:block; width:180px; height:auto; position:relative; line-height:12px; border-bottom:1px solid #ffffff; text-align:left; margin-left: 2px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; height:100%; color:#ffffff; padding: 0px 0px 0px 0px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block; background:#93A845; color:#ffffff; width:170px; height:100%; line-height:12px; padding:5px 5px 5px 5px; text-decoration:none; font-weight: normal;}
.menu ul table ul a, .menu ul table ul a:visited  {width:170px; w\idth:170px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0px; top:0px; font-size:12px; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.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:#A9C24F;}

/* style the sub level 1 background */
/*
.menu li.subcategory {background-image:url('/images/arrow_bar_transparent.gif');}
.menu ul :hover a.sub1 {background-image:url('/images/arrow_bar_transparent.gif');}
.menu ul :hover a.sub1:hover {background-position: -999em;}
.menu ul :hover :hover > a.sub1 {background-position: -999em;}
*/

/* style the level hovers */
#button_home {background-image: url('/images/button_home_on.png'); background-repeat: no-repeat; width: 59px; height: 23px; overflow: hidden;}
#button_offer {background-image: url('/images/button_offer_on.png'); background-repeat: no-repeat; width: 97px; height: 23px; overflow: hidden;}
#button_practitioners {background-image: url('/images/button_practitioners_on.png'); background-repeat: no-repeat; width: 91px; height: 23px; overflow: hidden;}
#button_fees {background-image: url('/images/button_fees_on.png'); background-repeat: no-repeat; width: 124px; height: 23px; overflow: hidden;}
#button_sibu {background-image: url('/images/button_sibu_on.png'); background-repeat: no-repeat; width: 48px; height: 23px; overflow: hidden;}
#button_contact {background-image: url('/images/button_contact_on.png'); background-repeat: no-repeat; width: 80px; height: 23px; overflow: hidden;}
#button_resources{background-image: url('/images/button_resources_on.png'); background-repeat: no-repeat; width: 140px; height: 23px; overflow: hidden;}

#button_home span{text-indent: -999em; text-decoration: none;}
#button_offer span{text-indent: -999em; text-decoration: none;}
#button_practitioners span{text-indent: -999em; text-decoration: none;}
#button_fees span{text-indent: -999em; text-decoration: none;}
#button_sibu span{text-indent: -999em; text-decoration: none;}
#button_contact span{text-indent: -999em; text-decoration: none;}
#button_resources span{text-indent: -999em; text-decoration: none;}

a:hover {visibility: visible;}
#button_home a:hover img, #button_home a:hover span{visibility: hidden;}
#button_offer a:hover img, #button_offer a:hover span{visibility: hidden;}
#button_practitioners a:hover img, #button_practitioners a:hover span{visibility: hidden;}
#button_fees a:hover img, #button_fees a:hover span{visibility: hidden;}
#button_sibu a:hover img, #button_sibu a:hover span{visibility: hidden;}
#button_contact a:hover img, #button_contact a:hover span{visibility: hidden;}
#button_resources a:hover img, #button_resources a:hover span{visibility: hidden;}

/* second */
.menu ul ul a:hover{color:#000;background-color:#A9C24F; font-weight: normal;}
.menu ul ul :hover > a {color:#000;background-color:#A9C24F; font-weight: normal;}

/* third */
.menu ul ul ul a:hover {background:#A9C24F; font-weight: normal;}
.menu ul ul ul :hover > a {background:#A9C24F; font-weight: normal;}

/* 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:0px; top:18px; left:0px; width:180px;}

/* position the third level flyout menu */
.menu ul ul ul{left:180px; top:0px; width:180px; padding-top: 0px;}

/* 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:24px; background:transparent url('/images/transparent.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;}

.subcategory{ }