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

