﻿@charset "utf-8";
/* CSS Document */

/* menu */
#menu {
	/*color: #5C5B5D; /*color:#555*/;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	background-color: white;
	width: 160px;
	float: left;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-weight: 700;
}

#menu h2 {
	font-size: 11px;
	text-align: left;
	background: url("../img/bgmenu.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 0 0px 5px 30px;
}

#menu h2.menu_acc_trigger {
	
}

#menu h2.menu_acc_trigger a {
	text-decoration: none;
	color: #1a4f78;
	font-weight: bold;
}

#menu h2.menu_acc_trigger a:link {
	text-decoration: none;
	color: #1a4f78;
	font-weight: bold;
}

#menu h2.menu_acc_trigger a:visited {
	text-decoration: none;
	color: #1a4f78;
	font-weight: bold;
}

#menu h2.menu_acc_trigger a:hover {
	text-decoration: none;
	color: #df6e06;
}

#menu h2.menu_active {
	background-position: left bottom;
}

#menu .menu_acc_container {
	padding: 2px 0 2px 30px;
	font-size: 0.9em;
	width: 130px;
}

#menu p {
	background: url("../img/bgalmenu.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 5px 0 5px 20px;
}

#menu .menu_block {
	padding: 0;
}