/* ************************************* MENU STARTS ********************************* */
.buttonscontainer {}
.buttons a {
	color: White;
	background-color: transparent;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #AAAAAA;
	font: 9pt;
	text-align: left;
	margin-top: 1px;
}
.buttons a:hover {
	border-left: 10px solid #999999;
	text-decoration: none;
	color: #996633;
}
#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;}

#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: #c1253e;
}	
		
a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #c1253e;
}	

a:active	{
	text-decoration: none;
	font-weight: bold;
	color: #84c225;
	/*color: #c1253e;*/
	/*background: #EFAB0C;*/
}	
		
a:hover	{
	text-decoration: none;
	color: #c1253e;
	background: #D8D8D8;
}

a.offsite {
	text-decoration: none;
	font-weight: normal;
	color: #D8D8D8;
}	