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

.cssmenu {
	font-family: 'Palatino Linotype', 'Book Antiqua','Century Gothic', Trebuchet MS,Tahoma, Verdana, arial, helvetica, sans-serif; 
	width:650px; 
	height:27px;
	position:relative;
	top:90px;
	left:0px;
	font-size: 1em;
	z-index:100;
	float:right;
}
/* hack to correct IE5.5 faulty box model */
* html .cssmenu {width:650px; w\idth:650px;}
/* remove all the bullets, borders and padding from the default list styling */
.cssmenu ul {padding:0;margin:0;list-style-type:none;}
.cssmenu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.cssmenu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.cssmenu a, .cssmenu a:visited {
	display:block;
	text-decoration:none; 
	color:#fff; 
	padding:0 14px 0 14px;
	height:30px; 
	border:none;  
	line-height:29px; 
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .cssmenu a, * html .cssmenu a:visited {width:auto;}

/* style the second level background */
.cssmenu ul ul a.drop, .cssmenu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 110px center;}
/* style the second level hover */
.cssmenu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 110px center;}
.cssmenu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 110px center;}
/* style the third level background */
.cssmenu ul ul ul a, .cssmenu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.cssmenu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.cssmenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:auto;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .cssmenu ul ul {top:30px;t\op:31px;}

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

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

/* style the table so that it takes no ppart in the layout - required for IE to work */
.cssmenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.cssmenu ul ul a, .cssmenu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .cssmenu ul ul a, * html .cssmenu ul ul a:visited {width:auto;}

/* style the top level hover */
.cssmenu a:hover, .cssmenu ul ul a:hover{color:#000; background:#b7d186;}
.cssmenu :hover > a, .cssmenu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.cssmenu ul li:hover ul,
.cssmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.cssmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.cssmenu ul :hover ul :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
=================================================================== */


.cssmenu ul ul .current_page a {
  color: red;
  
  border-left: 1px solid black;
}

.cssmenu .current_page a {
  color: red;
  font-weight: bold;
  
}

.cssmenu ul .current_page ul a {
  color: #eee;
  font-weight: normal;
  
}

.cssmenu ul .current_page ul a:hover {
 
}

.cssmenu .current_page a:hover {
  
}

/* ================================================================ 
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/flyout3.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.cssmenu_right {
z-index:1000;
float:right;
margin:0 25px 50px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.cssmenu_right ul {
padding:0;
margin:0;
list-style-type:none;

}
/* hack for IE5.5 */
* html .cssmenu_right ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.cssmenu_right li {
position:relative;
background:#d4d8bd;
height:26px;
}

/* get rid of the table */
.cssmenu_right table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; }

/* style the links */
.cssmenu_right a, .cssmenu_right a:visited {
font-family:verdana, sans-serif;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;

color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .cssmenu_right a, * html .cssmenu_right a:visited {background:#d4d8bd; }
/* style the link hover */
* html .cssmenu_right a:hover {color:#fff; background:#949e7c;}

.cssmenu_right :hover > a{
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.cssmenu_right ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-150px; 
}
/* make the second level visible when hover on first level list OR link */
.cssmenu_right ul li:hover ul,
.cssmenu_right ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.cssmenu_right ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.cssmenu_right ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.cssmenu_right ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.cssmenu_right ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
/*
<!--[if IE 7]>
<style type="text/css">
.cssmenu_right li {float:left;}
</style>
<![endif]-->
*/

/* ================================================================ 
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/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.cssmenu_left {height:132px; width:132px; position:relative;}

.cssmenu_left ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#fff;}

.cssmenu_left li {margin:0; padding:0; list-style:none;}
.cssmenu_left li {display:inline;}
.cssmenu_left ul ul {position:absolute; left:-9999px;}
.cssmenu_left ul#toplevel {position:absolute; left:0; top:0;}

.cssmenu_left a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 
.cssmenu_left li a.fly {background: url(anywidth/arrow.gif) no-repeat right top;}

.cssmenu_left li a:hover {background-color:#09c; color:#fff;} 
.cssmenu_left li:hover > a {background-color:#09c; color:#fff;}

.cssmenu_left ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

.cssmenu_left a:hover ul,
.cssmenu_left a:hover a:hover ul, 
.cssmenu_left a:hover a:hover a:hover ul {left:100%;}
.cssmenu_left a:hover ul ul, 
.cssmenu_left a:hover a:hover ul ul {left:-9999px;}

.cssmenu_left table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
