/* CSS Document 
COLOR PALETTE
Magenta:	#eb037d
Dark Teal:	#006b6e
Light Teal:	#7db5b9
Lightest Teal:	#d9e9ec
Grey background: #e7e7e8
*/



#navcontainerGR
{
margin:0px auto;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#navcontainerGR ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainerGR ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainerGR ul li a
{
background: #006b6e;
width: 142px;
/*height: 18px;*/
 padding: 1px;
margin: 0 0 0px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
	font: 89% Arial, Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	border-top:2px solid #fff;
		border-bottom:2px solid #fff;


	        border-right:2px solid #fff; /* add a 1px white border around items */ 

/*font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; */
}

#navcontainerGR ul li a:hover
{
color: #000;
background: #ebebeb;
    padding: 1px; 


}

#navcontainerGR a:active
{
background: #eb037d;
color: #fff;
}

#navcontainerGR a:focus
{
background: #eb037d;
color: #fff;
}


#tight { font-size: 99%; }
