div.menu3
{
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    font-size:0;
    height: 25px;    
    *position:relative;*top:1px;/*Hacks for IE6 & IE7 */    
}

div.menu3 a
{
    border-left:1px solid #660202; border-right:1px solid #660202; border-top:1px solid #660202; display: inline-block;
    margin-right:6px; /* It specifies the distance between each tab */
    background:#FEF5E3;
    color:Black;
    text-decoration:none;
    line-height: 28px;
    border-bottom:0px none;
    color:#666;
    vertical-align:top;/*ChangeSet#2*/
    text-decoration:none; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Arial; padding-left:20px;
     padding-right:20px; padding-top:0; padding-bottom:0
}

div.menu3 a:hover, div.menu3 a.current
{
    background:#FFA947;
    line-height: 25px;
    color:#000;
}

div.menu3sub
{
    height:9px;
    border:1px solid #660202;
    background:#FEF5E3;
}