@charset "ISO-8859-1";


#nav_bar{
	text-align: left;
	list-style-type: none;
	margin-left: -1em;
	position: relative;
	margin-top: 0px;
}
#nav_bar li a {
	overflow: hidden;
	font-size: 1.075em;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	text-indent: 2.7em;
	padding-top: 0.4em;
	background-image: url(../_images/img_menu_rule.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 29em;
	height: 1.7em;
	display: block;
}
#nav_bar li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
	width: 29em;
}
li#last a {
	background-image: none;
}
#sub_nav {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #999999;
	list-style-type: none;
	width: 31em;
	position: absolute;
	top: 36em;
	right: 0px;
	text-align: right;
	overflow: visible;
}
#sub_nav li a {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 30em;
	display: block;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
	padding-right: 1em;
	letter-spacing: 0.2em;
	position: relative;
	right: 0px;
}
#sub_nav li a:hover {
	background-color: #FAFAFA;
	font-weight: bold;
}

