/* ************************************* MENU STARTS ********************************* */

.buttonscontainer {}

.buttons a {
	color: Gray; /*background-color: #C4DE8F;*/
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #CDCD9B;
	font: 12px Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid #315139;
	text-decoration: none;
	color: maroon;
}


#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: Silver;
   height: auto;
}

 .submenu2{
   background-image: url(images/submenu.gif);
   display: block;
   height: 19px;
   margin-left: 18px;
   padding-top: 2px;
   padding-left: 7px;
   color: #32CD32;
   height: auto;
}
.hide{
display: none;
}

.show{
display: block;}

#LeftMenuBlock{
	padding:2px;
	font-size:12px;
	font-weight: bold;
	color:orange;
}
#LeftMenuBlockText td{
	font-size: 12px;
}

/* ************************************* MENU ENDS ********************************* */
a:link	{
   text-decoration: none;
   font-weight: bold;
   color: Gray;
}	
		
a:visited	{
   text-decoration: none;
   font-weight: bold;
   color: Gray;
}	
		

		
a:hover	{
   text-decoration: none;
   color: #CD5C5C; /*background: #FC0;*/
}	
		
a.offsite	{
   text-decoration: none;
   font-weight: normal;
   color: #ADFF2F;
}	
		
