.bar {
	line-height: 20px;
	text-indent: 0px;
	background-color: #9a999b;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
}

.menu {
	line-height: 20px;
    text-valign: center;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
}

.menuRollover {
	line-height: 20px;
    text-valign: center;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
}

.itemBorder {
    border: #FFFFFF 1px solid;   
    background: #375577;  /* Newly Added */
} 

.itemBorderRollover {
    border: #FFFFFF 1px solid;   
    background: #6F90B1;  /* Newly Added */
} 
