.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}
	
ul.text_homepage {
	list-style: none;
	padding-left: 5px;
	text-align: left;
	margin-left: 0px;
}

.text_homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	
}
	
.text_homepage_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666 ;
	text-decoration: underline;
	}
	
.text_body_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	line-height: 16px; 
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}
	
.breadcrumb_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333 ;
	text-decoration: none;
	}

ul.nav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	z-index: 1000;
	}

li.nav {
	float: right;
	text-align: right;
	position: relative;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 15px;
	padding-bottom: 4px;
	margin: 0;
	border-width: 0;
	width: auto;
	z-index: 1000;
	}
	
ul.navSecond {
	display: none;
	padding: 0px;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 34px;
	left: 2em;
	background: white;
	width: 250px;
	text-align: left;
	z-index: 1000;
	}

li.navSecond {
	border-left: 1px solid #12548A;
	border-right: 1px solid #12548A;
	border-top: 1px solid #12548A;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 243px;
	z-index: 1000;
	}
	
li.navSecond a {
	border: 0px solid red;
}
	
div.InnerLink {
	width: 243px;
	z-index: 1000;
	cursor: pointer;
}

	
li.navSecond a:hover,
li.navSecond:hover {
	cursor: pointer;
	background: none;
	text-decoration: underline;
	z-index: 1000;
}

li.nav:hover ul.navSecond, li.over ul.navSecond {
	display: block;
	z-index: 1000;
	}
