
.navigation-parent {
	
	position:static;
	
}

.navigation-parent img 
{
    border-width:0px;
}

.navigation-parent a,
.navigation-parent a:link,
.navigation-parent a:visited {
	color:#ffffff;
	display:list-item;
	text-decoration:none;
	float:left;
	list-style-type:none;
	
}

.inner-nav-parent {
	margin:0em;
}

.navigation-parent a:hover {
	color:#ffffff;
	background:navy;
		
}

/*
.navigation-holder {
	background:#1d5693;
	z-index: 1000;
}*/
.navigation a {
	font-size:11px;
}

.navigation {
	height:28px;
	z-index: 1000;
}
.navigaiton-print {
	height:4px
}

.navigation a,
.navigation a:link,
.navigation a:visited {
	color:#ffffff;
	display:list-item;
	padding:0px 12px 4px 5px;
	text-decoration:none;
	float:left;
	list-style-type:none;
	line-height:16px;
	margin-top:4px;

	
}

.navigation a:hover {
	color:#ffffff;
	background:#688FCA;
	
}

.anylinkcss {
	/*position:fixed;*/
	position:absolute;
	left:-1000px;
	margin:0em;
	
	visibility: hidden;
	font-size:10px;
	z-index: 1000;
	background-color: #213D89;
	/* */
	width: 180px;
	

}

html>body .anylinkcss {
		position/**/:/**/fixed;
		}

.anylinkcss a, 
.anylinkcss a:link, 
.anylinkcss a:visited {
	font-size:10px;
	z-index: 9900;
	display:block;
	/* */
	padding: 3px 0px 3px 12px;
	text-decoration: none;
	color:#ffffaa;
	line-height: 150%;
	margin-top:0px;
	width: 168px !important;
	width: 168px;
	width/**/:/**/180px;
	/*text-transform:uppercase;*/
}


/*hover background color*/
	.anylinkcss a:hover { 
	background-color: navy;
	color: #ffffcc;
}








/* text version of nav while getting the sections set up, will likely copy into a image/text hybrid drop down */
.navparent-textnav 
{
    clear:both;
    height:24px;
    background:#213D89;
    font-family:Tahoma;
    font-weight:bold;
}

.navparent-textnav a,
.navparent-textnav a:link,
.navparent-textnav a:visited
{
    display:block;
    height:24px;
    float:left;
    padding:0em 1.2em;
    line-height : 24px;
    color:#eeeeee;
    text-decoration:none;
    text-transform:uppercase;
    font-size:1.1em;
    border-right:#eeeeee dotted 1px;
}

.navparent-textnav a:hover
{
    background:#336699;
    color:#ffffff;
}