.newsMenu {
	text-decoration: none;
	width: 182px;
	margin-top: 286px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 12.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	position: absolute;
	font-weight: bold;
	color: #005481;
}

/* remove all the bullets, borders and padding from the default list styling */
.newsMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:181px;
}
/* hack for IE5.5 */
* html .newsMenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
/*.menuVertical li {
	position:absolute;
	background-color: #b5a8a1;
}*/

/* get rid of the table */
.newsMenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:11px;}

/* style the links */
.newsMenu a, .newsMenu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:181px;
	text-indent:6px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #005481;
	font-family: Arial, Helvetica, sans-serif;
	color: #072637;
}
/* hack for IE5.5 */
/** html .newsMenu a, * html .newsMenu a:visited {background:#b5a8a1; width:150px; w\idth:149px;}*/
/* style the link hover */
* html .newsMenu a:hover {
	color:#fff; 
	background:#b5a8a1;
	width: 181px;
	}

.newsMenu :hover > a {
color:#fff; 
background:#b5a8a1;
}

.newsMenuboldNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #312823;
	text-indent: 4px;
}
