/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.navi_table {
	margin: 0 auto;
	width: 995px;
}
.preloadnavi {
	background: url(../images_navi/navi_2.gif);
}
.preloadnaia {
	background: url(../images_navi/navi_2a.gif);
}
.navi {
	padding: 0 0 0 11em;
	margin: 0 auto;
	list-style: none;
	height: 43px;
	position: relative;
	background: transparent url(../images_navi/navi_back.gif) repeat-x left top;
	font-size: 11px;
}
.navi li {
	float: left;
	height: 43px;
}
.navi li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 35px;
	color: #888;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: url(../images_navi/navi_0a.gif) no-repeat;
}
.navi li a b {
	float: left;
	display: block;
	padding: 0 34px 0 0;
	background: url(../images_navi/navi_0.gif) no-repeat right top;
}
.navi li.current a {
	color: #000;
	background: url(../images_navi/navi_2a.gif) no-repeat;
}
.navi li.current a b {
	color: #000;
	background: url(../images_navi/navi_2.gif) no-repeat right top;
}
.navi li a:hover {
	color: #000;
	background: url(../images_navi/navi_2a.gif) no-repeat;
}
.navi li a:hover b {
	color: #000;
	background: url(../images_navi/navi_2.gif) no-repeat right top;
}
.navi li.current a:hover {
	color: #000;
	cursor: default;
}