/* Copyright 2004, http://www.HYTechFX.com. All Rights Reserved.
Legal action will result from copying our content, CSS or JavaScript functions. */

/* TAB Menu styles */
TD.Tabs { padding-top:7px; vertical-align:bottom; white-space:nowrap; }
DIV.Tabs { float:left; width:100%; }

DIV.Tabs UL { margin:0px; padding:0px; list-style:none; }

DIV.Tabs LI { display:inline; margin:0px; padding:0px; }
DIV.Tabs LI#current A { background-position: 100% 0px; border-width:0px; }
DIV.Tabs LI#current SPAN { background-position: 0% 0px; padding-bottom: 6px; }


DIV.Tabs SPAN { float:left; display:block; padding:5px 9px; white-space:nowrap;
background:url("http://www.hytechfx.com/themes/blue-smooth/www/img/tabs/dark-left.gif") no-repeat left top;
background-position: 0% -150px;
}

DIV.Tabs A { float:left; font-weight:bold; text-decoration: none;
background:url("http://www.hytechfx.com/themes/blue-smooth/www/img/tabs/dark-right.gif") no-repeat right top;
background-position: 100% -150px;
}
DIV.Tabs A:link, DIV.Tabs A:visited, DIV.Tabs A:active { color: #ebf1f4; text-decoration: none; }
DIV.Tabs A:hover { background-position: 100% 0px; }
DIV.Tabs A:hover SPAN { background-position: 0% 0px; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.Tabs SPAN {float: none;}
/* End IE5-Mac hack */

.TabsMenu {
 /* color:#FFFFFF; background:#B5C3DE; border-width:0px; */
	color: #0a5c85;
	background: #0D4B9E url("/themes/blue-smooth/www/img/menubg.jpg") repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	border-top: #012266 1px solid;
	border-bottom: #003366 1px solid;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
td.TabsMenu a:link, td.TabsMenu a:visited, td.TabsMenu a:hover, td.TabsMenu a:active { color: #ffffff; text-decoration: none; }
