/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.top-menu ul{
margin: 0;
padding: 0;
font-size: 9pt;
Font-Family: "Arial", "Helvetica", sans-serif;
font-size:10pt;
text-align:center;
font-weight:bold;
color:#fff;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
font-weight: bold;
/*background: #669900;*/
overflow: hidden;
width: 100%;
}

.top-menu li{
display: inline;
margin: 0;
background: url('../img/btn_bg.html') repeat;
}

.top-menu li img{
height: 26px;
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding: 5px 0px 0px 0px; /*padding inside each tab*/
}

.top-menu li a{
	height: 30px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 15px 0px 18px; /*padding inside each tab*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:center;
	font-weight:bold;
	color:#fff;
	/*border-left: 1px solid white;*/ /*right divider between tabs*/
/*letter-spacing: 20px;*/
color: #FFF;
/*background: #669900;*/
}

.top-menu li a:visited{
	color: #FFF;
}

.top-menu li a:hover{
	background: url('../images/btn_bg_o.jpg') repeat;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
/*background: #AAC882;*/ /*background of tabs for hover state */
}

.top-menu a.selected{
/*background: #AAC882;*/ /*background of tab with "selected" class assigned to its LI */
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
color:1b1b00;
font-size: 10pt;
Font-Family: "Arial", "Helvetica", sans-serif;
text-decoration: none;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #F3FFDB;
/*border: 1px solid #64B8E7;*/
border: 0px solid #08529A;
visibility: hidden;
/*z-index: 100;
border-bottom-width: 0;*/
}

.ddsubmenustyle li {
border-top: 1px solid white;
}

.ddsubmenustyle li a:link{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
/*color: #1b1b00;*/
color: #F3FFDB;
font-size: 9pt;
text-decoration: none;
/*background-color: #F3FFDB;*/
background-color: #08529A;
padding: 4px 5px;
/*border-bottom: 1px solid #003466;*/
}

.ddsubmenustyle li a:visited{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
/*color: #1b1b00;*/
color: #F3FFDB;
text-decoration: none;
/*background-color: #F3FFDB;*/
background-color: #08529A;
padding: 4px 5px;
/*border-bottom: 1px solid #003466;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
text-decoration: none;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #4BB2E2;
color: #08529A;
text-decoration: none;
/*border-bottom: 1px solid #003466;*/
}

.ddsubmenustyle li a:active{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
/*color: #1b1b00;*/
color: #F3FFDB;
text-decoration: none;
/*background-color: #F3FFDB;*/
background-color: #08529A;
padding: 5px 5px;
/*border-bottom: 1px solid #669900;*/
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 8px;
left: 190px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
		color: #1b1b00;
		text-decoration:none;
}

.blackwhite li a:hover{
		color: #000000;
		/*font-weight: bold;*/
		text-decoration:none;
}
