﻿#tabcontainer 			{display:block; width:655px; height:25px; margin-top: 10px; margin-right:-20px;}
#tabmenu				{min-width:655px; margin-left:auto; margin-right:auto; margin-top: 0px;}
.tabs					{float:left; width:100%; line-height:normal; }
.tabs ul				{list-style-type: none;margin:0;margin-left: 0px; /*Left offset of entire tab menu relative to page*/padding:0;}
.tabs li				{display:inline;margin:0;padding:0;}
.tabs a					{float:left; margin-right: 0px; /*spacing between each tab*/padding:0px;text-decoration:none;}
.tabs a span			{float:left;display:block; padding: 10px 0px 3px 0px;font-weight:bold;color:#FFFFFF;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span 			{float:none;}
/* End IE5-Mac hack */
.tabs a:hover span 		{color: #0066CC;}
.tabcontainer			{clear: left;width:auto; /*width of 2nd level sub menus*/height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/}
.tabcontent				{display:none;}
#ddtabs					{width:800px; }
