@charset "UTF-8";

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul#MenuBar1.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
}

/* Menu items are a light gray block with padding and no text decoration */
ul#MenuBar1.MenuBarHorizontal a
{
	background-color: #053E51;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	display: block;
	padding:0px 10px;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul#MenuBar1.MenuBarHorizontal a:hover
{
	background-color: #032D3A;
}


