/* CSS Document */
#menu_tab{
	border: 1px solid Black;
	width: 250px;
	background-color: #3d5f84;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: White;
	padding:1px 6px 3px 6px;
	font-variant: normal;
	font-weight: bold;
}
#menu_tab a{
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
}
#menu_tab a:visited{
	color: #A9A9A9;
	text-decoration: none;
		font-weight: normal;
		font-size:11px;
}
#menu_tab a:hover{
	color: White;
	text-decoration: underline;
		font-weight: normal;
		font-size:11px;
}
#menu_tab td{
	border-bottom: 1px solid White;
}

