/* CSS Document */



/* ================================================================ 

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/drop_examples.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

/* commom style for all browsers */



.menu {
	padding:0px 5px;
	margin:0;
	list-style:none;
	height:36px;
	background:url(../images/navImages/bgOFF.gif);
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 3px #00515D;
	border-right:dotted 1px #666666;
	border-left:dotted 1px #666666;
}
.menu li.top {
	display:block;
	float:left;
}
.menu li.topEnd {
	display:block;
	float:right;
}
.menu li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:27px;
	color:#333;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding:0;
	cursor:pointer;
	border-right:dotted 1px #666666;
}
.menu li a.top_link span {
	float:left;
	display:block;
	padding:0 5px 0 5px;
	height:36px;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 15px 0 5px;
	height:36px;
	background:url(../images/navImages/arrowBlackDown.gif) no-repeat right center;
	margin-right:10px;
}
.menu li a.top_link:hover {
	color:#a00;
}
.menu li a.top_link:hover span {
	color:#a00;
}
.menu li a.top_link:hover span.down {
	background:url(../images/navImages/arrowRedDown.gif) no-repeat right center;
}
.menu li:hover > a.top_link {
	color:#a00;
}
.menu li:hover > a.top_link span {
	color:#a00;
}
.menu li:hover > a.top_link span.down {
	background:url(../images/navImages/arrowRedDown.gif) no-repeat right center;
}
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



.menu a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.menu li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */

.menu ul,  .menu :hover ul ul,  .menu :hover ul :hover ul ul,  .menu :hover ul :hover ul :hover ul ul,  .menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}
.menu :hover ul.subLeft {
	left:-90px;
	top:31px;
	background: #fff;
	padding:3px;
	border:1px solid #666;
	white-space:nowrap;
	width:160px;
	height:auto;
	z-index:300;
	font-weight:normal;
}
.menu :hover ul.sub {
	left:0;
	top:31px;
	background: #fff;
	padding:3px;
	border:1px solid #666;
	white-space:nowrap;
	width:160px;
	height:auto;
	z-index:300;
	font-weight:normal;
}
.menu :hover ul.sub li, .menu :hover ul.subLeft li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
	font-weight:normal;
}
.menu :hover ul.sub li a, .menu :hover ul.subLeft li a {
	display:block;
	font-size:10px;
	height:20px;
	width:160px;
	line-height:20px;
	text-indent:5px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.menu :hover ul.sub li a.fly {
	background:#fff url(../images/navImages/arrow.gif) right center no-repeat;
}
.menu :hover ul.sub li a:hover, .menu :hover ul.subLeft li a:hover {
	background:#e9e9e9;
	color:#a00;
}
.menu :hover ul.sub li a.fly:hover {
	background:#e9e9e9 url(../images/navImages/arrowRed.gif) right center no-repeat;
	color:#a00;
}
.menu :hover ul li:hover > a.fly {
	background:#e9e9e9 url(../images/navImages/arrowRed.gif) right center no-repeat;
	color:#a00;
}
.menu :hover ul :hover ul,  .menu :hover ul :hover ul :hover ul,  .menu :hover ul :hover ul :hover ul :hover ul,  .menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:100px;
	top:-4px;
	background: #fff;
	padding:3px;
	border:1px solid #666;
	white-space:nowrap;
	width:160px;
	z-index:400;
	height:auto;
}
