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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #231F20;
	margin: 0px 0px 0px -1px;
	padding:0px;
	position: absolute;
	list-style-type: none;
	background-color:#FFFFFF;
	visibility: hidden;
	z-index: 1000;
	width:225px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	

}


.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: #231F20;

	text-decoration: none;
padding: 3px 10px ;

	/*opacity: 0.8;*/
	
	
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
margin:0px;



/*width of menu (include side paddings of LI A*/
}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;

margin:0px;

padding: 3px 10px ;

/*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #6d6e71;
	text-decoration: none;
	
/*	opacity: 0.8;*/
	
}


/* ######### 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;
}


/* ######### 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;
}

/* ######### Marker List Vertical Menu ######### */



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

.mattblackmenu
{
	padding: 0;
	list-style-type: none;
	width:633px;
	float:right;
	margin-top:72px;
	margin-left:97px;
	position:relative;
	height:24px;


}
.mattblackmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
	z-index:1000;
	height:24px;


}
.mattblackmenu li{
	margin: 0;
	list-style: none;
	float: right;
	height:24px;
	display:block;
	line-height:24px;

	margin-left: 2px;

	text-align:center;
	
}
.mattblackmenu li div
{
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	height:24px;

	float:left;
		background-color:#FFFFFF;
}

.mattblackmenu li div a{
	margin: 0px;
		color: #000000;
	text-decoration: none;
	display: block;
	height:24px;
	float:left;
	text-align:center;
	padding:0px 10px;
	}


.mattblackmenu li div a:hover
{
	display:block;
	color:#00000;
	

	
}
.mattblackmenu li div a.selected
{
display:block;
color:#000000;


}