/* ================================================================ 
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 */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	display:block;
	text-align:left;
	line-height: 0px;
	font-size: 11px;
	z-index: 1500;
}

.menu ul li a img {
	display:block
	}

/*First Level*/
/*Styles applied to entire unordered list of links*/
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}


/*Second Level*/
/*Styles applied to entire unordered list of links*/
.menu ul li ul {
	display: none;
	width:225px;
	line-height: 15px;
}


/*Styles applied to entire unordered list of links*/
body .menu ul li:hover ul {
	display:block;
	position:absolute;
	margin-left:-1px;	
	background-color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: Solid;
	border-left-style: Solid;
	border-top-color: #747474;
	border-right-color: #747474;
	border-left-color: #747474;	
}

/*links*/
.menu ul li:hover ul li a {
	padding-left:14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: none;
	color: #CCCCCC;
	display: block;
}
.menu ul li:hover ul li {
	background-color:#000000;
	}

/*links over - background color*/
.menu ul li:hover ul li:hover {
	background-color:#ff8400;
	}

/*links over - text color*/
.menu ul li:hover ul li:hover a {
	color:#000000;
	}

/*Bottom border of each link*/
.menu ul li:hover ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747474;	
	}
