/* 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/navs/flyoutt.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.
=================================================================== */
/* common styling */
.nav {
	font: Eurostile, "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	width:160px; 
	position:relative; 
	margin:0; 
	font-size:11px; 
	margin:0px 0px;
	z-index:1;
}
.nav ul li a, 
.nav ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff; 
	font-weight: bold;
	width:160px; 
	height:27px; 
	text-align:center; 
	background: #46a6e3 url(../image-files/navbar.jpg);
	line-height:25px; 
	font-size:11px;
	letter-spacing: 1px;
}
.nav ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
.nav ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
.nav ul li ul {
	display: none;
}

/* specific to non IE browsers */
.nav ul li:hover a {
	color:#fff; 
	font-weight: bold;
	background: #1e87cb url(../image-files/navbar1.jpg);
}
.nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:160px; 
	width:220px;
}

.nav ul li:hover ul li:hover a.hide {
	width:220px;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li a {
	display:block; 
	background: #46a6e3 url(../image-files/t3navbar.jpg);
	color:#fff; 
	width:220px;
	font-weight: bold;

}
.nav ul li:hover ul li a:hover {
	background: #1e87cb url(../image-files/t3navbar1.jpg);
	color:#fff;
	font-weight: bold;
}
