@charset "utf-8";
/* CSS Document */

.SubMenu 
{
	float: left;
	width: 95%;
	background-color: #E6E6E6;
}

.SubMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 2.5vw;
	cursor: default;
	width: auto;
	position: relative;
	left: auto;
	float: left;
	background-image: url(images/WebSiteBannerSubTabBackground v1a.jpg);
}

/* Menu item containers, position children relative to this container and are a fixed width */
.SubMenu ul li
{
	list-style-type: none;
	font-size: 2.5vw;
	position: relative;
	text-align: right;
	cursor: pointer;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Menu items are a light gray block with padding and no text decoration */
.SubMenu ul a
{
	display: block;
	cursor: pointer;
	color: #00F;
	text-decoration: none;
	margin: 5px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	text-align: center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.SubMenu ul a:hover, .SubMenu ul a:focus
{
	width: auto;
	text-decoration: underline;
}
