﻿

.FrontMenu
{
	padding: 5px 5px 0px 5px;
	margin-left: 2px;
	margin-top: -4px;
}

.FrontMenu .Bar
{
	background: #F6ECA4 url(images/MainPage/bar.jpg) no-repeat top left;
	width: 980px;
	height: 48px;
	position: relative;
}

.FrontMenu .Bar a
{
	color: #FFFFFF;
	font-size: large;
	font-family: Tahoma;
	position: relative;
	top: 7px;
	display: block;
	text-decoration: none;
	padding-right: 6px;
	margin-right: -6px;
	cursor: pointer;
}

.FrontMenu .Bar span.item
{
	line-height: 30px;
	margin: 0px 0px;
	float: left;
	position: relative;
	display: inline;
	cursor: pointer;
	width: 188px;
	text-align: center;
	margin-left: 6px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover
{
	background: transparent url(images/MainPage/hoverRight.gif) no-repeat top right;
	height: 30px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover span
{
	background: transparent url(images/MainPage/hoverLeft.gif) no-repeat top left;
	height: 30px;
	display: block;
}

.FrontMenu .Bar span.sel a:hover { background: none; padding-left: 0px; margin-left: 0px; }
.FrontMenu .Bar span.sel a:hover span { background: none; padding-left: 0px; margin-left: 0px; }

.FrontMenu .Bar span.sel
{
	background: transparent url(images/MainPage/selLeft.gif) no-repeat top left;
	height: 48px;
}

.FrontMenu .Bar span.item .spike, .FrontMenu .Bar span.sel .spike
{
	background: transparent url(images/MainPage/spike.gif) no-repeat top left;
	display:none;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 17px;
	z-index: 9999;
}

.FrontMenu .Bar span.sel .spike
{
	display: block;
}

.FrontMenu .Bar span.sel .right
{
	background: transparent url(images/MainPage/selRight.gif) no-repeat top right;
	position: absolute;
	height: 48px;
	width: 4px;
	right: 0px;
	top: 0px;
}

.FrontMenu .Bar span.sel a { color: #d43300; }

.FrontMenu div.Panel
{
	height: 328px;
	width: 974px;
	margin-top: 15px;
}

.FrontMenu div.Panel div.item
{
	background: #ebe19b url(images/MainPage/panel.jpg) no-repeat 0% 0%;
	float: left;
	width: 974px;
}

.FrontMenu div.Panel
{
	height: 328px;
	width: 974px;
	margin-top: 15px;
}

.FrontMenu div.Panel div.item
{
	background: #ebe19b url(images/MainPage/panel.jpg) no-repeat 0% 0%;
	float: left;
	width: 974px;
}
