.r, .r_e, .rsub, .g, .g_e, .gsub{ width:220px; line-height:24px; position:relative;}
.r a, .r_e a, .rsub a, .g a, .g_e a, .gsub a{
	height:24px;
	float:left;
	width:210px;
	display:block;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #fff;
	text-decoration:none;
	padding-left:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	outline:none;}
	/*position relative caused gaps between tabs onload, floating and setting the width solved the bug*/
/*red nav*/
.r a:link{ background:#ed1c24 url(../images/nav_r_link.gif) no-repeat;color:#fff;}
.r a:visited{background:#ed1c24 url(../images/nav_r_link.gif) no-repeat;color:#fff;}
.r a:hover{background:#bf0f17 url(../images/nav_r_hover.gif) no-repeat;color:#fff;}
.r a:active{background:#ed1c24 url(../images/nav_r_link.gif) no-repeat;color:#fff;}
.r a.current:link, .r a.current:visited, .r a.current:hover, .r a.current:active{background:#bf0f17 url(../images/nav_r_hover.gif) no-repeat;color:#fff;}
.r_e a:link{ background:#ed1c24 url(../images/nav_rextra_link.gif) no-repeat;color:#fff;}
.r_e a:visited{background:#ed1c24 url(../images/nav_rextra_link.gif) no-repeat;color:#fff;}
.r_e a:hover{background:#ed1c24 url(../images/nav_rextra_hover.gif) no-repeat;color:#fff;}
.r_e a:active{background:#ed1c24 url(../images/nav_rextra_link.gif) no-repeat;color:#fff;}
.r_e a.current:link, .r_e a.current:visited, .r_e a.current:hover, .r_e a.current:active{background:#bf0f17 url(../images/nav_rextra_hover.gif) no-repeat;color:#fff;}
.rsub a:link{ background:#fbc6c8 url(../images/nav_rsub_link.gif) no-repeat;color:#EF1A22;}
.rsub a:visited{background:#fbc6c8 url(../images/nav_rsub_link.gif) no-repeat;color:#EF1A22;}
.rsub a:hover{background:#f9a9ae url(../images/nav_rsub_hover.gif) no-repeat;color:#55060B;}
.rsub a:active{background:#fbc6c8 url(../images/nav_rsub_link.gif) no-repeat;color:#EF1A22;}
.rsub a#current{background:#f9a9ae url(../images/nav_rsub_hover.gif) no-repeat;color:#55060B;}
/*grey nav*/
.g a:link{ background:#c0b9b9 url(../images/nav_g_link.gif) no-repeat;color:#111;}
.g a:visited{background:#c0b9b9 url(../images/nav_g_link.gif) no-repeat;color:#111;}
.g a:hover{background:#ada3a3 url(../images/nav_g_hover.gif) no-repeat;color:#111;}
.g a:active{background:#c0b9b9 url(../images/nav_g_link.gif) no-repeat;color:#111;}
.g a.current:link, .g a.current:visited, .g a.current:hover, .g a.current:active{background:#ada3a3 url(../images/nav_g_hover.gif) no-repeat;color:#111;}
.g_e a:link{ background:#c0b9b9 url(../images/nav_gextra_link.gif) no-repeat;color:#111;}
.g_e a:visited{background:#c0b9b9 url(../images/nav_gextra_link.gif) no-repeat;color:#111;}
.g_e a:hover{background:#ada3a3 url(../images/nav_gextra_hover.gif) no-repeat;color:#111;}
.g_e a:active{background:#c0b9b9 url(../images/nav_gextra_link.gif) no-repeat;color:#111;}
.g_e a.current:link, .g_e a.current:visited, .g_e a.current:hover, .g_e a.current:active{background:#ada3a3 url(../images/nav_gextra_hover.gif) no-repeat;color:#111;}
.gsub a:link{ background:#eceaea url(../images/nav_gsub_link.gif) no-repeat;color:#574f4f;}
.gsub a:visited{background:#eceaea url(../images/nav_gsub_link.gif) no-repeat;color:#574f4f;}
.gsub a:hover{background:#dad8d8 url(../images/nav_gsub_hover.gif) no-repeat;color:#333;}
.gsub a:active{background:#eceaea url(../images/nav_gsub_link.gif) no-repeat;color:#574f4f;}
.gsub a#current{background:#dad8d8 url(../images/nav_gsub_hover.gif) no-repeat;color:#333;}