header{	font: 14px tahoma, sans-serif;	color:#888;	height:37px;	text-align:center;
	padding:0px;	a{color: #aaa; }
}
nav{
	line-height:30px;
	width:820px;
	padding:5px;	      
}
section {
/*	float:left;*/	font: 14px tahoma, sans-serif;
	padding:0px;	     border:0px;}footer {	font: 14px tahoma, sans-serif;
	color:#aaaaaa;	text-align:center;	padding:5px;		a{color: #bbbbbb; }}footer a{color: #bbbbbb;}div.menu
{	width:1260px;	margin:0 left;/*Uncomment this line to make the menu center-aligned.*//*	text-align:center;*/
	text-align:left;    font-size:0;
    height: 22px;    
    *position:relative;*top:1px;/*Hacks for IE6 & IE7 */    
}

div.menu a
{
    display: inline-block;
    padding: 0 18px;
    margin-right:1px; /* It specifies the distance between each tab */
    background:#F7F7F7;
    color:Black;
    text-decoration:none;
    font: normal 12px Arial;
    line-height: 20px;
    border:1px solid #CAD0DB;
    border-bottom:0;
    color:#666;
    vertical-align:top;/*ChangeSet#2*/
    text-decoration:none;
}

div.menu a:hover, div.menu a.current
{
    background:#E9ECF0;
    line-height: 20px;
    color:#000;
}

div.menusub
{   width:1260px;margin:0 left;/*Uncomment this line to make the menu center-aligned.*/     height:6px;
    border:1px solid #CAD0DB;
    background:#E9ECF0;
}