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

.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle ul ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393939;
}


.ddsubmenustyle li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #393939;
	display: block;
	/*width: 120px;*/
	text-align:left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 12px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 13px;
	padding-left: 13px;
*/	line-height: 20px;
	background-color: #000000;/*	height: 38px;
*/
	vertical-align: middle;
}

.ddsubmenustyle img {
	float: left;
	vertical-align: bottom;
	padding-top: 3px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	height:20px;
	width:200px;
	white-space: nowrap;
	overflow:hidden;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	float:left;
	clear:left;
	background-color: #393939;
}
* html #footshadow {	background-image: url(/blank.gif);}/*IE6 CSS hack*/
* html div#container{	background-image: url(/blank.gif);}/*IE6 CSS hack*/


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

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

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

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

	color: #FFFFFF;
	/*background-color: #3A8582;*/
}
#ddtopmenubar {
	width: 100%;
	background-color: #393939;
}
.ddsubmenustyle li a:visited {
	color: #FFFFFF;
	/*background-color: #3A8582;*/
}

.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	background-color: #335AA7;
}
.ddsubmenustyle li a:active {
	color: #FFFFFF;
	/*background-color: #3A8582;*/
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	background-color: #393939;
}

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

.mattblackmenu li a{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
*/	padding-right: 16px;
	padding-left: 16px;
	height: 30px;
	float: left;
	display: block;
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
.mattblackmenu {
	background-color: #393939;

}

div#ddtopmenubar ul{
	background-color: #393939;
	height: 30px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	overflow: hidden;
}

.mattblackmenu li a:link {
	background-color: #393939;
	color: #FFFFFF;
}

.mattblackmenu li a:visited{
	background-color: #393939;
	color: #FFFFFF;
}

.mattblackmenu li a:hover{
	color: #FFFFFF;
	background-color: #335AA7;
}

.mattblackmenu li a.active{
	background-color: #393939;
	color: #FFFFFF;
}
.mattblackmenu  .selected  {
	background-color: #393939;
	color: #FFFFFF;
}
.mattblackmenu li img {
	display: inline;
	margin: 0;
	float: left;
}
