.button input {
	background: url("/images/button.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 115px;
	border: 0;
	padding: 8px;
	}

.button a 
{
	background: url("/images/button.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 115px;
	border: 0;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.button a:hover {color: #ffff00;
	text-decoration: underline;}

.buttonMedium input {
	background: url("/images/buttonMedium.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 162px;
	border: 0;
	}

.buttonWide input {
	background: url("/images/buttonWide.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 201px;
	border: 0;
	}

.buttonHuge input {
	background: url("/images/buttonHuge.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 350px;
	border: 0;
	}

.navigation a { 
	color: #000000; 
/*	background: url("/images/left-menu-tab.gif") left top no-repeat;  */
	background-color: #ffffcc;
	text-decoration: none; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}

/*
.navigation a span {
	background: url("/images/right-menu-tab.gif") right top no-repeat; 
	background-color: #ffffcc;
	padding-right: 11px; 
}
*/
/*
.navigation a, #navigation a span { 
	display: block; float: left;
}
*/


/* Commented backslash hack hides rule from IE5-Mac \*/ 
/*
.navigation a, #navigation a span { 
	float: none 
}
*/
/* End IE5-Mac hack */ 

.navigation a:hover { 
	color: #ffffff; 
	background: #006000;
/*	 url("/images/left-menu-hover.gif") left top no-repeat; */
	text-decoration: none; 
	font-weight: bold; 
	padding-left: 4px;
	padding-right: 4px;
}

/*
.navigation a:hover span { 
	background: url("/images/right-menu-hover.gif") right top no-repeat; 
	padding-right: 11px; 
}
*/

.navigation ul { 
	list-style: none; 
	padding: 0; 
	margin: 0;
}

.navigation li { 
	float: left; 
	margin: 0; 
	padding: 0; 
}
	

.border {
	background: #006000; 
	height: 1.5em; 
	font-size: 10pt; 
	color: #f8f8f8; 
	margin-bottom: 2px;
}

.border a {
	font-size: 8pt; font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}

.border a:link {
	color: #f0fff0; 
	text-align: right;
	}

.border a:visited {color: #f8f8f8;}
.border a:active {color: #f8f8f8;}
.border a:hover {color: #ffffff; text-decoration: underline;}

.leftMenu {
	font-size: 8pt; 
	color: #000000;
	background-color: #ffffcc;
	border-top: 1px solid #b00000;
	border-left: 1px solid #800000;
	border-right: 1px solid #400000;
	border-bottom: 1px solid #000000;
	}
	
.leftMenu ul  {
	list-style: none;
	padding: 2px; 
	margin: 0;
	}

.leftMenu li {
	margin-left: 2px;
	margin-bottom: 6px;
	padding: 0;
	display: block;
	width: 99%;
	}

.leftMenu a {
	color: #000000;
	font-weight: normal;
	display: block;
	width: 99%;
	}
.leftMenu a          {color: #000000; }
.leftMenu a:link     {color: #000000; }
.leftMenu a:visited  {color: #000000; }
.leftMenu a:active   {color: #0000a0; }
.leftMenu a:hover    {color: #ffffff; background-color: #006000; }


.navTitle {
	font-size: 10pt;
	height: 1.5em;
	color: #f8f8f8;
	margin-left: 8px;
	}

.navDisplay {
	font-size: 8pt;
	font-weight: bold;
	color: #f4f4f4;
	text-align: center;
	}
