div.menu3
{
    /*width:600px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    font-size:0;
    height: 2px;    
    *position:relative;*top:1px;/*Hacks for IE6 & IE7 */    
}

div.menu3 a
{
    border-left:1px solid #CAD0DB; border-right:1px solid #CAD0DB; border-top:1px solid #CAD0DB; 
	display: inline-block;
    margin-right:6px; /* It specifies the distance between each tab */
    background:#f7f7f7;
    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:bold; font-size:12px; font-family:verdana; padding-left:13px;
     padding-right:13px; padding-top:0; padding-bottom:0
}

div.menu3 a:hover, div.menu3 a.current
{
    background:#660202;
    line-height: 30px;
    color:#ffffff;
}

div.menu3sub
{
    height:12px;
    border:1px solid #CAD0DB;
    background:#00486A;
}