/*========================================================*/
/*  SideMenu                                              */
/*========================================================*/


.menu-header0, .MenuHdr0
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #E3DEDF; padding-top: 1px; cursor: default; font-weight:bold;
  border: #E3DEDF 1px solid; 
}
.MenuHdr0
{
	background-color: #cccccc !important;  
}

.menu-header0 A, .menu-header0 A:Active, .menu-header0 A:Hover, .menu-header0 A:Visited, .menu-header0 A:Link,
.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
	 font-size: 10pt; font-weight:bold;
 	 text-decoration: none; color: black; padding-top: 2px;
 	 padding-bottom: 1px; cursor: pointer; display: block; width: 100%;
}

.menu-item0 HR
{
  background-color: #E3DEDF; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.menu-item-hover0
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}

.menu-item0, .menu-item-hover0, .menu-item1, .menu-item-hover1
{
  font-size: 10pt; font-weight: normal; padding-bottom: 1px;
  background-color: #E3DEDF; padding-top: 1px;
  border: #E3DEDF 1px solid; 
}

.menu-item0 a, .menu-item0 a:Active, .menu-item0 a:Hover, .menu-item0 a:Visited, .menu-item0 a:Link, 
.menu-item-hover0 a, .menu-item-hover0 a:Active, .menu-item-hover0 a:Hover, .menu-item-hover0 a:Visited, .menu-item-hover0 a:Link
{
  font-size: 10pt; font-weight: normal;
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
}


.menu-item1 a, .menu-item1 a:Active, .menu-item1 a:Hover, .menu-item1 a:Visited, .menu-item1 a:Link, 
.menu-item-hover1 a, .menu-item-hover1 a:Active, .menu-item-hover1 a:Hover, .menu-item-hover1 a:Visited, .menu-item-hover1 a:Link
{
  font-size: 10pt; font-weight: normal;
  display: block;
  padding-left: 30px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
}

.MenuCurrentPage
{
  color: #696969;
}

