#top-menu {
/*	background: url(/_clip/menu-end.gif) right top no-repeat; */
	width: 660px; height: 53px;
	font-family: Tahoma, Arial, sans-serif;
	z-index: 999;
}
#top-menu ul {
	list-style: none;
	margin: 0; padding: 0;
}

#top-menu ul li {float: left;}
#top-menu li {position: relative; /*overflow: hidden;*/}
#top-menu li span {position: absolute; top: 0; left: 0; display: block;}
#top-menu ul li a:hover {cursor: pointer;}

#top-menu li.btn-01, #top-menu li.btn-01 span {background: url(/_clip/btn-01.gif) top left no-repeat; width: 132px; height: 53px;}
#top-menu li.btn-02, #top-menu li.btn-02 span {background: url(/_clip/btn-02.gif) top left no-repeat; width: 132px; height: 53px;}
#top-menu li.btn-03, #top-menu li.btn-03 span {background: url(/_clip/btn-03.gif) top left no-repeat; width: 132px; height: 53px;}
#top-menu li.btn-04, #top-menu li.btn-04 span {background: url(/_clip/btn-04.gif) top left no-repeat; width: 132px; height: 53px;}
#top-menu li.btn-05, #top-menu li.btn-05 span {background: url(/_clip/btn-05.gif) top left no-repeat; width: 132px; height: 53px;}

#top-menu li.btn-01 a:hover span, #top-menu li#btn-active.btn-01 span {background: url(/_clip/btn-01.gif) 0 -53px no-repeat;}
#top-menu li.btn-02 a:hover span, #top-menu li#btn-active.btn-02 span {background: url(/_clip/btn-02.gif) 0 -53px no-repeat;}
#top-menu li.btn-03 a:hover span, #top-menu li#btn-active.btn-03 span {background: url(/_clip/btn-03.gif) 0 -53px no-repeat;}
#top-menu li.btn-04 a:hover span, #top-menu li#btn-active.btn-04 span {background: url(/_clip/btn-04.gif) 0 -53px no-repeat;}
#top-menu li.btn-05 a:hover span, #top-menu li#btn-active.btn-05 span {background: url(/_clip/btn-05.gif) 0 -53px no-repeat;}

#top-menu ul ul {
	margin: 0; padding: 0;
	position: absolute;
	top: 46px; left: 0;
	visibility: hidden;
	display: table;
	z-index: 99;
}
#top-menu ul ul li {overflow: visible; /*clear:left*/	background: #176B99 url(/_clip/bg-right-menu-btn.gif) center bottom no-repeat;	width: 132px;}
#top-menu ul ul li a {color: white;}
#top-menu li:hover, #top-menu li a:hover {overflow: visible;}
#top-menu li:hover ul, #top-menu ul a:hover ul {visibility: visible; overflow: visible;}

#top-menu ul ul li a {
	display: block;
	padding: 4px 8px 4px 20px;
	border-right: 1px solid #145F89;
	border-left: 1px solid #145F89;
	border-top: 1px solid #145F89;
	border-bottom: 1px solid #327FA7;
	color: white;
	text-decoration: none;
	background: url(/_clip/right-menu-bullet.gif) 5px 9px no-repeat;
}
#top-menu ul ul li a:hover {
	color: #07243A;
	text-decoration: none;
	background: #278DBD url(/_clip/right-menu-bullet.gif) 5px 9px no-repeat;
}

/* \*/ * html #top-menu ul ul li a {height:1%} /**/

span.top-menu-related {
	padding: 18px 8px 8px 8px;
	float: left;
	display: block;
	font-size: 95%;
}
span.top-menu-related a {color: white; text-decoration: none;}
span.top-menu-related a:hover {text-decoration: underline;}
#top-menu li:hover a span {	background-position: 0 -53px;}

/* --- sub-menu --- */

#right-menu {
	margin: 79px 0 0 0; padding: 0;
	width: 130px;
}
#right-menu ul {
	margin: 0; padding: 0;
	list-style: none;
/*	font-weight: bold; */
}
#right-menu li {
	background: #176B99 url(/_clip/bg-right-menu-btn.gif) center bottom no-repeat;
}
#right-menu li a {
	display: block;
	padding: 4px 8px 4px 20px;
	border-top: 1px solid #145F89;
	border-bottom: 1px solid #327FA7;
	color: white;
	text-decoration: none;
	background: url(/_clip/right-menu-bullet.gif) 5px 9px no-repeat;
}
#right-menu li a:hover {
	color: #07243A;
	text-decoration: none;
	background: #278DBD url(/_clip/right-menu-bullet.gif) 5px 9px no-repeat;
}
#right-menu li.item-active a {background-image: none;}
#right-menu li.item-active {background:  #278DBD url(/_clip/right-menu-bullet.gif) 5px 10px no-repeat;}
#right-menu li.item-active a:hover {background: /*#3BA4BD*/ url(/_clip/right-menu-bullet.gif) 5px 9px no-repeat;}


#right-menu h3.header {
	padding: 7px 5px 7px 7px; margin: 0;
	color: #EDB762;
	font-size: 100%;
	background: #065884;
}
#right-menu h3.header a {text-decoration: none;	color: #B50025;}
#right-menu h3.header a:hover {color: white;}

.end-right-menu {
	background: #176B99 url(/_clip/bg-right-menu-bottom.gif) center bottom no-repeat;
	border-top: 1px solid #145F89;
	padding: 7px 5px;
}

/* \*/ * html #right-menu li a {height: 1%} /**/


