/* ================================================================ 
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 */
.container {
	width:239px;
	padding:10px;
	margin-top: -23px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.menu {
	font-family: arial, sans-serif;
	width:131px;
	height:217px;
	position:relative;
	margin:0;
	font-size:11pt;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:239px;
	height:49px;
	line-height:4em;
	font-size:10pt;
	padding-left:0px;
	background-image: url(button.jpg);
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#D9C27E;
	background-color: transparent;
	font-weight: normal;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:239px;
	width:239px;
}
.menu ul li:hover ul li {float:left;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:239px;
	float:left;
}
.menu ul li:hover ul li a:hover {
	color:#CFB569;
	background-image: url(button.jpg);
	height: 49px;
	width: 239px;
	font-weight: normal;
}
