.menu {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #993333;
	color: #FFFFFF;
	}
	
.menu a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 2px 0;
	background: #993333;
	color: #FFFFFF;
	border: 1px solid #993333;
	}
	
.menu a:hover {
	background: #F9F9F9;
	text-decoration: none;
	color: #000000;
	}
	
.menu_current {
	background: #00416F;
	color: #FFFFFF;
	}
	
.menu_current a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 2px 0;
	background: #00416F;
	color: #FFFFFF;
	border: 1px solid #00416F;
	}
		
.menu_current a:hover {
	background: #00416F;
	text-decoration: none;
	color: #FFFFFF;
	cursor: default;
	}
	
	
/********  END MENU CONFIG  **********/

.left_content {
	padding-top: 10px;
}

td.top_bar {
	height: 10px;
	background-image: url(../images/bluebar.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}