#menubar {
	width: 100%;
	background: #003300 url(../images/bg-menuchrome.gif) center center repeat-x;
	}

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #414141 url(../images/bg-menuchrome.gif) center center repeat-x;
	overflow: hidden;
	width: 640px;
	}

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

.mattblackmenu li a{
	font-style: normal;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 4px 6px 12px; /*padding inside each tab*/
	border-right: 2px solid #003300; /*right divider between tabs*/
	color: white;
	background: #414141;
	width: 110px;
	font-size: 90%;
	background: #214c21 url(../images/bg-menuchrome.gif) center center repeat-x;
	}

.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 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}

.ddsubmenustyle li a{
	font-style: normal;
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: black;
	background-color: lightyellow;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid black;
	}

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

.ddsubmenustyle li a:hover{
	background-color: black;
	color: white;
	}


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