﻿/* MENU */


/* STANDARD */
a:link
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #4e4e4e;
}

a:visited
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #4e4e4e;
}

a:hover
{
	background-color: #414199;
	
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
}

a:active
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #4e4e4e;
}

/* SUBMENU */
*html a.SUBMENU:link
{
	width: 260px;
	height: 34px;
	
	background-color: #aab5af;
	
	padding: 10px 10px 10px 10px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
}

*html a.SUBMENU:visited
{
	width: 260px;
	height: 34px;
	
	background-color: #aab5af;
	
	padding: 10px 10px 10px 10px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
}

*html a.SUBMENU:hover
{
	width: 260px;
	height: 34px;
	
	background-color: #414199;
	
	padding: 10px 10px 10px 10px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
}

*html a.SUBMENU:active
{
	width: 260px;
	height: 34px;
	
	background-color: #aab5af;
	
	padding: 10px 10px 10px 10px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
}

a.SUBMENU:link
{
	width: 260px;
	/*height: 34px;*/
	
	display: block;
	
	background-color: #aab5af;
	
	padding: 10px 0px 10px 0px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
	
	vertical-align: middle;
}

a.SUBMENU:visited
{
	width: 260px;
	/*height: 34px;*/
	
	display: block;
	
	background-color: #aab5af;
	
	padding: 10px 0px 10px 0px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
	
	vertical-align: middle;
}

a.SUBMENU:hover
{
	width: 260px;
	/*height: 34px;*/
	
	background-color: #414199;
	
	padding: 10px 0px 10px 0px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
	
	vertical-align: middle;
}

a.SUBMENU:active
{
	width: 260px;
	/*height: 34px;*/
	
	background-color: #aab5af;
	
	padding: 10px 0px 10px 0px;
	
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: black;
	
	vertical-align: middle;
}