﻿#pad {height:140px;}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	height: 40px;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	font-size: 14px;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 1px;
	border-right-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
}
#menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #19445C;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


#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 li a:hover {
	z-index: 200;
	position: relative;
/*	color: #19445C; */
color: #19445C; 
	background-color: #9DD4ED;
}
#menu li:hover {
	background-color: #9DD4ED;
	position: relative;
	z-index: 200;
	color: #19445C;

}

#menu li:hover > a {
	color: #19445C;
	background: #9DD4ED;
}
#menu li:hover > a.sub {
	color: #19445C;
	background-color: #9DD4ED;
}

#menu li.current a {
	color: #19445C;
background-color: #9DD4ED;
}

#menu li a.sub {
	background: #19445C url(down-arrow.gif) no-repeat right;
	width: 170px;
	text-align: left;
}
#menu li.current a.sub {
	color: #19445C;
	background:  #9DD4ED; url(down-arrow.gif) no-repeat right;

}

#menu :hover ul {
	left: 0;
	top: 40px;
	width: 165px;
	background: #9DD4ED;
	
}

/* keep the 'next' level invisible by placing it off screen. */
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{
	left: 165px;
	top: -1px;
		background: #9DD4ED;
	white-space: nowrap;
	width: 160px;
	z-index: 200;
	height: auto;
}

#menu :hover ul li {
	background: #9DD4ED;
	margin: 0;
	border-top: 1px solid #666;
	color: #19445C;
}
#menu :hover ul li a {
	width: 195px;
	padding: 0;
	text-indent: 10px;
background: #9DD4ED;
color: #19445C;
	height: 30px;
	line-height: 30px;
}
#menu :hover ul li a.fly {
	background: #9DD4ED url(right-arrow.gif) no-repeat right
center;
}

#menu :hover ul :hover {
	background: #9DD4ED;
	color:#FFA215
}
#menu :hover ul :hover a.fly {
background: #9DD4ED;
	color:#FFA215
}

#menu :hover ul li.currentsub a {
	background: #9DD4ED;
		color:#FFA215
}
#menu :hover ul li.currentsub a.fly {
	background: #9DD4ED url(right-arrow.gif) no-repeat right
center;
		color:#FFA215
}

#menu :hover ul :hover ul li a {
	width: 200px;
	padding: 0;
	text-indent: 10px;
	background: #9DD4ED;
	color: #19445C;
}
#menu :hover ul :hover ul :hover {
background: #9DD4ED;
		color:#FFA215
}

#menu :hover ul :hover ul li.currentfly a {
background: #9DD4ED;
		color:#FFA215
}
#menu :hover ul :hover ul li.currentfly a:hover {
	background: #9DD4ED;
	color:#FFA215
}
