@charset "utf-8";
/* CSS Document */

.glossymenu
{
	margin:20px 0 0 0;
	padding:0;
	width:100%; /*width of menu*/
	border-bottom:solid 1px #d9d9d9;	
}
.glossymenu a.menuitem
{
	font-size:18px;
	font-weight:400;
	color:#545454;
	position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width:auto;
	padding:12px 10px 12px 50px;	
	text-decoration:none;
	display:block;
	border:solid #d9d9d9;
	border-width:1px 1px 0 1px;
}
.glossymenu a.menuitem .statusicon
{ /*CSS for icon image that gets dynamically added to headers*/
	position:absolute;
	top:13px;
	left:15px;
	border:none;
}
.glossymenu a.menuitem:hover
{
	
}
.glossymenu div.submenu
{ /*DIV that contains each sub menu*/
	background:none;
}

.tab-ctn-box
{
	display:block;
	padding:0 20px 20px 50px;
	border:solid #d9d9d9;
	border-width:0 1px 0 1px;
}
.tab-ctn-box p
{
	font-size:15px;
	color:#747474;
	font-weight:300;
	line-height:23px;
	margin-top:16px;	
}
.tab-ctn-box p:first-child {margin-top:0;}