#menu{
width: 170px; /*width of menu*/
font-size:90%;
}

#menu .headerbar{
	color: white;
	background: black url(media/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul{

list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#menu ul li a{
	color: #7C7A77;
	display: block;
	padding: 0.1em 0;
	padding-left: 0.2em; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #006699;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li a:visited{
color: #7C7A77;
}

#menu ul li a:hover{ /*hover state CSS*/
color: #006699;
background-color: #CCCCCC;
}
.mattblacktabs{
        margin-top:15px;
	width: 800px;
	overflow: hidden;
	margin-left: 0px;
	margin-right:0px;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 5px; /*offset of tabs relative to browser left edge*/
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 330px;
}

.mattblacktabs li{

	display: inline;
	margin: 0;

}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	color: #ffffff;

}

.mattblacktabs li a:visited{
color:#F6ECDB;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	text-decoration: underline;
        color:#680001;
}

