table.MainMenu
{
	border-bottom:Solid 1px #AAAAAA;
	width:200px;
}
A.Level2MenuText
{
	color: #000055;
	text-decoration: none;
}

a.MenuText
{
	color: #464646;
	text-decoration: none;
	font-weight:bold;
	font-family:Verdana,Arial;
}

a:hover.MenuText
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana,Arial;
	font-size:larger;
}

td.MenuButton
{	
	padding:5px 5px 5px 5px;
	width:200px;
	height:29px;
	font-size:12px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Tahoma;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #FFFFFF;
	background-color:#ededef;
}
A:Hover.Level2MenuText
{
	color: #000055;
	text-decoration: underline;
}
A.Level2MenuTextSelected
{
	color: red;
	text-decoration: none;
	border:0;
}
A:Hover.Level2MenuTextSelected
{
	color:Red;
	text-decoration:underline;
}
td.Level2MenuBar
{	
	background-image:url('/InformationStrategy/images/Buttons/buttonFaceE.jpg');
	background-repeat:repeat-x;	
	text-align:center;
	vertical-align:top;
	padding-top:0px;
	border:red 0px solid;
	height:34px;
}
td.Level2MenuCellSelected
{
	border-right: white 2px solid;
	padding-right: 5px;
	padding-left: 5px;	
	font-weight: bold;
	font-size: 11px;
	height: 27px;	
	background-color:Transparent;
	text-align: center;
}
td.Level2MenuCell
{
	border-right: white 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top:0px;
	font-size: 11px;
	height: 27px;	
	background-color:Transparent;
	text-align: center;
}
td.Level3MenuText
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: #e5e56e 1px solid;
}
table.Level2MenuTable
{
	width:650px;
	padding:0px 0px 0px 0px;
	border:black 0px solid;
	margin:0px 0px 0px 0px;
}
table.HeaderBarButtonMenu
{	
	background-color:White;
	margin:0px 0px 0px 0px;
	border: 0px solid #AAAAAA;
	padding: 0px 0px 0px 0px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid #AAAAAA;
width:200px;
}

#navcontainer a
{
display: block;
color: #3c3c3c;
background-image:url('/InformationStrategy/images/Buttons/buttonFaceC.jpg');
background-repeat:repeat-x;
width: 200px;
height:29px;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #ededef;
font-weight: bold;
text-align:center;
font-family:Verdana, Arial, Tahoma;
font-size:14px;
vertical-align:middle;
}

#navcontainer a:hover
{
background-image:url('/InformationStrategy/images/Buttons/buttonFaceD.jpg');
background-repeat:repeat-x;
color: #000000;
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}
