/* ************************************* MENU STARTS ********************************* */
.buttonscontainer {}
.buttons a {
   color: ThreedFace;
  /* background-color: White;*/
   padding: 2px;
   padding-left: 3px;
   display: block;
   border-left: 10px solid silver;
  
   text-align: left;
   margin-top: 1px;
		
}
.buttons a:hover {
   border-left: 10px solid grey;
   text-decoration: none;
   color: #FFA00F;
	font-style: italic;
		

}
#holdm{position:absolute; top:150px; left:20px; z-index:100; width:80%;}
.menu1{background-image:url(images/menudiv1bg.gif); margin-left:0px; padding-left:9px; padding-top:2px;
   padding-bottom: 2px; display:block; text-decoration: none; color: #000000; height: auto; }
.submenu{
   background-image: url(images/submenu.gif);
   display: block;
   height: 19px;
   margin-left: 9px;
   padding-top: 2px;
   padding-left: 7px;
   color: ThreedFace;
   height: auto;
}
.submenu2{
   background-image: url(images/submenu.gif);
   display: block;
   height: 19px;
   margin-left: 18px;
   padding-top: 2px;
   padding-left: 7px;
   color: ThreedFace;
   height: auto;
}
.hide{display: none;}
.show{display: block;}
/* ************************************* MENU ENDS ********************************* */
a:link	
{
	text-decoration: none;
	font-weight: bold;
	color: #2F4F4F;
}	
		
a:visited	
{
	text-decoration: none;
	font-weight: bold;
	color: #2F4F4F;
}	
		
a:active	
{
	text-decoration: none;
	font-weight: bold;
	color: #2F4F4F;
}	
		
a:hover	
{
	text-decoration: none;
	
	color: #2F4F4F; /*background: #FC0;*/
}	
		
a.offsite	
{
	text-decoration: none;
	font-weight: normal;
	color: #2F4F4F;
}