.staticMenuStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	cursor: pointer;
	text-align: center;
    color: White;	
}

.staticMenuItemStytle
{
	background-color: #9097aa;
	border-right: 1px solid white;   
    color: White;
    text-align: center;
}

.staticHoverStyle 
{
	border-right: 1px solid white;    
	background-color: #64718d;
}

/* popup */


.dynamicMenuStyle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    filter:progid:DXImageTransform.Microsoft.Shadow(strength=2, color=silver,direction=135);    
	background-color: #FFFBF7;
	cursor: pointer;
	background-image: url(Images/popup.gif);
    background-repeat:repeat-y;
    border: 1px solid silver;
}

.dynamicHoverStyle
{
    background-color: #cd9c9f; /* Red color */
    color: White;
}

.dynamicMenuItemStyle 
{
    color: Black;
    padding-left: 35px;
    padding-right: 1px;
}
