

.MenuDiv
{
	position:absolute;     
	color: #FFFFFF; 
	left:0px;
	bottom:50px;
	z-index:60; 
}

/* submenu-text-items */
.MenuDiv div div span
{
	color:#231F20;
	display:inline-block;	
	text-align: right;
	font-style:italic;
	padding-right: 10px;
	height:auto;
	width:140px;
	font-weight:bold; 			
	font-size: x-small;   
	text-transform:uppercase;
	background-color:#B71D21;
	padding-top: 3px; 
	padding-bottom: 3px;
}

/* all menu items */
.MenuDiv div a, .MenuDiv div div a
{			
   display:inline-block;	   
   text-align: right;
   padding-top: 8px; 
   padding-bottom: 8px;

   font-weight:bold; 
   text-decoration: none;
   font-size: small;
   text-transform: uppercase;

   background-position:right center;
   background-repeat: no-repeat;
   white-space: nowrap;

   left:0px;
   padding-right: 10px;
   background-color:#231F20;

   width:140px;
   border-style:solid;   
   border-color:#FFFFFF;
   border-width:0px;
   border-top-width:1px;
   border-bottom-width:1px;   
}

/* special for mainmenu items */
.MenuDiv div a
{
	height:50;
}

/* special for submenu items */
.MenuDiv div div a 
{
   height:auto;
   border-width:0px;
   font-size: xx-small;   
   text-transform:none;
   background-color:#B71D21;
   padding-top: 5px; 
   padding-bottom: 5px;
}

/* not selected menu */
A.Menu
{      
   color: #FFFFFF;
}

/* not selected menu hover*/
.MenuDiv div.Expanded div a.Menu:hover 
{  
   color: #BBBBBB;    
}

/* not selected menu hover*/
a.Menu:hover 
{  
   color: #BBBBBB;    
}

/* selected mainmenu */
.MenuDiv div.Expanded a /* A.MenuSelected*/
{   
   color: #000000;
   width:140px;
   padding-right: 30px;
   background-image: url(images/selectedArrowRight.gif);   
   background-position: -6px center;
   background-color:Transparent;
   border-width:0px;
}

/* selected submenu */
.MenuDiv div.Expanded div a
{   
   color: #FFFFFF;
   width:140px;
   padding-right: 10px;
   background-image:none;   
   background-color:#B71D21;  
   border-width:0px;
}

/* selected submenu */
.MenuDiv div div A.MenuSelected
{   
   color: #000000;
   width:140px;
   padding-right: 10px;
   /*background-image:none; */
   background-image: url(images/selectedArrowRight.gif);
   background-position: -158px center;
   background-color:#B71D21;  
   border-width:0px;
}

/* selected menu hover */
A.MenuSelected:hover 
{  
   color: #000000; 
}

/* collapsed submenu */
.Collapsed div
{
  display:none;
}

/* expanded submenu */
.Expanded div
{
}

