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

#wrapper{
	width:500px;
	height:auto;
}

#info{
	width:500px;
	height:auto;
	}
.container {
	width:500px;
	margin:0px auto;
	padding:0px;
	border:0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
}
.menu {"Times New Roman", Times, serif;
	width:160px;
	height:100px;
	position:relative;
	margin:0;
	font-size:14px;
	font-weight: bold;
	text-align:right;
	color: #E0BF01;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:160px; height:20px; background:transparent; line-height:20px; font-size:14px; padding-left:0px;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {
	float:right;
	position:relative;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#030;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:500px; background:transparent;}
.menu ul li:hover ul li {float:left;}
.menu ul li:hover ul li a {display:block; color:#000; width:160px; float:left;}
.menu ul li:hover ul li a:hover {color:#030;}

