﻿/* Main menu bar #eeeeee*/

.StaticMenuStyle, .StaticMenuStyle a, .StaticMenuStyle a:active, .StaticMenuStyle a:visited, .StaticMenuStyle a:hover
{
 width:100%;
 background-image: url(images/footer.gif);  
 text-transform: uppercase;
 font-size: 10px;
 font-family: Arial;
 padding-left: 4px;
 padding-right:4px;
 text-align :left;
 color:#545d64;
 }

/* this is the menu items within the menu bar...not to confuse with the menu items that drop down. */
.StaticMenuItemStyle, .StaticMenuItemStyle a, .StaticMenuItemStyle a:active, .StaticMenuItemStyle a:visited, .StaticMenuItemStyle a:hover
{
 text-align :left;
 border: none;
 background-image: none;
 width:75px; 
 height:20px;
 }

/* this is the wrapper around the drop down menu items */
.DynamicMenuStyle, .DynamicMenuStyle a, .DynamicMenuStyle a:active, .DynamicMenuStyle a:visited, .DyanicMenuStyle a:hover
{
 height:20px;
 margin-left: 4px;
 margin-right:4px;
 text-align :center;
 background-image: url(images/footer.gif);  
}

/* these are the actual menu item drop downs*/
.DynamicMenuItemStyle, .DynamicMenuItemStyle a, .DynamicMenuItemStyle a:active, .DynamicMenuItemStyle a:visited
{
 margin-left:0px; 
 height :20px;
 background-color :#626f77;
 text-transform: uppercase;
 font-size: 10px;
 font-family: Arial;
 padding-left: 4px;
 padding-right:4px;
 text-align :left;
 color:white;
 border: solid 1px white;
 background-image: none;
}

.DynamicMenuItemStyle a:hover
{
	text-decoration:underline; 
}