.top_menu_static
{
	margin-left: 0px;
	
}
.top_menu_static_item
{
	border-right: 1px solid #F1BA63;
	padding-left:7px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:7px;
	height:20px;
    vertical-align:middle;
}
.top_menu_static_item_hover
{
	background-color: #F8D6A2;
	border-right: 1px solid #F1BA63;
}
.top_menu_static_item a 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
}
.top_menu_static_item a:link 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_static_item a:visited 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_static_item a:active 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_static_item a:hover 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_static_item_select
{
	background-color: #000000;
}





.top_menu_dynamic
{
	margin: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #D28914;
}
.top_menu_dynamic_item
{
    font-family:Verdana;
    padding: 1px 10px 1px 10px; /*margin: 0px 0px 0px 0px;*/    
	
	border-right: 1px solid #D28914;
	border-left: 1px solid White;
	background-color: #FBE2C0;
	width:100%;
}

.top_menu_dynamic_item a 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.top_menu_dynamic_item a:link 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_dynamic_item a:visited 
{
	color: #5D5D5D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_dynamic_item a:active 
{
	color: #6D3E00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top_menu_dynamic_item a:hover 
{
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.top_menu_dynamic_item_hover
{
    background-color:#F8D6A2;
    color:Black;
    z-index:1;
    
}

