/* ================================================================ 
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-site {height:36px; backg round: url('/wp-content/plugins/wordpress-css-drop-down-menu/theme_css/menu_bg.png') repeat-x bottom #0e0e0e; font-family:verdana, arial, sans-serif; text-align:center; padding:0 0 0 30px; position:relative; z-index:2000 !important;}
.menu-site ul { padding:0; margin:0; list-style-type:none; height:36px; border-left:1px solid #000; z-index:1000 !important;}
.home .menu-site ul {padding:0;}
.menu-site ul ul {width:150px; padding:0; z-index:5000; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu-site li {float:left;position:relative;}
.menu-site a, .menu-site a:visited {display:block;text-decoration:none; color:#fff; height:36px; padding:0 20px; line-height:36px; border-right:1px solid #000; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu-site a, * html .menu-site a:visited {}

/* style the second level background */
.menu-site ul ul li { background-color:#000; border-bottom:1px solid #808080;  z-index:3 !important; }
.menu-site ul ul li:hover { background-color:#333; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-site ul ul { height:0; visibility:hidden; position:absolute; top:36px;left:-2px; width:140px; z-index:3000 !important;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-site table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu-site ul ul a, .menu-site ul ul a:visited { height:auto; line-height:1.5em; padding:3px 23px; text-align:left; width:120px;}
/* yet another hack for IE5.5 */
* html .menu-site ul ul a, * html .menu-site ul ul a:visited {width:140px;w\idth:120px;}

/* style the top level hover */
.menu-site a:hover, .menu-site ul ul a:hover{color:#e1d2c4;}
.menu-site :hover > a, .menu-site ul ul :hover > a {color:#e1d2c4;}

/* make the second level visible when hover on first level list OR link */
.menu-site ul li:hover ul, .menu-site ul a:hover ul{visibility:visible; }
