#navigation  {
	width:124px;
	font-size: 0.75em;	
	float:left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;	
	border-right: 1px solid #fff;
	letter-spacing: 1px;
}
#navigation ul.nav1st {list-style: none;font-weight: bold;}
#navigation ul.nav1st li {color: #666;background: #e5e5e5;border-bottom: 1px solid #fff;height: 23px}
#navigation ul.nav1st li a {display: block; text-decoration: none; padding: 4px 0 4px 19px;color: #666;background: #e5e5e5;}
#navigation ul.nav1st li a:hover {color: #fff;background: #999;display: block;}
#navigation .active, #navigation #current {background: #4c4c4c; color: #fff;padding: 4px 0 4px 19px;}

#navigation ul.nav1st li:last-child {color: #666;background: #e5e5e5;border-bottom: 0px solid #fff;}
	
#subnavi {
padding-top: 19px;
height: 19px;
}

* html #subnavi {margin-left: -19px;padding-top: 10px;}

#subnavi ul {
float: left;
margin-left: 0px;
font-size: 0.8em;
list-style: none;
letter-spacing: 1px;
}

#subnavi li {
text-align: left;
background: inherit;
color: #6c6c6c;
margin: 0 19px;
float: left;
font-weight: normal;
}

#subnavi li a {
color: #909090;
background: inherit;
text-decoration: none;
}

#subnavi li a:hover {
color: #666;
background: inherit;
text-decoration: none;
}

#subnavi li.active {color: #e20031;background: inherit;}

