﻿.MainNavigation
{
	clear: both;
	width: 750px;
	height: 40px;
	border: none 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}
.MainNavigation, .MainNavigation *
{
    z-index:1500;
}
.Static 
{
	background-image: url("../Images/CBH_Menu_Background.gif");
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Times New Roman, Serif;
	font-size: 13.5pt;
	color: #999999;
	text-align: center;
}

.StaticItem a
{
	color: #999999;
	cursor: pointer;
}

.Dynamic
{
	font-family: Arial , Verdana, Sans-Serif;
	font-size: 8pt;
	z-index:1500;
}

.Dynamic table
{
	border: solid 1px #FFFFFF;
	vertical-align: middle;
}

.DynamicItem
{
	height: 15px;
    width: 150px;
	/*background-color: #95B7DC;*/
	background-color: #DDDDDD;
	color:#666666;
	overflow: hidden;
}

.DynamicItem a
{
	color: #999999;
	display: block;
	height: 15px;
    width: 150px;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 0;
    /*background-color: #95B7DC;*/
    background-color: #DDDDDD;
	color:#666666;
	line-height: 15px;
	vertical-align: middle;
}

.DynamicItem:hover
{
	color:#FFFFFF;
	/*background-color: #003366;*/
	/*background-color: #95B7DC;*/
	background-color: #6699CC;
}