
#mainMenu {
	font-size: 0.85em;
	padding: 0;
	margin: 0;
	text-align: right;
	background: transparent;
}

#homeNavItem {
	text-align: left;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 5px;
	border-top: none;
	list-style: none;
	background: #FFF;
}

.navItem {
	text-align: left;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 5px;
	border-top: dotted 1px;
	list-style: none;
	background: #FFF;
}

#mainMenu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #2B4F7B; /*rgb(0, 116, 194)*/
	background: transparent;
}

#mainMenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2B4F7B; /*rgb(0, 116, 194)*/
	background: transparent;
}

#mainMenu a:hover {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #0074C2; /*rgb(43, 79, 123)*/
	background: transparent;
}

#mainMenu a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0C0; /*rgb(43, 79, 123)*/
	background: transparent;
}

#stiIbkMenu {
	font-size: 0.85em;
	text-align: left;
	display: block;
	margin: 55px 10px 0px 10px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background: #FFF;
}

#stiIbkHome:link, #stiIbkHome:visited {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	color: #444;
	background: transparent;
}

#stiIbkHome:hover, #stiIbkHome:active {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	color: #2B4F7B;
	background: transparent;
}

#stiIbkMenu ul {
	margin: 0px;
	padding: 0px;
}

#stiIbkMenu li {
	text-align: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	list-style: none;
	background: #FFF;
}


.stiNavItem a:link, .stiNavItem a:hover, .stiNavItem a:active, .stiNavItem a:visited {
	font-size: 0.80em;
	color: #0074C2;
	background: transparent;
}


