.consonamenu ul {
	padding: 7px 0px 7px 0px;
	margin-left: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px Arial, Verdana ms sans serif,san serif, geneva;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	/*background: url(http://192.168.202.99/images/nav-back.gif) top center repeat-x;*/
	width: 670px;
	font-weight : bold;
}

* html .consonamenu ul { /*IE only hack*/
}

.consonamenu li {
	display: inline;
	margin: 0px;
}

.consonamenu li a {/*main tab style */
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	margin-right: 1px;
	margin-left: -1px;
	border-top: 0px solid #f86c05;
	border-left: 0px solid #f86c05;
	border-right: 0px solid #f86c05;
	border-bottom: 0px solid #f86c05;
	color: #2E7BA5;	/*#0067AD;*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
}

.consonamenu li a:visited {
	color: #2E7BA5;
}

.consonamenu li a:hover {
	text-decoration: none;
	color: #307AA7;	/*#0074bf;*/
	border-bottom: 0px;
}

.consonamenu a.selected { /*selected main tab style */
	/*background-color:;*/
	border-top: 0px solid;
	border-left: 0px solid ;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-bottom-width: 0px;
	margin-left: -1px;
	color: #0074bf;
}

.consonamenu a.selected { /*selected main tab style */
	text-decoration: none;
}

a.topNav {
	color: #2E7BA5;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

a.topNav:hover {
	color: black;
	text-decoration: none;
}

