#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.main_nav {
	position: relative;
	top: 10px;
}
.nav1{
	background-image: url('../images/nav/nav_01.jpg');
	width:108px;
	height:34px;
	display: block;
} 
.nav1:hover{
	background-image: url('../images/nav/nav_on_01.jpg');
	width:108px;
	height:34px;
}

.nav3{
	background-image: url('../images/nav/nav_03.jpg');
	width:105px;
	height:34px;
	display: block;
} 
.nav3:hover{
	background-image: url('../images/nav/nav_on_03.jpg');
	width:105px;
	height:34px;
} 

.nav5{
	background-image: url('../images/nav/nav_05.jpg');
	width:96px;
	height:34px;
	display: block;
} 
.nav5:hover{
	background-image: url('../images/nav/nav_on_05.jpg');
	width:96px;
	height:34px;
} 

.nav7{
	background-image: url('../images/nav/nav_07.jpg');
	width:80px;
	height:34px;
	display: block;
} 
.nav7:hover{
	background-image: url('../images/nav/nav_on_07.jpg');
	width:80px;
	height:34px;
} 

.nav9{
	background-image: url('../images/nav/nav_09.jpg');
	width:82px;
	height:34px;
	display: block;
} 
.nav9:hover{
	background-image: url('../images/nav/nav_on_09.jpg');
	width:82px;
	height:34px;
} 

.nav11{
	background-image: url('../images/nav/nav_on_11.jpg');
	width:85px;
	height:34px;
	display: block;
}
#sub_nav{
	position: relative;
	top: 15px;
	left: 94px;
	height: 46px;
	width: 980px;
}
.rootpage a{
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	color: #3399cc;
	text-decoration: none;
}
.subnav, .subnavactive {
	padding-left: 40px;
}
.subnav a {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.subnavactive a, .subnavactive a:hover, .subnav a:hover{
	color: #3399cc;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
