/****************************************/
/*           MENU Styles                */
/****************************************/
/*************  STATIC MENU *************/
.StaticMenuStyle /*Overall Menu Look (top bar)*/
{
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
}

.StaticMenuItemStyle /*Individual Menu Items Look (top bar)*/
{
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	/*height: 45px;*/
	height: 50px;
	padding-top: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	/*width: 150px;*/
	width: 147px;  /* adjusted width to allow borders look via background set in banner_nav */
	border-right: solid 1px #FFFFFF;
}
.StaticMenuItemStyle a {
	color: #FFFFFF;
	text-decoration: none;
}
.StaticMenuItemStyle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.StaticMenuItemStyle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.StaticMenuItemStyle a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
.StaticMenuItemStyle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.StaticMenuHoverStyle /*Individual Menu Items Look on HOVER (top bar)*/
{
	color: #000066;
	background-color: #8fa8d9;
	text-align: center;
}

/*************  DYNAMIC MENU *************/
.DynamicMenuStyle /*Overall DropDown Menu Items Look*/
{
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	border-top: solid thin #000066;
}

.DynamicMenuItemStyle /*Individual DropDown Menu Items Look*/
{
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	border-left: solid 1px #000066;
	border-right: solid 1px #000066;
	border-bottom: solid 1px #000066;
	padding: 2px;
	margin: 0px;
	width: 147px;
}
.DynamicMenuItemStyle a {
	color: #000066;
	text-decoration: none;
}
.DynamicMenuItemStyle a:link {
	color: #000066;
	text-decoration: none;
}
.DynamicMenuItemStyle a:visited {
	color: #000066;
	text-decoration: none;
}
.DynamicMenuItemStyle a:hover 
{
	color: #000066;
	text-decoration: none;
}
.DynamicMenuItemStyle a:active {
	color: #000066;
	text-decoration: none;
}

.DynamicMenuHoverStyle /*Individual DropDown Menu Items Look on HOVER*/
{
	color: #FFFFFF;
	background-color: #E4481F;
	text-align: left;
}