/**
 * Emazesol
 *
 * An application development framework for PHP 4.3.2 or newer
 *
 * @package		Emazesol
 * @author		Md Khalid Musa Sagar
 * @copyright	Copyright (c) 2010, Emazesol.
 * @link		http://emazesol.com
 * @since		Version 1.0
 */
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 14px Georgia, "Times New Roman", Times, serif;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #414141;*/
background:url(button_bg.jpg);
overflow: hidden;
width: 100%;
height:38px; 
}

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

.mattblackmenu li a{
float:left;
text-align:center;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 0px 0px 0px; /*padding inside each tab*/
/*border-right: 1px solid*/ /*white; right divider between tabs*/
color: #f3cc7d;
width:100%;
height:29px; 
/*background: #414141;*/
}

/*.mattblackmenu li a:visited{
color: black;
}
*/
.mattblackmenu li a.active, .mattblackmenu li a:hover{
background:url(button_bg_hv.jpg); /*background of tabs for hover state */
color: #fcbab1;
}

.mattblackmenu a.selected{
background:url(button_bg_hv.jpg); /*background of tab with "selected" class assigned to its LI */
color: #fcbab1;
}