﻿	
/* ================================================================ 
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 {
	clear:both;
	height:8px;
	width:100%;
	position:relative;
	z-index:100;
	font-family:verdana, geneva, arial, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:0 0 12px 0;
	margin:0 auto;
	background:#FFFFFF;
}


.menuspace, .menuspace.drop, .menuspace:visited, .menuspace:hover{
	height:5px;
	background:#FFFFFF;
}

.menu ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}

.menu ul ul {
	width:192px;
}

.menu li {
	float:left;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#1497CC; 
	height:20px; 
	border:none;
	background:#FFFFFF; 
	padding:0 12px 0 12px;
	margin:0 0 0 0; 
}

* html .menu a, * html .menu a:visited {
	width:0px; 
	w\idth:0px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#131314;
	color:#f7f7ff;
}

.menu ul ul a.drop:hover{
	background:#313136;
	color:#f7f7ff;
}

.menu ul ul :hover > a.drop {
	background:#131314;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#131314;
	color:#f7f7ff;
}

.menu ul ul ul a:hover {
	background:#313136;
	color:#f7f7ff;
}

/* 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:20px;
	left:0px; 
}
* html .menu ul ul {top:20px;t\op:20x;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:180px; 
	top:0px;
}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#313136;
	color:#d8d8e3;
	height:20px;
	width:180px;
	margin:0 0 0 0;
	padding:0 0 0 12px;
}

.menu ul ul :hover > a {
	color:#f7f7ff;
	background:#313136;
	font-weight:normal;	
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#f7f7ff; 
	background:#505057;
	font-weight:normal;
}
.menu :hover > a {
	color:#f7f7ff; 
	background:#313136;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li ul li{
	border:none;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{
	visibility:visible;
}

.menu ul ul .current_page_item a {
	color:#f7f7ff; 
	background:#131314;
	border:none;
}

.menu .current_page_item a {
	color:#f7f7ff; 
	background:#131314;
	border:none;
}

.menu ul .current_page_item ul a {
	color:#f7f7ff; 
	background:#131314;
	border:none;
}

.menu ul .current_page_item ul a:hover {
	background:#131314;
}

.menu .current_page_item a:hover {
	background:#131314;
}

