@charset "UTF-8";
/* CSS Document */

/*tab navigation*/

#nav {
margin:0;
padding:0;
list-style-type:none;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#008586;
}

#nav li {
margin:0;
padding:0;
float:left;
margin:0 4px 0 0;
display:inline;
background:#b1e3f5 url(../images/tab_off_left.gif) no-repeat;
}

#nav a {
float:left;
padding: 0 6px;
color: #1591bf;
text-decoration: none;
line-height: 20px;
background: url(../images/tab_off_right.gif) no-repeat top right;
}

#nav a:hover {
color:#3db7e4;
}

#body_1 #nav_1, #body_2 #nav_2, #body_3 #nav_3, #body_4 #nav_4, #body_5 #nav_5, #body_6 #nav_6 , #body_7 #nav_7 , #body_8 #nav_8 , #body_9 #nav_9 , #body_10 #nav_10 {
background: #FFFFFF url(../images/tab_on_left.gif) no-repeat;
}

#body_1 #nav_1 a, #body_2 #nav_2 a, #body_3 #nav_3 a, #body_4 #nav_4 a, #body_5 #nav_5 a, #body_6 #nav_6 a, #body_7 #nav_7 a, #body_8 #nav_8 a, #body_9 #nav_9 a, #body_10 #nav_10 a {
background:url(../images/tab_on_right.gif) no-repeat top right;
color:#1591bf;
}

/*SUB tab navigation*/

#sub_nav {
margin:0;
padding:0;
list-style-type:none;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
color:#666;
}

#sub_nav li {
margin:0;
padding:0;
float:left;
margin:0 4px 0 0;
display:inline;
background:#cdcdcd url(../images/sub_tab_off_left.gif) no-repeat;
}

#sub_nav a {
float:left;
padding: 0 5px;
color: #666;
text-decoration: none;
line-height: 20px;
background: url(../images/sub_tab_off_right.gif) no-repeat top right;
}

#sub_nav a:hover {
color:#3db7e4;
}

#sub_tab_1 #sub_nav_1, #sub_tab_2 #sub_nav_2, #sub_tab_3 #sub_nav_3, #sub_tab_4 #sub_nav_4, #sub_tab_5 #sub_nav_5, #sub_tab_6 #sub_nav_6 , #sub_tab_7 #sub_nav_7 , #sub_tab_8 #sub_nav_8 , #sub_tab_9 #sub_nav_9 , #sub_tab_10 #sub_nav_10 {
background: #FFFFFF url(../images/sub_tab_on_left.gif) no-repeat;
}

#sub_tab_1 #sub_nav_1 a, #sub_tab_2 #sub_nav_2 a, #sub_tab_3 #sub_nav_3 a, #sub_tab_4 #sub_nav_4 a, #sub_tab_5 #sub_nav_5 a, #sub_tab_6 #sub_nav_6 a, #sub_tab_7 #sub_nav_7 a, #sub_tab_8 #sub_nav_8 a, #sub_tab_9 #sub_nav_9 a, #sub_tab_10 #sub_nav_10 a {
background:url(../images/sub_tab_on_right.gif) no-repeat top right;
color:#666;
}


