 /* SideMenu  */
.MenuHdr
{  
  background-color: #268cbe;
  color:#ffffff;
  font-family: MS Sans Serif, Tahoma, sans-serif; 
  font-weight: bold; 
  font-size:  12px;
  padding-left: 10px; 
  padding-bottom: 2px; 
  padding-top: 2px; 
  cursor: default;
}
.MenuItem HR
{
  background-color: transparent; 
  font-family: MS Sans Serif, Tahoma, sans-serif; 
  font-weight: normal; 
  font-size:  12px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  font-family: MS Sans Serif, Tahoma, sans-serif; 
  font-weight: normal; 
  font-size:  12px;
  background-position: right top;
  /*background-image: url(images/menuarrow-bg.gif);*/
  background-repeat: no-repeat;  border: #00008B 1px solid;
  background-color: #7bb1df;  
}

.MenuItem, .MenuItemMouseOver
{
  font-family: MS Sans Serif, Tahoma, sans-serif; 
  font-weight: normal; 
  font-size:  12px;
  padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px;
  border: #f1f1f1 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{
  color: #696969;
}

/* Member Directory*/
.line {
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;f;
	font-size: 20px;
	line-height: 20px;
	background-color: f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.white {
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-size: x-small;
	line-height: 20px;
}
.text {
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;f;
	font-size: x-small;
	line-height: 20px;
	color: 333333;
}

