#menu {
	background-image: url(../images/ly/menu.jpg);
	background-repeat: no-repeat;
	background-color: #666666;
	height: 60px;
}
.menu-home {
	background-image: url(../images/ly/menu-home.jpg) !important;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	background-image: url(../images/ly/m-sepa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}
#menu li.first {
	background-image: none;
}
/* CSS Document */

#menuSub {
	float: right;
	margin-right: 6px;
}
#menuSub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuSub li {
	float: left;
	background-image: url(../images/ly/m-sepa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#menuSub  li.first {
	background-image: none;
}
#menuSub a {
	text-decoration: none;
}
#menuSub a:hover, #menuSub a.this {

}

#menuProd {
	margin-bottom: 20px;
}
#menuProd h2 {
	font-size: 100%;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


#menuProd ul {
	margin: 0px;
	padding: 0px;
}
#menuProd  ul ul {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#menuProd a {
	font-weight: bold;
	color: #765C37;
	text-decoration: none;
	font-size: 90%;
}
#menuProd a:hover, #menuProd a.this {
	color: #000000;
	text-decoration: none;
}
#menuProd li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
}
#menuProd em {
	font-size: 90%;
	font-style: normal;
	color: #999999;
	font-weight: normal;
	display: block;
	margin-top: 0px;
}


#menuBot {
	height: 22px;
}
#menuBot ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuBot li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#menuBot  li.first {
	border-left-width: 0px;
	border-left-style: none;
}
#menuBot a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0px;
	display: block;
}
#menuBot a:hover, #menuBot a.this {
	color: #006699;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#menuUser {
	font-size: 80%;
	float: right;
}
#menuUser ul {
	margin: 0px;
	padding: 0px;
}
#menuUser li {
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuUser li.last {
	border-right-width: 0px;
	border-right-style: none;
}
#menuUser a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0px;
	display: block;
}
#menuUser a:hover, #menuUser a.this {
	color: #006699;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

