/* ================================================================ 
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:960px; height:33px; font-size:0.85em; position:relative; z-index:100;background:url('../images/bg_menu.gif') top left repeat-x;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}
/* 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:149px;}
/* 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:149px;position:relative;}


/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:1.2em;text-decoration:none; color:#191919; width:138px; height:33px; border-right:1px solid #B1B1B1;font-family:Verdana; padding-left:10px; line-height:33px;}
.menu a span{display:block; float:left;font-size:1em; cursor:pointer;text-align:center; font-weight:bold; font-size:1.2em; }
.menu a em{display:block; float:right;background:url('../images/menu_triangle.gif') top right no-repeat; cursor:pointer;width:15px;}

/*sizer for menu entry hompage*/
.menu li.home{width:100px;}
.menu li.home a, .menu li.home a:visited{display:block; font-size:1.2em;text-decoration:none; color:#191919; width:88px; height:33px; border-right:1px solid #B1B1B1;font-family:Verdana; padding-left:10px; line-height:33px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* 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:32px;left:0; width:149px; z-index:500;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#E6E6E6;color:#191919; height:auto; line-height:1em; padding:5px 10px;width:130px; border-width:0 0px 1px 0px; border-color:#A5B5C0;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px; w\idth:130px;}

/* style the top level hover */
.menu a:hover/*, .menu ul ul a:hover*/{color:#191919;background:url('../images/bg_menu_over.gif') top left repeat-x;}
.menu :hover > a/*, .menu ul ul :hover > a*/ {color:#191919;background:url('../images/bg_menu_over.gif') top left repeat-x;}
/*2nd lvl hover */

/* style the top level hover */
/*.menu a:hover, */.menu ul ul a:hover{color:#191919;background:#A5B5C0;}
/*.menu :hover > a,*/ .menu ul ul :hover > a {color:#191919;background:#A5B5C0;}

/*2nd lvl hover */
.menu ul ul li{border-bottom:1px solid #A5B5C0; text-align:left;}

/* 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;}



/**** ADD ON TO ORIGINAL FOR SEARCH BLOC **/
#SearchEng{float:right;padding:0; margin:0; background:url('../images/bg_search.gif') 100% 60% no-repeat; margin-right:10px; height:30px }
#SearchEng p{padding-top:9px;}
#SearchEng a{width:20px; text-align:none;float:none; display:inline; line-height:1.1em; margin:0;border:0; font-size:1em; border-left:1px solid #ccc; padding:0px 5px; background:url('');}
#SearchEng a:hover{ background:url('') transparent;}
#SearchEng input{ border:0px; width:120px; background:transparent;margin-left:10px;}
#SearchEng label{ font-family:Verdana; font-size:1.1em; color:#191919; }