/*========================================
 * TOP MENU
 =========================================*/
#top_menu {
	background-image: url(images/top_menu_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
}
#top_menu ul {
	margin: 0px 0px 0px 0px;
	background-image: url(images/top_menu_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 50px;
	padding:0;
	padding-left: 0px;
	list-style: none;
}
#top_menu ul li {
	color: #789e0f;
	float: left;
	padding: 8px 15px 0 15px;
}
#top_menu ul li.startleft {
	color: #789e0f;
	float: left;
	padding: 8px 15px 0 15px;
	background-image: url(images/top_menu_start.png);
	height: 50px;
	background-repeat: no-repeat;
}

#top_menu ul li.startleft:hover {
	color: #789e0f;
	float: left;
	padding: 8px 15px 0 15px;
	background-image: url(images/top_menu_hover_left.png);
}

#top_menu ul li:hover {
	background-image: url(images/top_menu_hover.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 8px 15px 0 15px;
	height: 50px;
}
#top_menu ul li a {
	color: #0c2c80;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#top_menu ul li .top_menu_desc{
	display: block;
	color: #757575;
	font-weight: normal;
	font-size: 12px;
	padding-top:4px;
}
.top_menu_right {
	width: 6px;
	height: 50px;
	float: right;
	background-image: url(images/top_menu_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-right:1px solid #ccc;
}
/*Active section*/
#top_menu ul li.active {
	background-image: url(images/top_menu_hover.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 8px 15px 0 15px;
	
	height: 50px;
}

#top_menu ul li.active a {
	color: #fff;
}

#top_menu ul li.active .top_menu_desc{
	display: block;
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
	padding-top:4px;
	
}

#top_menu ul li.startactive {
	background-image: url(images/top_menu_hover.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 8px 15px 0 15px;
	height: 50px;
}

#top_menu ul li.startactive a {
	color: #333;
}

#top_menu ul li.startactive .top_menu_desc{
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

#top_menu ul li.soklist
{
	margin:3px 0 0 0;
}

#top_menu ul li.soklist,
#top_menu ul li.soklist a,
#top_menu ul li.soklist.active,
#top_menu ul li.soklist:hover
{
	background:none;
	float:right;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 8px 15px 0 15px;
	height: 50px;
}

#top_menu ul li.future, #top_menu ul li.future:hover 
{
	background:url(images/ikon-kikare.png) no-repeat !important;
	padding:0;
	margin:0;
	width:50px;
	height:50px;
}

#top_menu ul li.anslag, #top_menu ul li.anslag:hover 
{
	background:url(images/ikon-anslag.png) no-repeat !important;
	padding:0;
	margin:0;
	width:50px;
	height:50px;
}