﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 1px;
padding: 0;
font: 12px Verdana;
list-style-type: none;
/*border:1px solid #004662;*/
border-bottom: 2px solid #004662;
background: #004662;
overflow: hidden;
width: 801px;
line-height:0.8em;
}

.mattblackmenu li{
display: inline;
margin: 0;

}



.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #004662;
width: 93px;
text-align: center;
}
.mattblackmenu a.selected{
background: white; 
color: #004662;
width: 93px;
}
.mattblackmenu li a:hover{
	background: #004662;
	background: #a0c1d2;
	color:#fff;
/*color: black; /*background of tabs for hover state */
}

#home {
	width: 75px;
}
#aboutus {
}
#core {
}
#worship {
}
#mag {
	width: 104px;
}
#involved {
	width: 131px;
}
#contact {
}

