/* CSS Document */
*img, *div, *input { behavior: url("iepngfix.htc") }

#ddtopmenubar{ padding: 0;
	margin: 0;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 10px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 90px; /*width of menu (not including side paddings)*/
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	border: solid 1px transparent; !important
	*border: solid 1px transparent; !important
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 80px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover{
	color: white;
	border: solid 1px #9999CC;
}

/* ######### 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;
	display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu{padding: 0;
	margin: 0;
	}

.mattblackmenu ul{
	margin: 0 ;
	padding: 0;
	font: normal 10px Verdana;
	list-style-type: none;
	width: 276px;
	float:right;
}

.mattblackmenu li{
	float:left;
	margin: 0;
	padding: 0;
	height:51px;}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	line-height: 35px;
	height: 51px;
	width: 90px;
	background: url(../images/topnav_bg.png) right bottom no-repeat;
}

.mattblackmenu li a span{ padding: 0 0 0 20px;

}


.mattblackmenu li a:hover{
	background: url(../images/topnav_bg.png) right bottom no-repeat;
	color:#FFFFFF;
	behavior: url("iepngfix.htc");
	*behavior: url("iepngfix.htc");
}

.mattblackmenu a.selected{
	color:#FFFFFF;
	background: url(../images/topnav_bg.png) right bottom no-repeat;
   behavior: url("iepngfix.htc");
	*behavior: url("iepngfix.htc");
}
.mattblackmenu a.active{
	color:#FFFFFF;
	background: url(../images/topnav_bg.png) right bottom no-repeat;
   behavior: url("iepngfix.htc");
	*behavior: url("iepngfix.htc");
}