/* nav box container */
.navcontainer{
	position:relative;
	margin-left:auto; 
	margin-right:auto;

	width:700px;}
/*This is the dark green in the nav table*/
#sdg
{background-color:#336633}
/*This is the light green in in the nav table*/
#nslg
{background-color:#84C440}

/*This is the dark green in the nav table*/
.sdg
{background-color:#336633}
/*This is the light green in in the nav table*/
.nslg
{background-color:#84C440}

.arrowclass
{
	background-image:url(/img/nav/midsection.png);
	background-color:#336633;	}
	
	.navtablefill
	{
	    background-image:url(/img/bgg.png);
		padding-bottom:25px;
		padding-top:25px;
	}
  
.glosbutl
{background-image:url(/img/glos_table/tl.png);
}

.glosbutm
{background-image:url(/img/glos_table/tm.png)}
.glosbutr
{background-image:url(/img/glos_table/tr.png)}

.glosbutbl
{background-image:url(/img/glos_table/bl.png)}

.glosbutbm
{background-image:url(/img/glos_table/bm.png)}

.glosbutbl_alt
{background-image:url(/img/glos_table/bl_alt.png)}

#mainlisr
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

.glosbut
{
float:left;
width:20px;
text-decoration:none;
color:000000;
background-image:url(/img/glossary/grade2.png);
}

#itemsalt
{
float:left;
width:20px;
text-decoration:none;
color:000000;
background-image:url(/img/glossary/grade1.png);
border-left:1px solid black;
border-right:1px solid black;
}

.glosbut:hover { background-image:url(/img/glossary/grade1.png)}

li {display:inline}
