/* ================================================================ 
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 {top:47px; width:auto; height:32px; position:relative; z-index:100; font-family:arial, sans-serif;}

/* 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:auto;}
/* 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:auto;margin-right:35px;position:relative;}
.menu li li {margin-left: 0;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:18px;
	text-decoration:none; 
	color:#fff; 
	width: auto; 
	height:28px; 
	background:transparent; 
	margin-right: 10px;
	font-weight:bold;
	border-bottom: 0;
	text-transform:lowercase; 
       border-bottom: 5px #C40000 solid;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #444444;
       border: 0px #C40000 solid;
	}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #555555;
       border: 0px #777777 solid;
	}
.menu ul ul :hover > a.drop {
	background: #555555;
       border: 0px #777777 solid;
	}

/* 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:28px;left:0; width:149px; z-index: 2000;}

/* 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:#333333; 
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	border:0px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; border-bottom: 5px solid #ec2828;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; border-bottom: 5px solid #ec2828;}

.menu ul ul a:hover{color:#fff; border-bottom: 0px solid #ec2828;background-color: #555555;}
.menu ul ul :hover > a {color:#fff; border-bottom: 0px solid #ec2828;background-color: #555555;}



/* 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
=================================================================== */

/* top level links */
.menu ul .current_parent a {
  color: #fff;
  background: transparent;
  border-bottom: 5px solid #ec2828;
}
.menu ul .current_parent ul a {
  color: #fff;
  background: #444444;
  border: 0;
  z-index: 1000;
}
.menu ul .current_parent ul a:hover {
  color: #fff;
  background: #555555;
  border: 0;
}



/* second level links */
.menu ul ul .current_page a {
  color: #fff;
  background: #444444;
  border: 0;
}


.menu ul .current_page a {
  color: #ffffff;
  background: #transparent;
  border-bottom: 5px solid #ec2828;
}

.menu ul .current_page ul a {
  color: #ffffff;
  background: #transparent;
  border-bottom: 0px solid #ec2828;
}



/* 
.menu .current_page_item a {
  color: #fff;
  font-weight: bold;
  background: #000;
}

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

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