﻿.navigation-wrap {
    border: 0px solid black;
    height: 35px;
    float:right;   
    background: url('../images/menu-background.png') no-repeat center top;
    width:100%;
}

.menu {
    margin: 0px;
    padding: 0px;
    height: 35px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }

.menu a:hover {
    color: Red;
    text-decoration: none;
  } 

.menu ul li
{
    list-style-type: none;   
}


/* Top Menu Item Style */
.StaticMenuItemStyle {
  text-align:center;
  border-left: 1px solid black;
  width:115px;
  padding: 4px 10px 4px 10px;
  color:white;
  
}

/* Top Menu Item Hover Style */
.StaticHoverStyle
{
    background-color: white;
    color: Black;
}


/*Sub Menu Style */
.DynamicMenuStyle
{
    font-size: 12px;
    font-weight: bolder;
    background-color: Red;
    width:150px;

}
/*This is sub menu item */
.DynamicMenuItemStyle
{
    padding: 4px 10px 4px 10px;
    background-color: Gray;
    width:150px;

}

/* Submenu item hover manages the whole block of submenu item */
.DynamicHoverStyle
{
    background-color: White;
    width:150px;
    color:Red;

}

/* Submenu item hover for link*/
.DynamicHoverStyle a:hover
{
    background-color: White;
    width: 115px;
    color:Red;

}
