/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-left: 0px;
padding-top: 0;
font-size: 1.4em;
font-family: 맑은 고딕,'Malgun Gothic',돋움,gulim,Verdana,Sans-Serif,tahoma;
list-style-type: none;
font-weight:bold;

/*background: #f05b09;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0 auto;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:10px auto 0;
width:150px;
height:25px;
padding:10px 0 15px 0; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
color: #333;
background: f05b09;
}

.mattblackmenu li a:visited{
color: #333;
}

.mattblackmenu li a:hover{
color: #000;
/*background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
}
