﻿#bannermenu
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative; /*top:-3px;*/
}
#bannermenu li
{
	width: 189px;
	height: 52px;
	float: left;
	border: 1px solid #D6D6D6;
	border-width: 0px 0px 1px 1px;
	background: url(   '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.images.layout.bgBanner.jpg' ) top;
}
#bannermenu li.last
{
	border-right: 1px solid #D6D6D6;
	width: 188px;
}
#bannermenu a em
{
	font-style: normal;
}
#bannermenu a
{
	text-decoration: none;
	color: #000;
	position: absolute;
	width: 193px;
	height: 20px;
	display: block;
}
#bannermenu a img
{
	border: solid 1px #f6b723;
}

#bannermenu a td
{
	font-size: 11px;
	text-align: left;
	color: #6A6A6A;
}

#bannermenu a:hover
{
	width: 220px; /*+55*/
	height: 50px;
	z-index: 200;
	background: url(   '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.images.layout.bgBanner.jpg' ) bottom #fff;
}
#bannermenu a:hover em
{
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #D6D6D6;
	position: absolute;
	width: 215px;
	height: 50px;
	left: -12px;
	top: -3px;
	padding: 10px;
	z-index: 1000;
	background: url(   '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.images.layout.bgBanner.jpg' ) repeat-x bottom #fff;
}

.itemTop
{
	cursor: pointer;
	width: 189px;
	height: 50px; /*55px;*/
	background: #790d4b;
	border: solid 1px #790d4b; /*#d8d8d8;*/ /*#868484;*/
}
.itemTop img
{
	border: solid 1px #EDB022;
}

.itemTop a
{
	text-decoration:none;
	color: #ffffff;
}
.itemTop a:hover
{
	color:#000000;
	text-decoration:underline;
}
	
.itemTopSelect
{
	cursor: pointer;
	width: 192px;
	background: #B1B1B1;
	border: solid 1px #790d4b;/*border: solid 1px #f0f0f0;*/
	height: 50px;
	color: Black;
	text-decoration: none;
}

.itemTopSelect a
{
	text-decoration: none;
}

.itemTopSelect a:hover
{
	text-decoration: underline;
}

.itemTopSelect img
{
	border: solid 1px #fff;
}
