.navigation {
border-top:1px solid #0A645A;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 135px;
    background-color: #9ACC99;
    text-decoration: none;
border-bottom:1px solid #0A645A;
    
}

.navitem {
	white-space : nowrap;
    text-decoration : none;
    background-color : #9ACC99;
}

a.navitem:hover,active {
	white-space : nowrap;
	text-decoration: none;
    color: #6392C6;
}

.navitem_open {
	white-space : nowrap;
	text-decoration: none;
	font-weight : bold;
}

a.t:panelNavigation:hover,active {
	white-space : nowrap;
	text-decoration: none;
	font-weight : bold;
    color: #6392C6;
}

.navitem_active {
	white-space : nowrap;
	text-decoration: none;
	font-weight : bold;
    background-color: #6392C6;
	width: 100%;
    color: #FFFFFF;
}

a.navitem_active:hover,active {
	white-space : nowrap;
	text-decoration: none;
	font-weight : bold;
    background-color: #6392C6;
	width: 100%;
    color: #FFFFFF;
}


.navseparator {
    line-height: 12px;
    border-bottom: 1px solid #A2B7C5;
    text-decoration: none;
}

.loginbox {
    
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 150px;
    background-color: #9ACC99;
    border-style: none;
    border: 0px;

}

.headerimage {
	text-align: right;
    border-style: none;
}