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

#mainMenu {
	font-family:
	arial, sans-serif;
	width:254px;
	height:240px;
	position:relative;
	margin:0;
	font-size:11px;
	margin:8px 0px 0px 20px;
	background:url(images/nav.jpg) no-repeat top left;
}

#mainMenu ul li a, .menu ul li a:visited {
	display:block;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	color:#000;
	width:254px;
	height:30px;
	text-align:center;
	line-height:19px;
	font-size:11px;
}

#mainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainMenu ul li {
	float:left;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#mainMenu ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
}

#mainMenu ul li span {
	display:none;
}

#item3 a:hover { background:url(images/nav.jpg) no-repeat -254px -60px; }
#item5 a:hover { background:url(images/nav.jpg) no-repeat -254px -120px; }
#item8 a:hover { background:url(images/nav.jpg) no-repeat -254px -210px; }

/* specific to non IE browsers */

#mainMenu ul li:hover ul {
	display:block;
	position:absolute;
	top:-4px;
	padding: 0px;
	left:254px;
	width:254px;
	border-right:solid 4px #7d8fa3;
	border-top:solid 4px #7d8fa3;
	border-bottom:solid 4px #7d8fa3;
}

#mainMenu ul li:hover ul li a.hide {
	background:#93a3b6;
	color:#2b425e;
}

#mainMenu ul li:hover ul li a {
	display:block;
	background-color: #a9b7c7;
	padding-top:5px;
	color:#2b425e;
	width:254px;
}

#mainMenu ul li:hover ul li a:hover {
	background:#93a3b6;
	color:#2b425e;
}