/* 
    Document   : f_menu
    Created on : May 15, 2013, 3:33:31 PM
    Author     : ben
    Description:
        Purpose of the stylesheet follows.
*/

#tabs {

    padding:0px;
    width:905px;
    
    margin:0px auto;
    float:none;
    font-family: "Microsoft Sans Serif";
    font-size: 11px;
    font-weight: bold;

    padding-bottom: 0px;
    height: 30px;
    padding: 0px;
    padding-left: 1px;
}
#tabs ul {
    float:left;
    background: white;
    width:100%;
    padding:0px;

    margin:0px;
}
#tabs li {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    list-style: none ;
    vertical-align: central;
}
* html #tabs li {
    display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
    float: left;
    width: 112px;
    margin-right: 1px;
  
}
#tabs ul li a {
    background-image: url(images/grey112.jpg);
    background-repeat: no-repeat;
    text-decoration: none;

    color: midnightblue;
    border:none;
    outline:none;
    line-height: 30px;
    width: 112px;
   
}
#tabs ul li.active {
    /* background: #FFFFFF url(img/nav-right.gif) no-repeat right top;*/
    background-image: url(images/darkerblue112.png);
    background-repeat: no-repeat;

    color: #ffffff;
    line-height: 30px;
    width: 112px;
  

}
#tabs ul li.active a {
    /* background: url(img/nav-left.gif) no-repeat left top;*/
    background-image: url(images/darkerblue112.png) ;
    background-repeat: no-repeat;
    color: #ffffff;

    outline:none;
    line-height: 30px;
    width: 112px;
   
}
#tabs ul li.activeContent a {
    /* background: url(img/nav-left.gif) no-repeat left top;*/
   
    background-repeat: no-repeat;
    color: cyan;
    outline:none;
    line-height: 30px;
    width: 112px;
   
}