﻿
.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle_top, .ddsubmenustyle_top ul
{ 
	/*topmost and sub ULs, respectively*/
	z-index: 2;
	font: normal 10px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #1e3d5c;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}


.ddsubmenustyle li a, .ddsubmenustyle_top li a
{
	display: block;
	width: 160px;
	color: black;
	background-color: GhostWhite;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #1e3d5c;
}

* html .ddsubmenustyle li a, * html .ddsubmenustyle_top li a
{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover, .ddsubmenustyle_top li a:hover
{
	background-color: Gainsboro;
	color: Black;
}

.mattblackmenu ul
{
	z-index: 2;
	margin: 0;
	padding: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	border-bottom: 1px solid #1e3d5c;
	overflow: hidden;
	width: 100%;
	background: url(../images/menubg.jpg) 0% 0% repeat-x;
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
}

.mattblackmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 8px 3px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: White; /*#003366;*/
	height: 17px;
	background: url(../images/menubg.jpg) 0% 0% repeat-x;
}

.mattblackmenu li a:visited
{
	color: White;
}

.mattblackmenu li a:hover
{
	color: White;
	background: url(../images/menubg_h.jpg) 0% 0% repeat-x;
}

.mattblackmenu a.selected
{
	color: White;
	background: url(../images/menubg_h.jpg) 0% 0% repeat-x;
}

.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.documentblackmenu ul
{
	z-index: 2;
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.documentblackmenu li
{
	display: inline;
	margin: 0;
}

.documentblackmenu li a
{
	float: left;
	display: block;
	text-decoration: underline;
	margin: 0;
	color: #003366; /*#003366;*/
}

.documentblackmenu li a:visited
{
	color: #003366;
}

.documentblackmenu li a:hover
{
	color: #35b7db;
}

.documentblackmenu a.selected
{
	color: #003366;
}