﻿.BulletedMenu
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;		
}

.BulletedMenuItem
{
	color: black;	
	text-decoration:none;
	font-size: 9pt;	
	font-family: verdana, arial, helvetica, sans-serif;		
	
}

:hover.BulletedMenuItem {color: #0099CC; font-weight: normal }

a:.MenuItem {
  margin           : 0px;
  padding          : 0px;
  font-size        : 19px;
  width            : 100%;
  background-color : #E5E5E5;
  text-indent      : 0px
}
a:.MenuItem link {
  padding          : 0px 0px 0px 5px;
  font-size        : 12px;
  width            : 100%;
  background-color : #E5E5E5;
  text-indent      : 0px;
}
a:link.MenuItem, a:visited.MenuItem {
  display          : block;
  font-size        : 11px;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #BCB778;
  background-color :#E5E5E5;
  font-weight      : normal;
  padding          : 2px 0px 2px 5px;
  color            : black;
  width            : 100%;
  text-indent      : 0px;
  text-decoration  : none;
}
a:hover.MenuItem {
  background-color : #D9D9D9;
  color            : #0099CC;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  text-indent      : 0px;
}

table.MenuTable {
  width		   : 100%;
  table-layout	   : auto;
  border      : 0px solid black;
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  color            : black;
  background-color : White;
}

table.MenuTable th 
{
  font-size        : 12px;	
  font-weight      : bold;
  text-align       : left;
  height           : 21px;
  line-height      : 21px;
  text-indent      : 8px;
  letter-spacing   : 0px;
  color            : #FFFFFF;  
  background-color : #993333;
  background-image : url(/common/images/vbsfadedtitle.jpg); 
}

.MenuFooter
{
  padding          : 3px 3px 3px 3px;
  font-size        : 10px;
  width            : 100%;  
  text-indent      : 0px;
  color            : black;
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  background-color : #E5E5E5;
}

.MenuFooterLinks
{
  font-size	   : 10px;
  color		   : black;
  text-decoration  : none;
  font-weight	   : bold;
 }

:hover.MenuFooterLinks {color: #0099CC; font-weight: bold }
