
 a.menuItem {
	text-align:left;
	text-transform:capitalize;
	color: #CCCCCC;
	font-size: 9px;
	font-weight:bold;
	font-stretch: narrower;
	font-family: arial,sans-serif;
	padding:5px 10px 5px 10px;
	position:relative;
	width:auto;
	height: auto;
	border-right:1px solid #CCCCCC;
	text-decoration: none;
}

.menuItem:hover {
	color: #99CCFF;
	text-shadow: #336699;
	text-decoration: none;
}

a { 
	font-size: 11px;
	font-stretch: narrower;
	width: auto;
	height: 30px;
	color: #0066CC;
	font-family: arial,sans-serif;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a.readMore { 
	font-size: 12px;
	font-weight: bold;
	font-stretch: narrower;
	width: auto;
	height: 30px;
	color: #0066CC;
	font-family: arial,sans-serif;
	text-decoration: none;
}

a.readMore:hover {
	color: #990000;
	text-decoration: none;
}
