

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
text-align:left;
font: normal 12px Arial;
width:60px;
text-align:right;
float:left;
display:block;}

a#awgx:hover{
color: white !important;


width:60px;
height:40px;
background:  url(/images/gl/awg1.jpg)  no-repeat;
}

a#awgx {
width:60px;

height:40px;
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:60px;
height:40px;
color: white;
}

 a#awgx.selected{
color: white !important;


width:60px;
height:40px;
background:  url(/images/gl/awg1.jpg)  no-repeat;
}

a#aw101:hover{
color: white !important;


width:60px;
height:40px;
background:  url(/images/gl/a3.jpg)  no-repeat;
}

a#aw101 {
width:60px;

height:40px;
float: left;
color: red; /*text color*/
background:  url(/images/gl/a2.jpg)  no-repeat;

text-decoration: none;
 /*navy divider between menu items*/
}

a#aw101:visited{
width:60px;
height:40px;
color: white;
}

 a#aw101.selected{
color: white !important;


width:60px;
height:40px;
background:  url(/images/gl/a1.jpg)  no-repeat;
}


a#aw66:hover{
color: white !important;


width:60px;
height:40px;
background:  url(/images/gl/b3.jpg)  no-repeat;
}


a#aw66 {
width:60px;
margin-top:10px;
height:40px;
float: left;
color: red; /*text color*/
background:  url(/images/gl/b2.jpg)  no-repeat;

text-decoration: none;
 /*navy divider between menu items*/
}

a#aw66:visited{
width:60px;
height:40px;
color: white;float: left;
}

 a#aw66.selected{
color: white !important;


width:60px;
height:40px;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;
}
}