@charset "UTF-8";
/* 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/menus/flyout_4level.html
Copyright (c) 2005-2011 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
#menu
{
float:left;
margin:  0;
padding: 0;
height: 40px;
}

#menucontainer ul
{
float: right;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menucontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#menucontainer ul li a
{
	background: #990033;
	width: 80px;
	height: 30px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-align: center;
	font: normal 13px/13px "Garamond", "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 12px;
}

#menucontainer ul li a:hover
{
	background: #660033;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	color: #FFFFFF;
}

#menucontainer a:active
{
background: #660033;
color: #fff;
}

#menucontainer li#active a
{
	background: #660033;
	color: #fff;
}

