#navigation_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
	word-spacing: 8px;
	display: marker;
	cursor: text;
	filter: Mask(Color=12);
}
.tabStripTab {
	background-image: url('../images/tab_back.gif');
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	width: 105px;
	color:white;
	text-align: center;
	font-size: 11px;
}
.tabStripTab a {
	color:white;
	text-decoration:none;
}
.tabStripTab a:link
{
	color:white;
	text-decoration:none;
}
.tabStripTab a:visited
{
	color:white;
	text-decoration:none;
}
.tabStripTab a:hover
{
	text-decoration:none;	
	color: #0036AA;
}
