.contactMenu {
	text-decoration: none;
	margin-top: 305px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 12.5px;
	width: 181px;
	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 */
.contactMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:181px;
}
/* hack for IE5.5 */
* html .contactMenu 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 */
.contactMenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:11px;}

/* style the links */
.contactMenu a, .contactMenu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:179px;
	text-indent:4px;
	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;
	background-color: #b5cedb;
}
/* hack for IE5.5 */
/** html .contactMenu a, * html .contactMenu a:visited {background:#b5a8a1; width:150px; w\idth:149px;}*/
/* style the link hover */
* html .contactMenu a:hover {color:#fff; background:#b5a8a1;}

.contactMenu :hover > a {
color:#fff; 
background:#b5a8a1;
}

.contactMenuboldNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #312823;
	text-indent: 4px;
}
