﻿.menuItem_Ana , .menuItem_Ana a, .menuItem_Ana tr, .menuItem_Ana td
{
	background-color:White;
/*background-image : url(../images/tab_bg.gif);*/
    font-size:small;
	font-weight:bolder;
    padding:  1px  2px 0px 2px;
    color: Black;
	height:20px;
    text-decoration: none;   
    vertical-align:middle;
}
.menuItem_Sub, .menuItem_Sub a , .menuItem_Sub tr ,.menuItem_Sub td
{
	background-color:White;
/*background-image : url(../images/tab_bg.gif);*/
    font-size:small;
	font-weight: normal;
    color: Black;
    padding:  1px  2px 0px 2px;
	height:20px;
    text-decoration: none;   
    vertical-align:middle;
}



.dynamicMenu 
        {
			text-decoration: none;
			cursor:default;
			border:Solid 1px #989898;
            /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');*/
        }


.menuItemHover_Ana, .menuItemHover_Ana tr,.menuItemHover_Ana a, .menuItemHover_Ana td
{
    /*color: white;*/
    /*background-color:Red;*/
    font-size:small;
    font-weight: bolder;	
    padding:  1px   2px 0px 2px;
	height:20px;    
    text-decoration: none;
}

.menuItemHover_Sub, .menuItemHover_Sub tr, .menuItemHover_Sub a, .menuItemHover_Sub td
{
    color: white;
    background-color:Red;
    font-size:small;
    font-weight:normal;	
    padding:  1px  2px 0px 2px;
	height:20px;
}
