/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
text-align:left;
font: normal 12px Arial;
width:110px;
text-align:right;
float:left;
display:block;}

.awgx{
color: white !important;


width:93px;
height:23px;
background:  url(/images/gl/awg1.jpg)  no-repeat;
}

a#awgx {
width:93px;
height:23px;;
float: left;
color: red; /*text color*/
background:  url(/images/gl/awg.jpg)  no-repeat;

text-decoration: none;
 /*navy divider between menu items*/
}

a#awgx:visited{
width:93px;
height:23px;
color: white;
}

 a#awgx.selected{
color: white !important;


width:93px;
height:23px;
background:  url(/images/gl/awg1.jpg)  no-repeat;
}

a#aw101:hover{
color: white !important;


width:93px;
height:58px;
background:  url(/images/gl/a2.jpg)  no-repeat;
}

a#aw101 {
width:93px;
height:58px;
float: left;
color: red; /*text color*/
background:  url(/images/gl/a3.jpg)  no-repeat;

text-decoration: none;
 /*navy divider between menu items*/
}

a#aw101:visited{
width:93px;
height:58px;
color: white;
}

 a#aw101.selected{
color: white !important;


width:93px;
height:58px;
background:  url(/images/gl/a1.jpg)  no-repeat;
}


a#aw66:hover{
color: white !important;


width:93px;
height:58px;
background:  url(/images/gl/b3.jpg)  no-repeat;
}


a#aw66 {
	margin-top:0px;
	width:93px;
	height:58px;
	float: left;
	color: red; /*text color*/
	background:  url(/images/gl/b2.jpg)  no-repeat;
	text-decoration: none;
	padding-bottom: 10px;
 /*navy divider between menu items*/
}

a#aw66:visited{
width:93px;
height:58px;
color: white;float: left;
}

 a#aw66.selected{
color: white !important;


width:93px;
height:58px;float: left;
background:  url(/images/gl/b1.jpg)  no-repeat;
}




.tabcontentstyle{ /*style of tab content oontainer*/

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

