/* CSS Document */

#menu-wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/ly/m-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu {
 float:left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu li.last {
	border-right-width: 0px;
	border-right-style: none;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
#menu a:hover, #menu a.this {
	text-decoration: none;
}

#menuSub {
	font-size: 85%;
	float: right;
}
#menuSub ul {
	margin: 0px;
	padding: 0px;
}
#menuSub 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;
}
#menuSub li.last {
	border-right-width: 0px;
	border-right-style: none;
	margin-right: 0px;
}
#menuSub 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;
}
#menuSub a:hover, #menuSub a.this {
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#menuProd {
	margin-top: 2px;

}
#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: 10px;
}

#menuProd a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#menuProd a:hover, #menuProd a.this {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(../images/menu/li2-hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#menuProd a:hover {

}

#menuProd li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}
#menuProd li.first {
	border-top-style: none;
}


#menuBot {
	font-size: 90%;
	background-image: url(../images/ly/menusub-bg.jpg);
	height: 25px;
	margin: 2px;
	background-color: #B1B1B1;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 5px;
}
#menuBot ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menuBot li {
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	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;
}
#menuBot li.last {
	border-right-width: 0px;
	border-right-style: none;
}
#menuBot a {
	font-weight: bold;
	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: #666666;
	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;
}
