@charset "utf-8";
/* CSS Document */
#topMenu {
	width:100%;
	text-align:center;
	position:absolute;
	background-image:url(../images/topMenuBG.png);
	background-repeat:repeat-x;
	bottom:0;
}
#topMenu ul {
	display:inline-block;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#topMenu ul li {
	float:left;
	width:135px;
	height:119px;
	font-size:22px;
	color:#FFF;
	display:table;
}
#topmenuNarrow {
	width:90px !important;
}

#topMenu ul li p {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	}
#topMenu ul li:hover {
	background-image:url(../images/topMenuHover.png);
	background-repeat:no-repeat;
	background-position:-5px 0;
	color:#bd932d;
}
#topmenuNarrow:hover {
	background-position:-28px 0 !important;
}
#topMenu ul li.sel {
	background:#bd932d;
	background-image:url(../images/topMenuBG.png);
	background-repeat:repeat-x;
	color:#000;
}
#topMenuHome {
	width:69px;
	height:64px;
	margin:30px auto 0 auto;
	background-image:url(../images/topMenuHome.png);
}
#topMenu ul li:hover #topMenuHome {
	background-position:-69px 0;
}
#topMenuHome.sel, #topMenu ul li:hover.sel #topMenuHome {
	background-position:-138px 0;	
}
#topMenuKont {
	width:69px;
	height:64px;
	margin:30px auto 0 auto;
	background-image:url(../images/topMenuKont.png);
}
#topMenu ul li:hover #topMenuKont {
	background-position:-69px 0;
}
#topMenuKont.sel, #topMenu ul li:hover.sel #topMenuKont {
	background-position:-138px 0;	
}