﻿.menu_main_static
{
    float:left;
	height:36px;
	width:auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;
	
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	line-height: 36px;
	text-transform: uppercase;
	color:  #5D5F13;
	text-decoration: none;
	text-align: center;
	height: 36px;
}
.menu_main_static:hover
{
 float:left;
	height:36px;
	width:auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left:5px;
		
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	line-height: 36px;
	text-transform: uppercase;
	color:  #000000;
	text-decoration: none;
	text-align: center;
	height: 36px;
	
}

.menu_main_dynamic
{
    float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5F13;
	line-height: 27px;
	width: 165px;
	text-decoration: none;
	padding-left: 5px;	
	text-transform: uppercase;
	border-top:1px solid #B4AE75;
	border-left:1px solid #B4AE75;
	border-right:1px solid #B4AE75;
	background-color: #D9D09F;
}
.menu_main_dynamic:hover
{
	float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 27px;
	width: 165px;
	text-decoration: none;
	padding-left:5px;
	text-transform: uppercase;
	border-top:1px solid #B4AE75;
	border-left:1px solid #B4AE75;
	border-right:1px solid #B4AE75;
	background-color: #D9D09F;
	
}

.menu_inner_static  {
	float:left;
	height:36px;
	width:auto;	
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;	
	
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
}
.menu_inner_static:hover
{
    float:left;
	height:36px;
	width:auto;	
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;	
	
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	line-height: 36px;
	text-transform: uppercase;	
	text-decoration: none;
	text-align: center;
	color: #A6C904;	
}

