
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*.menu {min-width: 850px; width:expression(document.body.clientWidth < 850? "850px": "auto");width:100%; background:#ddd url(/images/navbar.jpg) repeat-x bottom center; position:relative; z-index:100; font-family:arial, sans-serif; border-top: 1px #ccc solid; padding: 1px 0 2px 0;}
*/
.menu {min-width: 1265px; width:expression(document.body.clientWidth < 1150? "1150px": "auto");width:100%; background:#ddd url(/images/navbar.jpg) repeat-x bottom center; position:relative; z-index:100; font-family:arial, sans-serif; border-top: 1px #ccc solid; padding: 1px 0 2px 0;}

* html .menu {width:100%; w\idth:100%;}

.menu ul {padding:0;margin:0;list-style-type:none;}

.menu li {float:left;position:relative;}

* html .menu a, * html .menu a:visited {width:auto;}


.menu ul li a, .menu a:visited {display:block; font-size:13px; text-decoration:none; color:#333; text-align: center; font-weight:bold; padding: 4px 12px 0 12px;}


.menu ul ul li a.drop, .menu ul ul a.drop:visited {background:#fff url(/images/grey-arrow.gif) no-repeat 120px center;}
.menu ul ul li a.drop:hover{background:#eee url(/images/grey-arrow.gif) no-repeat 120px center;}
.menu ul ul :hover > a.drop {background:#eee url(/images/grey-arrow.gif) no-repeat 120px center;}


.menu ul ul {visibility:hidden; position:absolute; top:20px; left:0; border:1px #ccc solid; width: 138px;}
* html .menu ul ul {top:20px; width: 138px; border:1px #ccc solid;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff; color:#777; height:25px; line-height:20px; padding:5px 0px 0 5px; width:133px; text-align: left; font-size: 13px; border: 0px red solid;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:138px; w\idth:138px;}


/* style the top level hover */
.menu a:hover{ color:#888;}
.menu ul ul a:hover{background-color:#eee; color:#888;}



.menu ul ul ul{left:138px; top:-1px; width: 165px;} /*width here is 5px more to make up for the 5px of padding for the link*/
.menu ul ul ul a, .menu ul ul ul a:visited {background:#eee; width: 160px;height:25px; line-height:20px;}
.menu ul ul ul a:hover {background:#ddd; width: 160px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-148px;}


/* 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;}



/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}


.submenu {width:100%; background-color:#ddd; position:relative; font-family:arial, sans-serif; border-top: 2px #ccc solid; border-bottom: 2px #ccc solid; padding: 4px 0px;}

.submenu a, .submenu a:visited {font-size:13px;text-decoration:none; color:#333; height:33px; padding:0px; text-align: center; font-weight:bold;}

.submenu a:hover{color:#888;}

.submenu .hello {float:right; color: #555; margin-right: 5px; text-transform: lowercase;}

.logo #headertext { min-width:370px; width:expression(document.body.clientWidth < 370? "370px": "auto"); }











