@charset "UTF-8";
/* CSS Document */

#nav_bar {
	width:764px;
	height:50px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}

#nav_btn_wrapper {
	width:764px;
	margin:auto;
	height: 50px;
}

#btn1_box {
	width:94px;
	height:50px;
	float: left;
}

#btn2_box {
	width:133px;
	height:50px;
	float: left;
}

#btn3_box {
	width:161px;
	height:50px;
	float: left;
}

#btn4_box {
	width:172px;
	height:50px;
	float: left;
}

#btn5_box {
	width:111px;
	height:50px;
	float: left;
}

#btn6_box {
	width:93px;
	height:50px;
	float: left;
}

#btn1_rollover {
	width:94px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn2_rollover {
	width:133px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn3_rollover {
	width:161px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn4_rollover {
	width:172px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn5_rollover {
	width:111px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn6_rollover {
	width:93px;
	height:50px;
	background-image:url(../images/btn_rollover_bg.png);
	background-repeat:repeat-x;
	z-index: 1;
	position: absolute;
	display: none;
}

#btn1_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 94px;
}

#btn2_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 133px;
}

#btn3_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 161px;
}

#btn4_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 172px;
}

#btn5_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 111px;
}

#btn6_active {
	height:50px;
	z-index: 2;
	position: relative;
	width: 93px;
}

#link_box1 {
	width:94px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#link_box2 {
	width:133px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#link_box3 {
	width:161px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#link_box4 {
	width:172px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#link_box5 {
	width:111px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#link_box6 {
	width:93px;
	height:20px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

a.nav:lInk {
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}

a.nav:visited {
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}

a.nav:hover {
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}

a.nav:active {
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}

.triangle {
	width:8px;
	height:7px;
	margin: auto;
}
