/*#menu ul, #menu li {float:left; color:#fff; font:700 10px verdana; list-style:none}
#menu ul {padding:0px; margin:0px}
#menu li {padding:0px 10px}
#menu li#top {height:29px;font:700 10px/29px verdana;}
#menu ul li a {color:#fff}
#menu {border:0px solid red; height:29px} 
#menu a{display: block;margin: 0;white-space:nowrap;text-decoration: none;}
#menu a:hover {color: #fe0;}

#menu ul ul {position: absolute; top:152px; background-color:#fff; margin-left:-10px; z-index: 500;border-left:2px solid #027; 
	     border-bottom:2px solid #027; border-right:2px solid #027;margin:0px; padding:0px}

#menu ul ul li {display:block;clear:left}
#menu ul ul li a {color:#000; display: block; white-space:nowrap;text-decoration: none; line-height:16px}
#menu ul ul li a:hover {color:#c00}
#menu ul ul ul {position: absolute;top: 0;left: 100%;}

#menu ul li#top.active a {display: block; color: #fffc00; white-space:nowrap;text-decoration: none;}
#menu ul li#top.active:hover ul li a {display: block; color: #000; white-space:nowrap;text-decoration: none;}
#menu ul li#top ul li.active a {display: block; color: #00c; white-space:nowrap;text-decoration: none;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {display: block;}
*/

.menu {width:770px; height:29px; position:relative; z-index:100; font:700 10px verdana; color:#000;}
.footer_menu {width:860px; height:29px; position:relative; z-index:100; font:700 10px verdana; color:#000;}
div.menu {float:left}
div.language_bar {float:right}
.menu table {border:0px; border-collapse:collapse}

.menu a {font:700 10px verdana; color:#fff}
.menu ul li#top.active a {display: block; color: #fffc00; white-space:nowrap;text-decoration: none;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:860px; w\idth:859px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul li ul {width:152px; z-index:120; border:1px solid #000; background:#fff;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;width:82px; position:relative;}/*90*/
.w100 {width:100px !important}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff; /*width:80px;*/ height:29px; text-align:center; line-height:29px; }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:80px; w\idth:80px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ececec;}/*fff*/
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65}
.menu ul ul :hover > a.drop {background:#ececec}/*fff*/
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ececec;}/*fff*/
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
.menu ul #top.li a, .menu ul #top.li a:hover {width:auto}
.menu ul #top.li {width:auto}


/* 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:29px;left:0; width:100px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:140px; top:-1px; width:152px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* 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 {background:#fff; color:#000; height:auto; line-height:1em; padding:6px; width:140px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px;w\idth:138px;}

/* style the top level hover */
.menu a:hover{color:#99FFFF; background:/*#b7d186*/ url(../img/menu_over.png) repeat-x top left;}
.menu ul ul a:hover{color:#000; background:#dddddd;}
.menu :hover > a {color:#99FFFF; background:/*#b7d186*/ url(../img/menu_over.png) repeat-x top left;}
.menu ul ul :hover > a{color:#000; background:#dddddd;}

/* 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;}