@charset "utf-8";
/* CSS Document */
/* Navigation */
#menu {
	text-decoration:none;
	padding-right:70px;
	padding-top:15px;
	text-align:right;
	background-image:url(../images/menu_bg.jpg);
	height:20px;
	padding-left:40px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color: #9CF;
	margin-bottom:0px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#menu li {
	list-style-type: none;
	display: inline;
}
div#menu li a {
	text-decoration: none;
	color: #5288B3;
	display:block;
	float:right;
	width:85px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/button1.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align:center;
	line-height:20px;
}

#menu a:hover{
	text-decoration: none;
	background-image: url(../images/button2.gif);
}

#menu ul li a.current{
	text-decoration: none;
	background-image: url(../images/button2.gif);
}

#sub_page ul{
	font-size:12px;
	margin-left:10px;
	list-style:none;
}

#sub_page li{
	font-size:12px;
	list-style-type:none;
}


.navigation {
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	height: 29px;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	list-style:none;
	width:170px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color:#FFF;
	height:29px;
	display:block;
	padding-left:27px;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
}

.navigation a:hover {
	color:#FF0;
	height:29px;
	background-image:url(../images/nav_bg_over.gif);
	background-repeat:no-repeat;
	display:block;
}
