﻿#navigationMain
{
	position: relative;
	border-top: solid 1px white;
	padding-top:10px;
	width:100%;
	background-color:#072a5e;	
	vertical-align:bottom;
}

.menuItemDiv, .menuItemBackDiv
{
	width: 100px;
	height: 30px;
}

.menuItemDiv
{
	background-color: #ffffff;
	white-space: normal;
	position: relative;
	border-left: solid 2px #072a5e;
}

.menuItemBackDiv
{
	top:0px;
	left: 0px;
	position: absolute;
}

.menuLinkDiv a.menu_main
{
	color: Black;
	text-decoration: none;

	white-space: normal;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0 auto;
	vertical-align:middle;
}

.menuLinkDiv
{
	position: absolute;
	top: 25%;
	white-space: normal;
	text-align: center;
	border: none;
	width: 100px;
}

.topicMenuDiv
{
	display:none;
	top: 30px;
	left: -1px;
	border-left: solid 1px #072a5e;
	border-right: solid 1px #072a5e;
	border-bottom: solid 1px #072a5e;
	background-color: #F4F5ED;
	position: absolute;
	width: 182px; 	
}

.topicMenuDiv a.menu_sub, .topicMenuDiv a.menu_sub:visited, .topicMenuDiv a.menu_sub:hover,
.topicMenuDiv a.menu_sub_b, .topicMenuDiv a.menu_sub_b:visited, .topicMenuDiv a.menu_sub_b:hover
{
	color:#072a5e;	
}

#timeBar a
{
	text-decoration: none;
	font-weight:bold;
	color:#C8CDA4;	
}

#timeBar td
{
color: White;	
}

#timeBar a:hover
{
	text-decoration: none;
	font-weight:bold;
	color:white;	
}
