/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border-bottom: 1px solid gray;*/
   /*background: #414141;*/
    overflow: hidden;
	width: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
}
.mattblackmenu li {
	display: inline;
	margin: 0;
}
.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(../../design_img/bcg_separate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.mattblackmenu li a:visited {
	color: white;
	background-image: url(../../design_img/bcg_separate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.mattblackmenu li a:hover {
	background: transparent; /*background of tabs for hover state */
	color: #FCA519;
	background-image: url(../../design_img/bcg_separate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.mattblackmenu a.selected {
	background: transparent; /*background of tab with "selected" class assigned to its LI */
	background-image: url(../../design_img/bcg_separate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#ddtopmenubar {
	padding:0px;
	height:34px;
	width:auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
