﻿/* Menu Links (It was done this way to make the page tool work also) */
A.left_menu:link {
	color: #000000; font-family: Verdana; font-size: 9pt !important; 
	text-decoration: none; display:block;
}
A.left_menu:visited {
	color: #000000; font-family: Verdana; font-size: 9pt !important; 
	text-decoration: none; display:block;
}


A.left_menu:hover {
	color: #ffffff; font-family: Verdana; font-size: 9pt !important; 
	text-decoration: none; display:block;
}
.NavOnMouseOver{
	background-color: #858383; /* old:*A80000 */
	
	
}
.NavOnMouseOut{
	background-color: #8b0000;
}

/* Left Menu BGColor */
.MenuBGColor{
	 background-color: #EBE7DF !important;
	 color:White;
}

.SearchColor{
	 background-color: #EBE7DF !important;
	 color:Black;
	 font-weight:bold;
}

.SubSearchColor{
	 background-color: #EBE7DF !important;
	 font-size: 8pt !important; 
	 color:Black;
	 font-weight:bold;
}

/*  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
}


.Contactus:link {
	color: White; font-family: Verdana; font-size: 12pt !important; 
	text-decoration: none; font-weight: bold;
}
.Contactus:visited {
	color: White; font-family: Verdana; font-size: 12pt !important; 
	text-decoration: none; font-weight: bold;
}
.Contactus:hover {
	color: White; font-family: Verdana; font-size: 12pt !important; 
	text-decoration: underline; font-weight: bold;
}
