﻿
.menu
{
	border: solid 1px black;
	background-color: #3B46B7;
}
#clientmenu a
{
	color: White;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
	padding: 5px 8px 5px 8px;
}
#clientmenu a:visited
{
	color: White;
	text-decoration: none;
}
#clientmenu a:hover
{
	border: solid 1px white;
	background-color: #F94824;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
}
.menutext
{
	font-family: verdana;
	font-size: 12px;
	color: White;
	font-weight: bold;	
	text-align: center;
	padding: 5px;	
}
#accountmenu td
{
	text-align: center;
	border: solid 1px #3B46B7;
	padding: 4px 5px 4px 5px;
}
#accountmenu a
{
	color: #3B46B7;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
#accountmenu a:visited
{
	text-decoration: none;
}
#accountmenu a:hover
{
	text-decoration: underline;
}