﻿/* --------- TOPBAR -----------*/

.topbar_text
{
    font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
    color: #CEE8FF;
	font-weight: bold;	
}

.menuAdminImg
{
	margin: -4px;
	border: 0;
}

/* --------- MiddleMenu -----------*/

.middlemenu_on:link 
{
    font-family:Tahoma;
    font-size:11px;
    font-weight: bold;
	color:#222477; 
	text-decoration: none;
	
}

.middlemenu_on:visited {
	font-family:Tahoma;
    font-size:11px;
	color: #222477; 
    font-weight: bold;
    text-decoration: none;
	
}

.middlemenu_on:hover {
	font-family:Tahoma;
    font-size:11px;
	color: #222477; 
	text-decoration: underline;
}

.middlemenu_off:link 
{
    font-family:Tahoma;
    font-size:11px;
    font-weight: bold;
	color:white;
	text-decoration: none; 
	
}

.middlemenu_off:visited {
	font-family:Tahoma;
    font-size:11px;
	color: white; 
    font-weight: bold;
    text-decoration: none;
	
}

.middlemenu_off:hover {
	font-family:Tahoma;
    font-size:11px;
	color: white; 
	text-decoration: underline;
}
