/* *************************************LEFT / RIGHT MENU STARTS ********************************* */
.buttonscontainer {padding-top:3px;}
.buttons a 
{
   color: #A12830;
   padding: 2px;
   padding-left: 3px;
   display: block;
   border-left: 10px solid #A12830;
   font: 9pt;
   text-align: left;
   padding-top: 2px;
   margin-bottom: 2px;
   	font-weight: normal;
}

.buttons a:visited	
{
   border-left: 10px solid #A12830;
   text-decoration: none;
   color: #A12830;
   	font-weight: normal;
}	

.buttons a:hover 
{
   border-left: 10px solid #A12830;
   text-decoration: none;
   color: #A12830;
   	font-weight: normal;
}

.buttons a.current
{
	font-weight: normal;
	background: white;
    color: ThreedShadow;
}

#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: #A12830;
   height: auto;
}
.submenu2{
   background-image: url(images/submenu.gif);
   display: block;
   height: 19px;
   margin-left: 18px;
   padding-top: 2px;
   padding-left: 7px;
   color: #A12830;
   height: auto;
}
.hide{display: none;}
.show{display: block;}
/* *************************************LEFT / RIGHT MENU ENDS ********************************* */


/******************************TOP NAVIGATION CSS***********************************/

.basictab ul
{
	margin: 3px 0 3px 1px;
	padding: 3px 0px 3px 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li
{
	display: inline;
	margin: 0;
}

.basictab li a
{
	margin:0px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	
	border: 1px solid #A12830;
	background-color: white;
	color: black;
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	
}

.basictab li a:hover
{
	font-weight: normal;
	background-color: white;
	color: black;
}

.basictab li a:visited
{
	font-weight: normal;
	color: black;
}

.basictab li a:active
{
	font-weight: normal;
	color: black;
}

.basictab li a.current:hover
{
	font-weight: normal;
	background-color: #659EAF;
	color: black;
}

.basictab li a.current
{
	font-weight: normal;
	background-color: #659EAF;
	color: black;
}

/******************************TOP NAVIGATION CSS***********************************/
		
