/*@charset "UTF-8";
li.MenuBarCurrent    {
	text-decoration: none;
	background-image: url('images/corners/tabwhite.jpg');
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: 50% bottom;
	color: #666666;
	cursor: text;
}



 Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
/*ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: default;
	width: 100px;
	float: left;
	padding: 0;
	margin: 0;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #F3EBD6;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 100px;
	padding: 0;
	margin: 0;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 100px;
}
ul.MenuBarHorizontal  a  {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	text-decoration: underline;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
#maincontent #submenus li{
	color: #535324;
	text-decoration: none;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-weight: normal;
	text-align: center;
	background-image: none;
	position: relative;
	background-color: #F3EBD6;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #B9A450;
	border-left-color: #B9A450;
	display: inline;
	padding-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	width: 90px;
	padding-right: 4px;
	padding-left: 4px;
}

#submenus
{
    background-image: url( 'Images/submenuback.jpg' );
    background-repeat: repeat-x;
    background-color: #FF9933;
    font-family: Verdana;
    font-size: 8pt;
    text-transform:uppercase;
    color:White;
    height:45px;
    padding-left:10px;
    font-weight:bold;
}

#maincontent #submenus li a {
	text-decoration:none;
	color:#436261;
	width: 100px;
}
#maincontent #submenu ul li a:hover {
	color: #AB6928;
}
