﻿/******** Top Menu Home ******************************/
#topMenuHome
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
*html #topMenuHome
{
	height: 90px;
}
#topMenuHome li
{
	float: left;
	padding: 0;
}
*html #topMenuHome li
{
    width: 135px;
}
#topMenuHome li a 
{
	font-family: Trebuchet MS, Times New Roman;
	font-size: 18px;
	text-transform: uppercase;
	color: #9E4722;
	display: block;
	height: 35px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 6;
}
#topMenuHome li a:hover
{
	color: #fff;
}
#topMenuHome li.back
{
	position: absolute;
    background: url(Images/menu-item-bg-home.png) no-repeat top center;
    width: 86px; 
    height: 47px;
    padding-bottom: 50px;
    cursor: none;
}
.fixedMenu
{
	position: fixed;
	right: 10px;
    width: 550px;
	height: 90px;
}
*html .fixedMenu
{
    position:absolute;
    top:expression(eval(document.documentElement.scrollTop));
    z-index: 5;
}
#topMenuHome .currentColor
{
    color: #fff !important;
}
#topMenuHome .defaultCurrentColor
{
    color: #fff !important;
}