﻿/* AllAges op custom styles */

.Menu 
{
	background-color:Silver;/*#6    #2C4182  Lime ;*/
	border-style:solid;
	border-color:#000000;/*#5  #2C4182  Lime border-spacing:0px; ;*/
	
	border-width:thin;
}


.Menu tr td div 
{
/* this is the seperator */
/* not used */
/*   background-color:Lime !important;*/
/* background-color:Lime /*;Lime;  border:solid 2 Yellow;
height:20px; */ 
 
}
  

.ItemTop
{
	font: 9pt Tahoma;
	color: #ffffdd;  /* #2 Text */
	background-image: url('mItemHBack.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FF0000;/*#1  Pinkish; */
	padding:2px 10px 2px 25px;
	/*2px 10px 2px 20px;  width:180px; border-style:inset dotted; border-right-width:thick;
	border-left-width:thick; border-spacing:0px;*/
	
	border-style:solid;
	border-color:#000000; /*#4 Border   */
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	font-weight: bold;
}

 .ItemTop a, .ItemTop a:visited 
 {
  color : #f3ebd1;/* #2 Text */
  text-decoration:none;

 }
 
 .ItemHover
{
	font: 9pt Tahoma;
	color: #000000; /* #2 menu text */
	background-image: url('mItemSBack.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FF0000;/*#1  Pinkish; */
	padding:2px 10px 2px 25px;
	border-style:solid;
	border-color:#2C4182;
	width:180px;
border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	font-weight: bold;
}

.SubMenu 
{
	background-color: #003366;/* #7  #eC4722 ; */
    
}
.MenuSelected
{
 font: 9pt Tahoma;
	color: #000000; /* #2 menu text */
	background-image: url('mItemSBack.gif');
    background-repeat: repeat-x;
    background-position: top;
	background-color:#FFFFFF;/*#1  Pinkish; */
	padding:2px 10px 2px 25px;
 	border-style:solid;
	border-color:#2C4182;
	 width:180px;
	 font-weight: bold;
}




.SubMenuItem
{
	font: 9pt Tahoma;
	color: #ffffdd;/* #2 Text */
	background-color:#94ade2;/*3 Main Blue Menu   ;*/
	padding: 2px 10px 2px 25px;  
	/*2px 10px 2px 20px;  width:180px; border-style:inset dotted; border-right-width:thick;
	border-left-width:thick; */
	
	border-style:solid;
	border-color:#000099; /*#4 Border   */
	border-width: 1px; 
	font-weight: bold;  
}

 .SubMenuItem a, .SubMenuItem a:visited 
 {
  color : white;/* #2 Text */
  text-decoration:none;

 }
 
 
 .SubMenuItemHover
{
	font: 9pt Tahoma;
	color: #000000; /* #2 menu text */
	background-color:#809EDD;/*#1  Pinkish; */
	padding:2px 10px 2px 25px;
border-style:solid;
	border-color:#2C4182;
	 width:180px;
	 font-weight: bold;
}

.SubMenuSelected
{
 font: 9pt Tahoma;
	color: #000000; /* #2 menu text */
	
	background-color:#809EDD;/*#1  Pinkish; */
	padding:2px 10px 2px 25px;
 	border-style:solid;
	border-color:#2C4182;
	 width:180px;
	 font-weight: bold;
}

