
div#menu-h{
	height: 39px;
	margin-top: 1px;
	margin-bottom: 1px;
	
}
div#menu-h ul{
	list-style: none;
}
div#menu-h li{
	float:left;
}
div#menu-h li a.menu-01{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-01.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-01:hover{
	background-image: url(images/button/menu-01-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-01-selected{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-01-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-02{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-02.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-02:hover{
	background-image: url(images/button/menu-02-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-02-selected{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-02-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-03{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-03.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-03:hover{
	background-image: url(images/button/menu-03-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-03-selected{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-03-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-04{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-04.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-04:hover{
	background-image: url(images/button/menu-04-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-04-selected{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-04-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-05{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-05.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-05:hover{
	background-image: url(images/button/menu-05-h.gif);
	background-repeat: no-repeat;
}
div#menu-h li a.menu-05-selected{
	display: block;
	width: 125px;
	height: 39px;
	background-image: url(images/button/menu-05-h.gif);
	background-repeat: no-repeat;
}

ul#menu-l{
	width: 126px;
	background-color: #a0a0a0;
/*	list-style: none; */
	list-style-type:none;
	padding-top: 0px;
	padding-left: 0px;
}
ul#menu-l li{ 
	width: 126px;
	height: 46px;
}

ul#menu-l li ul{
	width: 126px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#menu-l li ul li{
	width: 126px;
	height: : 46px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#menu-l li.current_page_item a{ 
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 91px;
	height: 29px;
	padding-top: 16px;
	padding-left: 35px;
	padding-bottom: 1px;
	background-image: url(images/button/menu_left-h.gif);
	background-repeat: no-repeat;
}

ul#menu-l li.current-cat a{ 
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 91px;
	height: 29px;
	padding-top: 16px;
	padding-left: 35px;
	padding-bottom: 1px;
	background-image: url(images/button/menu_left-h.gif);
	background-repeat: no-repeat;
}

ul#menu-l li a{ 
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 91px;
	height: 29px;
	padding-top: 16px;
	padding-left: 35px;
	padding-bottom: 1px;
	background-image: url(images/button/menu_left.gif);
	background-repeat: no-repeat;
}

ul#menu-l li a:hover{
	color: white;
	background-image: url(images/button/menu_left-h.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

div#menu-f{
	background-color: white;
	width: 798px;
	text-align: center;
}
div#menu-f span{
	white-space: nowrap;
}
div#menu-f a{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px ##0000ff solid;	
}


