﻿/*******************************************************************************/
/***    topMenu     ***/
/*******************************************************************************/
#topMenu 
{
	height:36px;
	clear:both;
	background: url(/Images/TopMenu/bg_TopMenu.jpg);
	background-repeat: no-repeat;
}

#topMenu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#topMenu li 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	height:36px;
	font-size:13px;
	text-align:center;
}


#topMenu li a
{
	text-decoration:none;
	padding: 10px 24px 10px 24px;
	margin:0pt;
	display: block;
	_display:inline-block;
	height:26px;
	font-weight:bold;
	color: #fff;		
}

#topMenu ul li.spacer
{
	float:left;
	height:36px;
	margin:0pt;
	padding:0pt;
	width:0px;
	border-left: solid 1px #CA4F38;
	border-right: solid 1px #B20A00;
}

#topMenu li.knap a.selected, #topMenu li.knap a:hover
{
	background: url(/Images/topmenu/bg_TopMenuElementActive.jpg) repeat-x;
	color: White;
	
}

