
/* ================================================================ 
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 {width:753px; height:26px; font-size:0.85em; position:relative; top:0px;left:0px; z-index:130;margin:auto;font-family:Palatino Linotype,Palatino,times,serif;
font-weight:bold;font-size:16px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:753px; w\idth:753px;}
* menu {
margin:0;
padding:0;
}
.menu ul li a:hover .menu ul li a{/*border-bottom:3px #205DB8;*/}

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

.menu ul ul {width:166px;position:relative;left:0px;top:0px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:left;width:70px;/**/ position:relative;padding:0px;padding-top:0px;padding-bottom:0px;background:;}

/*.menu li {background: url(../images/nav_background.jpg) no-repeat;background-position:bottom right;}*/

.menu ul li img{vertical-align:middle;border:0px;margin-top:0px;width:4px;position:absolute;top:0px;left:-2px;}

/* specifiy width for dropdowns*/
.menu ul ul {width:166px;
 border:solid 1px #622C1C;border-width:1px 1px 1px 1px;/* */
background:#95806D ;
padding-bottom:0px;
padding-top:0px;
}


.menu ul ul span,.menu ul ul p, .menu ul ul p img{margin:0px;padding-top:0px;background:transparent;}


.menu ul li ul li {width:166px;padding:0px;border:none;margin-left:0px;margin-right:0px;display:block;background:#95806D url('../images/sub_nav_widget.gif') no-repeat;background-position:center center;}

.menu li ul #anImage{ padding:0px;margin:0px;background:transparent;}


/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-align:center;font-size:14px;text-decoration:none;font-weight:bold; color:#622C1C; width:70px;height:23px;px;vertical-align:middle;  border-width:1px 0 1px 1px; display:block;padding-top:3px;background:;/*padding-bottom:12px;*/
}

 

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:70px; w\idth:70px;}



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFF; url(../images/right_arrow.gif) bottom right no-repeat;}

/* style the second level hover */
.menu ul ul a.drop:hover{color:#000;background:  url(../images/drop_ahover.gif) repeat-x;border-bottom:solid #205DB8 1px;}

.menu ul ul :hover > a.drop {color:#000;background:#622C1C;}



/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFF;border-bottom:1px solid #999;width:166px;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#efefef;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
 .menu ul ul {visibility:hidden;display:none;position:absolute;top:0px;left:0px; width:166px;}/* */



/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:40px;}

/* position the third level flyout menu */
.menu ul ul ul{left:138px; top:-1px; width:174px;padding-top:4px;}
.menu ul ul ul li {width:138;}

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

/* 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 {font-size:12px;text-align:left;background:#95806D url('../images/sub_nav_widget.gif') no-repeat; background-position:4% center ;color:#622C1C; height:auto; line-height:1.3em; padding:4px;padding-left:20px;padding-right:10px; width:136px;
display:block;}



/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:166px;w\idth:166px;}

/* style the top level hover */
.menu a:hover {color:#DCCC34;background:#622C1C ; /*background:url(../images/nav_active_background.gif) no-repeat;
background-position: bottom center;*/}

/* style the second level hover */
.menu ul ul a:hover{color:#622C1C;background:#F3F0DD url('../images/sub_nav_widget.gif') no-repeat; background-position:4% center;/*border-bottom:solid #205DB8 1px;*/ }

.menu :hover > a {color:#DCCC34;background:#622C1C url('../images/sub_nav_widget.gif') no-repeat; background-position:4% center;}


 .menu ul ul :hover > a {color:#622C1C;background:#F3F0DD url('../images/sub_nav_widget.gif') no-repeat; background-position: 4% center;}

.menu ul ul #emptyLI{background:none;margin:0px;padding0px;height:7px;}



/* 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;display:block;top:26px;left:0px;}

/* .menu ul li:hover .menu li a, .menu ul a:hover .menu li a{border-bottom:3px #205DB8;} */

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;top:-1px;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;top:-1;}








