@charset "utf-8";
/* BTN NAVIGATRO */

#btn_container {
	background-color: #C7C6C5;
	float: left;
	width: 200px;
}

#main_btn {
	background-image: url(images/btn.jpg);
	height: 26px;
	float: left;
	width: 200px;
	background-repeat:no-repeat;
}

#main_btn_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 10px;
	width: 170px;
}

#sup_btn {
	background-image: url(images/supbtn.png);
	margin-left: 0px;
	float: left;
	height: 26px;
	width: 190px;
}
#sub_subLink  {
	width: 150px;
	float: left;
	padding-left: 50px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sub_subLink a{
	color:#8e8e8e ;
	text-decoration: none;
}

#sub_subLink a:hover{
	color:#FFFFFF ;
	text-decoration: none;
}

#sub_btn_text {
	font-family: tahoma;
	font-size: 11px;
	color: #686868;
	margin-left: 30px;
	padding: 4px;
	font-weight: bold;
}
#sub_btn_text a {
	color: #686868;
	text-decoration: none;
}
#sub_btn_text a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#main_btn_text a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_btn_text a:hover {
	color: #CCCCCC;
	text-decoration:none;	
}

