/******Left Navigation*******/
	#left{
		margin-top: 5px;
		width:165px;
		}
	#button {
		width: 165px;
		padding: 0 0 0 0; /*change 3rd 0 to 1em to get nice bottom border in color*/
		margin-top: 5px;
		margin-bottom: 1em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align:right;
		font-style: normal;
		font-weight: bold;
		color: #003366;
		background-color:#999999;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 3px 2px 3px 2px;
		background-color: #b7b7b7;
		color: #003366;
		font-size:11px;
		text-decoration: none;
		width: 100%;
		}
	#button li a:after { 
	content: url("/graphics/arrow_nav.gif"); }

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #e4e4e4;
		color: #003366;
		}
		
	#button2 {
		width: 165px;
		padding: 0 0 0 0; /*change 3rd 0 to 1em to get nice bottom border in color*/
		margin-top: 5px;
		margin-bottom: 1em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:right;
		font-style: normal;
		font-weight: bold;
		color: #003366;
		 
	}

	#button2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button2 li {
		margin: 0;
		}

	#button2 li a {
		display: block;
		padding: 3px 2px 3px 2px;
		background-color: #b7b7b7;
		color: #003366;
		font-size:12px;
		text-decoration: none;
		width: 100%;
		}
	#button2 li a:after { 
	content: url("/graphics/arrow_nav.gif"); }

	html>body #button2 li a {
		width: auto;
		}

	#button2 li a:hover {
		background-color: #e4e4e4;
		color: #003366;
		}

a.LinksAddons {
	font-family: Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold !important;
	color: #003366;
	text-decoration: none;
}
a.LinksAddons:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.halfHeight {line-height: 20px;}