/* ================================================================ 
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 {
	font-family:tahoma;
	height:52px; 
	/*font-size:0.85em; */
	position:relative;
	_position: absolute;
	padding-left:75px;
	width:700px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:746px;
	w\idth:745px;
}

/* 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 a{
	_float:left;
}
.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;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	color:#FFFFFF;
	display:block;
	font-family:serif;
	font-size:17px;
	font-weight:bold;
	height:52px;
	line-height:50px;
	padding:0px 15px 0px 20px;
	text-decoration:none;
	width:auto;
}

.menu span.menu-spec {
	display:block;
	font-family:arial;
	font-size:9px;
	position:absolute;
	/* text-indent:-3px; */
	left:208px;
	top:13px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:138px;
	_width:auto;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(images/drop.gif) bottom right no-repeat;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(images/drop.gif) bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 url(images/drop.gif) bottom right no-repeat;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:52px;
	left:0;
	width:984px;
}

.menu ul ul li{
	float:left;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:50px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* 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 {
	font-size:17px;
	height:auto;
	line-height:30px;
	padding:13px 10px 13px 5px;
	_padding:17px 10px 17px 5px;
	width:auto;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:auto;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#DB6CA3;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#DB6CA3;
	background:transparent url(images/menu_h_bg.jpg) no-repeat 5px 0;
	_background:transparent url(images/menu_h_bg.jpg) no-repeat 5px 0;
}

/* new menu style by AHTJSC */
.menu ul ul li a {
	background:none!important;
	color:#3B3C3B;
	font-weight:bold;
	font-style:italic;
	font-size:17px;
	text-transform:capitalize;
}

.menu ul ul li a:visited {color:#3B3C3B;}
.menu ul ul li a:hover {color:#DB6CA3;}
/* end new menu style by AHTJSC */

/* 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;}
.menu ul li:hover table ul, .menu ul a:hover table ul{visibility:visible;}
.menu ul li:hover table, .menu ul a:hover table {visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
.menu ul li:hover ul table 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;}
.menu ul li:hover ul :hover table ul{visibility:visible;}


/* this CSS is styling for IE6 and older */
* html .menu ul table {
	/* left:-9999px; */
}

/* ================================================================ 
   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: #DB6CA3;}

.menu .current_page_item a {
  color: #DB6CA3;
  font-weight: bold;
}

.menu ul li.current_page_item a {color: #DB6CA3!important;font-weight:bold;}

.menu ul li.current_page_item a > .menu ul li.current_page_item ul li a {color: #3B3C3B!important;}

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

.menu ul li.current_page_item a:hover {
	background:transparent url(images/menu_h_bg.jpg) no-repeat 5px 0;
}

/* ~~~ */
.menu ul li#li-9 ul {
	left:440px;
	width:auto;
}