@charset "utf-8";
/* CSS Document */

#menu {
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#menu li {
	display: block;
	background-image: url(../images/ly/menu-sepa.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
}

#menu li.first {
	background-image: none;
	margin-left: 40px;
}
#menu  a  {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#menu a.this {
	color: #000000;
	text-decoration: none;
}

#menuleft {
}

#menuleft h2 {
	font-size: 13px;
	color: #737320;
	margin: 0px;
}
#menuleft h2 a {
	font-size: 90%;
	text-transform: lowercase;
	font-weight: normal;
	margin-left: 5px;
}

#menuleft ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#menuleft li {
	background-image: url(../images/ly/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
#menuleft .sepa {
	background-image: url(../images/ly/menuleft-sepa.jpg);
	height: 18px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menuleft a {
	text-decoration: none;
	color: #000000;
}
#menuleft  a.this {
	font-weight: bold;
}
#menuleft a:hover {
	text-decoration: underline;
}

#menuleft .content {
	background-image: url(../images/ly/menuleft-bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*min-height*/
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

#menusub {
}
#menusub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
#menusub li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#menusub li.first {
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#menusub a {
	padding-right: 6px;
	padding-left: 6px;

}
#menusub li.first a {
	padding-left: 0px;
}

#menusub a:hover {
}

