@charset "utf-8";
/* CSS Document */


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul
{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	/*
	border-bottom: 1px solid gray;
	background: #414141;
	*/
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
	padding:0px;
}

.mattblackmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	/* padding: 6px 8px; */ /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}



/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul
{ /*topmost and sub ULs, respectively*/
	font: normal 12px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	/* background: #dc7d0b; */
	border: 1px solid #dc7d0b;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	
	border-top-width: 0;
	
}


.ie7 .ddsubmenustyle li a 
{
	display: inline-block;
	
}

.win.gecko .ddsubmenustyle li a 
{
	display: block;
}

.ddsubmenustyle li a
{
	/* display: block; */
	
	width: 166px; /*width of menu (not including side paddings)*/
	color: #494947;
	
	text-decoration: none;
	padding: 4px 5px;
	/*
	border-bottom: 1px solid #dc7d0b;
	
	background-image: url('images/st_bg3.gif'); 
	
	
	
	*/
	
	padding-left:7px;
	
}

.ddsubmenustyle li a.arrow
{	background-image: url('images/st_bg2.gif');
	
}

* html .ddsubmenustyle li
{ /*IE6 CSS hack*/
	display: inline-block;
	width: 166px; /*width of menu (include side paddings of LI A*/
	
	line-height:24px;
	
	/* background-image: url('images/st_bg3.gif'); */
	height:24px;
	border-bottom: 1px solid #dc7d0b;
	
	
}

.ddsubmenustyle li.noarrow
{	background-image: url('images/st_bg3.gif');
	
}

.ddsubmenustyle li.arrow
{	background-image: url('images/st_bg2.gif');
	
}

.ddsubmenustyle li.memberclm
{	
	width: 107px;
	border-right: 1px solid #dc7d0b;
	background-image: url('images/st_bg3.gif');
}


.ddsubmenustyle li.subli
{
	background-image: url('images/st_bg3.gif');
}
.ddsubmenustyle li a:hover
{
	color: #1d1d1c;
	
}







/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



