﻿/* Menu Links (It was done this way to make the page tool work also) */
A.left_menu:link {
	color: #404040; font-family: Verdana; font-size: 9pt !important; 
	text-decoration: none; display:block;
}
A.left_menu:visited {
	color: #404040; font-family: Verdana; font-size: 9pt !important; 
	text-decoration: none; display:block;
}
.NavOnMouseOver{
	background-color: #E7EFFF;
}
.NavOnMouseOut{
	background-color: #d1dee5;
}

/* Left Menu BGColor */
.MenuBGColor{
	 background-color: #d1dee5 !important;
	 color:#404040;
}

/*  Menu Title */
.MenuTitle {
	color: #000080 !important; font-family: Verdana !important; display:block;
	font-size: 10pt !important; text-decoration: none; font-weight:bold;
}
.MenuTitle:hover { 
	color: #000080 !important; font-family: Verdana !important; display:block;
	font-size: 10pt !important; text-decoration: none; font-weight:bold; 
}

/*  Menu Divider <hr> */
.MenuDiv{
	color: #808080; height: 1px; max-width:50px; width:190px
}

/*  Links Under the Top Logo */
a.TopLinks:active, a.TopLinks:visited, a.TopLinks:link 
{
	font-family:Verdana,; 
	color:#FFFFFF; 
	text-decoration : None;
	font-weight: bold;   } 
a.TopLinks:hover 
{
	font-family:Verdana; 
	color:#D1DEE5; 
	text-decoration : None;
	font-weight: bold;    } 
