@charset "UTF-8";
/* CSS Document */

body {
}

#tab_btn1 {
left: 50px;
width: 77px;
}

#tab_btn2 {
left: 103px;
width: 139px;
}

#tab_btn3 {
left: 222px;
width: 137px;
}

#tab_btn4 {
left: 336px;
width: 147px;
}

#tab_btn5 {
left: 458px;
width: 123px;
}

#tab_btn6 {
left: 559px;
width: 63px;
}

#tab_btn7 {
left: 600px;
width: 93px;
}

.tab {
position: absolute;
top: -25px;

}

.tab_img_container {
overflow: hidden;
height: 30px;
}

.tab_img {
float: right;
}

.tab_img_selected {
float: right;
}

.tab_selected {
margin-left: -10px;
position: absolute;
top: 0px;
height: 30px;
overflow: hidden;
}

.tab_container {
	width: 693px;
	position: relative;
	float: right;
}

.tab_dd {
display: none;
background: url("../images/dd_bg.png") bottom left no-repeat;
position: absolute;
z-index: 20;
top: 30px;
left: 24px;
margin-left: -5px;
margin-right: 10px;
}

.tab_dd ul {
margin: 0px;
margin-right: -10px;
margin-left: 10px;
padding: 10px 10px 10px 5px;
list-style: none;
background: url("../images/dd_bg.png") bottom right no-repeat;
}

.tab_dd ul li {
margin: 0px -8px 0px -12px;
text-align: left;
}

.tab_dd a {
font-family: Arial, Helvetica, sans-serif;
color: #003670;
font-size: 11px;
text-decoration: none;
padding: 4px 10px;
display: block;

}

.tab_dd a:hover {
background-color: #e2e2e2;
color: #003670;

}

a, img {
border: none;
outline: none;
}

