﻿
.selectedHeader
{
	background-color:White;
	border: solid 1px black;
	margin:5px auto auto auto;
	width:150px;
	
}

.selectedHeader div a
{
	text-decoration:none;
	color:White;
}

.selectedHeader div
{
	text-align:center;
	margin-top: 2px;
	height:20px;
	padding-top:5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:700;
}

.notSelectedHeader
{
	background-color:White;
	border: solid 1px black;
	margin:15px auto auto auto;
	width:150px;
	
}
.notSelectedHeader div a
{
	text-decoration:none;
	color:White;
	
}

.notSelectedHeader div
{
	background-color:#000059;
	text-align:center;
	margin-top: 2px;
	height:20px;
	padding-top:5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: White;
	font-weight:700;
}

.selectedSub 
{
	background-color:#FF8700;
}
.notSelectedSub 
{
	background-color:#000059;
}
