﻿#tabcontainer 			{ display:block; width:100%; height:67px; /*background: url('../graphics/menu/menu-bg.png') repeat-x top left; */}
#tabmenu				{ min-width:990px; max-width:1280px; margin-left:auto; margin-right:auto;}
.tabs					{float:left;width:100%;line-height:normal;border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/}

.tabs ul				{list-style-type: none;margin:0;margin-left: 5px; /*Left offset of entire tab menu relative to page*/padding:0;}
.tabs li				{display:inline;margin:0;padding:0;}

.tabs a					{float:left;background:url(../graphics/menu/menu-left.gif) no-repeat left top;margin:0;margin-right: 5px; /*spacing between each tab*/padding:0 0 0 9px;text-decoration:none;}
.tabs a span			{float:left;display:block;background:url(../graphics/menu/menu-right.gif) no-repeat right top;padding: 5px 12px 3px 3px;font-weight:bold;color:#3B3B3B;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span 			{float:none;}
/* End IE5-Mac hack */

.tabs a:hover span 		{color: black;}
.tabs a.current			{ /*Selected Tab style*/background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/}
.tabs a.current span	{ /*Selected Tab style*/background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/color: black;}
.tabs a:hover			{ /*onMouseover style*/background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/}
.tabs a:hover span		{ /*onMouseover style*/background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/}

.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:100%}




/* new slide */
.glossymenu							{width:200px; /**/margin:0px 0px 0px 0px; padding: 0;border-bottom-width: 0;} /* width and margin above*/
.glossymenu a.style108				{background: url(../graphics/menu/slidemenu.gif);display: block;position: relative;width: auto;padding: 4px 0;padding-left: 10px;text-decoration: none;}
.glossymenu a.style108:visited, .glossymenu .style108:active{}

.glossymenu a.style108 .statusicon	{position:absolute; top:-7px; right:8px; border:none;}
.glossymenu a.style108:hover		{background: url(../graphics/menu/slidemenu.gif) 0 -39px;}
.glossymenu div.submenu{}
.glossymenu div.submenu ul			{list-style-type: none;margin: 0;padding: 0;}
.glossymenu div.submenu ul li{}
.glossymenu div.submenu ul li a		{display: block;padding: 2px 0;padding-left: 10px;}

.glossymenu div.submenu ul li a:hover{}