/* dividers between each main tab */
.div {
height: 45px;
width: 19px;
background-image: url('images/div.gif');
}

/* aligns main navigation links properly */
.main_link {
padding-top: 12px;
}

/* home tab, no hover */
.home_over a{
text-decoration: none;
color: #FFFFFF;
width: 85px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family: Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* home tab, hover */
.home_over a:hover{
color: #D6EBFF;
text-decoration: none;
}

/* on home page, tab */
.home_on a{
text-decoration: none;
background-image:url('images/home_on.gif');
color: #BB0A00;
width: 85px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* about tab, no hover */
.about_over a{
text-decoration: none;
color: #FFFFFF;
width: 85px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* about tab, hover */
.about_over a:hover{
color: #D6EBFF;
text-decoration: none;
}

/* on about page, tab */
.about_on a{
text-decoration: none;
background-image:url('images/about_on.gif');
color: #BB0A00;
width: 85px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* register tab, no hover */
.register_over a{
text-decoration: none;
color: #FFFFFF;
width: 105px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* register tab, hover */
.register_over a:hover{
color: #D6EBFF;
text-decoration: none;
}

/* on register page, tab */
.register_on a{
text-decoration: none;
background-image:url('images/register_on.gif');
color: #BB0A00;
width: 105px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* add-on tab, no hover */
.add_over a{
text-decoration: none;
color: #FFFFFF;
width: 91px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* add-on tab, hover */
.add_over a:hover{
color: #D6EBFF;
text-decoration: none;
}

/* on add-on page, tab */
.add_on a{
text-decoration: none;
background-image:url('images/add_on.gif');
color: #BB0A00;
width: 91px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* community tab, no hover */
.comm_over a{
text-decoration: none;
color: #FFFFFF;
width: 105px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* community tab, hover */
.comm_over a:hover{
color: #D6EBFF;
text-decoration: none;
}

/* on community page, tab */
.comm_on a{
text-decoration: none;
background-image:url('images/register_on.gif');
color: #BB0A00;
width: 105px;
height: 41px;
vertical-align: bottom;
float: left;
display: inline;
background-repeat: no-repeat;
text-align:center; 
font-weight:bold; 
font-size:11pt; 
font-family:Arial, Verdana;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* dividers between each sub link */
.sub_div {
width: 37px;
height: 27px;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
background-image:url('images/sub_nav_bg_roll_div.gif');
}

/* sub navigation background */
.sub_nav_bar {
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 27px;
background-image:url('images/sub_nav_bg.gif');
margin-bottom: 8px;
}

/* sub navigation table */
.sub_nav_bar2 {
margin-left: auto;
margin-right: auto;
text-align: center;
height: 27px;
border-spacing: 0;
border: 0px none;
border-collapse: collapse
}

/* sub navigation links */
a.sub_link:link, a.sub_link:visited   { 
color: #1D3E6D; 
font-weight: bold;
font-family: Arial, Verdana;
font-size: 11pt;
text-decoration: none;
}

a.sub_link:hover { 
color: #BB0A00; 
text-decoration: none; 
}

a.sub_link_on:hover { 
color: #BB0A00; 
text-decoration: none; 
}

/* sub navigation links */
a.sub_link_on:link, a.sub_link_on:visited   { 
color: #BB0A00; 
font-weight: bold;
font-family: Arial, Verdana;
font-size: 11pt;
text-decoration: none;
}

/* show correct subpage image when on home tab */
#home_sub {
width: 100%;
height: 2px;
background-image:url('images/home_sub.gif');
}

/* show correct subpage image when on about tab */
#about_sub {
width: 100%;
height: 2px;
background-image:url('images/about_sub.gif');
}

/* show correct subpage image when on register tab */
#register_sub {
width: 100%;
height: 2px;
background-image:url('images/register_sub.gif');
}

/* show correct subpage image when on my_gigmax tab */
#my_gigmax_sub {
width: 100%;
height: 2px;
background-image:url('images/register_sub.gif');
}

/* show correct subpage image when on add-ons tab */
#add_sub {
width: 100%;
height: 2px;
background-image:url('images/add_sub.gif');
}

/* show correct subpage image when on community tab */
#community_sub {
width: 100%;
height: 2px;
background-image:url('images/comm_sub.gif');
}

/* show correct subpage image when on community tab */
#default_sub {
width: 100%;
height: 2px;
background-image:url('images/default_sub.gif');
}
