.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 207px; /*width of menu*/
	height: 32px;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: white url(../mainMenu/glossyback.gif);
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px 0;
	padding-left: 10px;
	text-decoration: none;
	height: 32px;
	color: #000000;
	line-height: 32px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../mainMenu/glossyback2.gif);
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #e9ebed;
position: relative;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #dadbdc;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	vertical-align: middle;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: black;
}



/*orange*/

a:focus { -moz-outline-style: none; }

.glowingtabs{
float:left;
width:100%;
line-height:normal;
position: relative;
z-index: 20;
top: 1px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 12px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}
.glowingtabs a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
width: 125px;
height: 30px;
line-height: 30px;
}

/**************** ORANGE ***************************/

.glowingtabs a{
float:left;
background:url(../tab/glowtab.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
}



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



.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}






.tabcontainer{
	clear: left;
	width:100%; /*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.*/
	position: relative;
}

.tabcontent{
	display:none;
	line-height:normal;
	border-top: 1px solid #c4c5a6; /*Add border strip to bottom of menu*/
	border-bottom: 1px solid #c4c5a6; /*Add border strip to bottom of menu*/
	border-left: 1px solid #c4c5a6;
	border-right: 1px solid #c4c5a6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
