/* Template Styles */
body
{
   margin:0px;
}

.black-text
{
   font-family: Verdana;
   font-size: 10px;
   color: #86898B;
}

.background_header
{
   background-image: url(img/template/background.gif);
   background-attachment: fixed;
   background-repeat: repeat-x;
}

.background_content
{
   background-image: url(/img/background2.jpg);
   background-attachment: fixed;
   background-repeat: repeat-x;
   background-color: #888F72;
}

/* Menu Styles  allnavi.css*/

/* TOP MENU */
.whitetext
{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	font-weight:regular;
}



.buttonTableX
{
   table-layout: fixed;

   position: relative;
   top: 3px;
   left: 26px;

   font-family: Arial;
   font-size: 11px;
   color: #464646;
}

.buttonTableY
{
   table-layout: fixed;

   position: relative;
   top: 1px;
   left: 26px;

   font-family: Arial;
   font-size: 11px;
   color: #464646;
}


/* SECOND TIER MENU */

.second-menu-left
{
   background-color: #FFFFFF;
}

.second-menu-right
{
   background-color: #FFFFFF;
}

.second-menu-content
{
   background-color: #FFFFFF;
}

.second-menu-text
{
   font-family: Verdana;
   font-size: 10px;
   color: #5090ac;
   letter-spacing: -0.1mm;
}

.second-menu-text-active
{
   font-family: Verdana;
   font-size: 10px;
   color: #cdcdcd;
   letter-spacing: -0.1mm;
}

.second-menu-splitter
{
   background-image: url(img/template/second_nav_divider.gif);
   background-repeat: no-repeat;
   background-position: center;
   width: 2px;
   height: 100%;
}

/* THIRD TIER MENU */

.row_white_bottom_border
{
   border-bottom: 1px solid #FFFFFF;
}

.third-menu-top-left
{
   background-image:url(img/thirdmenu/third_menu_top_left.gif);
   background-repeat:no-repeat;
}

.third-menu-top-center
{
   background-color: #ebebeb;
}

.third-menu-top-right
{
   background-image:url(img/thirdmenu/third_menu_top_right.gif);
   background-repeat:no-repeat;
}

.third-menu-heading-text
{
   font-family: Arial;
   font-size: 14px;
   color: #707070;
}

.third-menu-bottom-left
{
   background-image:url(img/thirdmenu/third_menu_bottom_left.gif);
   background-repeat:no-repeat;
}

.third-menu-bottom-center
{
   background-color: #ebebeb;
}

.third-menu-bottom-right
{
   background-image:url(img/thirdmenu/third_menu_bottom_right.gif);
   background-repeat:no-repeat;
}

.third-menu-divide
{
   background-color: #ffffff;
}

.third-menu-item
{
   font-family: Verdana;
   font-size: 11px;
   color: #4e8fab;

   background-color: #ebebeb;
}

.third-menu-item-selected
{
   font-family: Verdana;
   font-size: 11px;
   color: #000000;

   background-color: #aecddb;
}

.third-menu-arrow
{
   background-image:url(img/arrows/arrow_grey_bgrey.gif);
   background-repeat:no-repeat;
}

/* FOURTH TIER MENU */
.row_grey_bottom_border
{
   border-bottom: 1px solid #d7d7d7;
   border-left: 1px solid #d7d7d7d;
   border-right: 1px solid #d7d7d7d;
}

.fourth-menu-item
{
   font-family: Verdana;
   font-size: 11px;
   color: #4e8fab;

   background-color: #FFFFFF;
   border-left: 1px solid #d7d7d7d;
   border-right: 1px solid #d7d7d7d;
}

.fourth-menu-item-selected
{
   font-family: Verdana;
   font-size: 11px;
   color: #000000;

   background-color: #aecddb;
   border-left: 1px solid #d7d7d7d;
   border-right: 1px solid #d7d7d7d;
}

.fourth-menu-arrow
{
   background-image:url(img/arrows/arrow_grey_bgrey.gif);
   background-repeat:no-repeat;
}

.bottom-navigation-text
{
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: -0.2mm;
	color: #86898B;
}

.copyright
{
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: -0.2mm;
	color: #777897;
}

<script>
			function loadPage(page)
			{
				window.location = page;
			}

			var b = 'img/buttons/dynamic_button/';
			function changesrc(o,l,c,r)
			{
				var tr = o.firstChild.firstChild;
				tr.firstChild.firstChild.src = b+l;
				tr.firstChild.nextSibling.style.backgroundImage = 'url("'+(b+c)+'")';
				tr.lastChild.firstChild.src = b+r;
			}
</script>