﻿.horizontal-menu
{
	background-color: Transparent; 
	color: #FFF;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #907D67;
	text-align: center;
	vertical-align: middle;
	height: 29px;	
	font-size: 10px;
}

.horizontal-menu div
{		
	float: left;	
	height: 18px;
	margin: 0px 1px 0px 1px;	
	padding: 11px 0px 0px 0px;			
	background-repeat: repeat-x;
	background-image: url('../../Content/img/bk_hr_menu.png'); 
	text-decoration: none;
}

.horizontal-menu .item-1
{
	width: 54px;
}

.horizontal-menu .item-1-hover, .horizontal-menu .item-1-current
{
	width: 54px;
	background-image: url('../../Content/img/bk_hr_menu_item_54.png');
	background-repeat: no-repeat;		
}

.horizontal-menu .item-2
{
	width: 130px;
}

.horizontal-menu .item-2-hover, .horizontal-menu .item-2-current
{	
	width: 130px;
	background-image: url('../../Content/img/bk_hr_menu_item_130.png');
	background-repeat: no-repeat;
}

.horizontal-menu .item-3
{
	width: 130px;
}

.horizontal-menu .item-3-hover, .horizontal-menu .item-3-current
{		
	width: 130px;
	background-image: url('../../Content/img/bk_hr_menu_item_130.png');
	background-repeat: no-repeat;		
}

.horizontal-menu .item-4
{
	width: 54px;
}

.horizontal-menu .item-4-hover, .horizontal-menu .item-4-current
{	
	width: 54px;	
	background-image: url('../../Content/img/bk_hr_menu_item_54.png');
	background-repeat: no-repeat;	
}

.horizontal-menu .item-5
{
	width: 80px;
}

.horizontal-menu .item-5-hover, .horizontal-menu .item-5-current
{	
	width: 80px;	
	background-image: url('../../Content/img/bk_hr_menu_item_80.png');
	background-repeat: no-repeat;	
}

.horizontal-menu .item-6
{
	width: 80px;
}

.horizontal-menu .item-6-hover, .horizontal-menu .item-6-current
{		
	width: 80px;
	background-image: url('../../Content/img/bk_hr_menu_item_80.png');
	background-repeat: no-repeat;		
}

.horizontal-menu .item-7
{
	width: 54px;
}

.horizontal-menu .item-7-hover, .horizontal-menu .item-7-current
{	
	width: 54px;	
	background-image: url('../../Content/img/bk_hr_menu_item_54.png');
	background-repeat: no-repeat;	
}

.horizontal-menu .item-8
{
	width: 80px;
}

.horizontal-menu .item-8-hover, .horizontal-menu .item-8-current
{	
	width: 80px;	
	background-image: url('../../Content/img/bk_hr_menu_item_80.png');
	background-repeat: no-repeat;	
}

.horizontal-menu .item-9
{
	width: 125px;	
}

.horizontal-menu .item-9-hover, .horizontal-menu .item-9-current
{	
	width: 125px;	
	background-image: url('../../Content/img/bk_hr_menu_item_125.png');
	background-repeat: no-repeat;		
}

.horizontal-menu a, .horizontal-menu a:link, .horizontal-menu a:visited, .horizontal-menu a:hover, .horizontal-menu a:focus, .horizontal-menu a:active
{
	text-decoration: none;
	color: #FFF;
	font-weight:bold; 		
}

