
.mainMenu-cp {
	width: 982px; 
	height: 46px; 
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.mattblackmenu ul {
	width: 982px;
	height: 36px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	}

.mattblackmenu li {
	display: inline;
	margin: 0;
	}

.mattblackmenu li a {
	float: left;
	display: block;
	background: url(../images/menuBg.jpg) no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 8px 2px 0 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	}

.mattblackmenu li a:visited {
	color: #fff;
	}

.mattblackmenu li a:hover {
	background: url(../images/activeMenuBg-hover.jpg) no-repeat;
	color: #fff;
	}

.mattblackmenu a.selected {
	background: url(../images/selectedmenu.jpg) no-repeat;
	color: #fff;
	}
	
	
.mattblackmenu a.active {
	background: url(../images/activeMenuBg.jpg) no-repeat;
	color: #525252;
	}
		

/*--------------------------------*/

.ddsubmenustyle, 
.ddsubmenustyle ul {
	border: #686868 solid 1px;
	background: #454545;	
	font: normal 12px Verdana;
	margin: 0;
	padding: 10px 10px 20px 10px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-top-width: 0;
	visibility: hidden;
	z-index: 100;
	}

.ddsubmenustyle li a {
	display: block;
	width: 180px; 
	color: black;
	background: #454545;
	text-decoration: none;
	border-bottom: #686868 dotted 1px;		
	padding: 6px 10px 6px 20px;
	color: #d7d7d7;
	font-weight: bold;
	font-size: 12px;
	}

*html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px;
	}

.ddsubmenustyle li a:hover {
	color: #ba1d1d;
	}
	
.ddsubmenustyle li a:visited {
	color: #ba1d1d;
	text-decoration: none;
	}	

/*  Neutral CSS  */

.downarrowpointer {
	padding-left: 5px;
	border: 0;
	}

.rightarrowpointer {
	position: absolute;
	padding-top: 4px;
	left: 100px;
	border: 0;
	}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}
