/* ================================================================ 
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 {width:905px; height:50px; position:relative; z-index:100; margin:0 auto;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu li {float:left;width:100px;position:relative;}
.menu a, .menu a:visited {display:block;padding:15px 0 0 0;font-size:13px;font-family: georgia, serif;font-weight: bold;color:#cdc9b6;background: url("images/topbar-button.gif") no-repeat;text-decoration:none; width:100px; height:35px;}
.menu ul ul a, .menu ul ul a:visited {background:#d1ccb7;color:#000;height:auto;line-height:1em;padding:10px 0;width:110px;border:5px solid #b0ab8e;border-top:0;}

.menu a:hover{ color: #35342d;background: url("images/topbar-hover.gif") no-repeat;}
.menu :hover > a{color: #35342d;background: url("images/topbar-hover.gif") no-repeat;}
.menu ul ul a:hover{ color: #35342d;background: white;}
.menu ul ul :hover > a {color: #35342d; background: white;}

.menu ul ul a.drop, .menu ul ul a.drop:visited {}
.menu ul ul a.drop:hover{border-top:5px solid #b0ab8e;}
.menu ul ul :hover > a.drop {border-top:5px solid #b0ab8e;}

/* 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:50px;left:-5px; width:100px;}
/* style the table so that it takes no part 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;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
