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

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

.buttons a:hover 
{
	border-left: 10px solid #457DBD;
	background-color: #B8CDE6;
	text-decoration: none;
	color: #457DBD;
	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: #16A1DE;
   height: auto;
}
.submenu2{
   background-image: url(images/submenu.gif);
   display: block;
   height: 19px;
   margin-left: 18px;
   padding-top: 2px;
   padding-left: 7px;
   color: #16A1DE;
   height: auto;
}
.hide{display: none;}
.show{display: block;}
/* *************************************LEFT / RIGHT MENU ENDS ********************************* */


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

.basictab ul
{
	/* margin: 1px 1px 1px 1px;
	padding: 1px 0px 1px 0px;
	*/
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 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 white;
	background-color: #6D891B;
	background-image: url(images/blue-bar1.gif);
	background-repeat: repeat-x;
	color: white;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

.basictab li a:hover
{
	font-weight: normal;
	background-color: #646464;
	background-image: url(images/fav.png);
	background-repeat: repeat-x;
	color: #0A1370;
}

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

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

.basictab li a.current:hover
{
	font-weight: normal;
	background-image: url(images/fav.png);
	background-repeat: repeat-x;
	color: white;
}

.basictab li a.current
{
	font-weight: normal;
	background-image: url(images/fav.png);
	background-repeat: repeat-x;
	color: white;
}

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