﻿.level1
{
    color: #001b98;
    font-weight: bold;
  
}

.level2
{
    color: #001b98;
    font-weight: bold;
  
}

.level3
{
   color: #001b98;
   font-weight: bold;
   background-color:#e1effa;
   padding:2px;
   
}

.hoverstyle
{
    font-weight: bold;
}
       
.dynamicHoverStyle
{
    color: #001b98;
    font-weight: bold;
    background-color:#e1effa;
}  

/*
menuitem
{
	color: #001b98;
	font-weight: bold;
}

menuitemhover
{
	color: #89c2f7;
	font-weight: bold;
}

menuactionoffer
{
	color: #d560d2;
}

submenu
{
	border: solid 1px black;
}

submenu table
{
	background-color: #e1effa;
}

submenu table a
{
	color: #001b98;
}

submenu table a:hover
{
	color: #89c2f7;
}

