table.menu {
	width: 100%;
	border-collapse: collapse;
}

table.menu td {
	padding: 0;
	margin: 0;
	width: 25%;
	border-bottom: 1px solid #87AECF;
	text-align: center;
	height: 25px;
}

table.menu td.selected a {
	display: block;
	margin-bottom: -5px;
	color: #C93300 !important;
}

table.menu td a.link_1{
	display: block;
	width: 100%;
	height: 100%;
	color: #1574B6;
	font-size: 16px;
	text-decoration: none;
}

table.menu a:hover {
	text-decoration: underline;
}

ul#secondary a:hover {
	background-color: #EFF5F9;
}

td.sec {
	background-color: #F4FBFB;
	border: 1px solid #87AECF;
	border-top: none;
}

td.selected {
	border: 1px solid #87AECF;
	border-bottom: 1px solid  #F4FBFB !important;
	background-color: #F4FBFB;
}

ul#secondary {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
	width: 99%;
}

ul#secondary li {
	display: block;
	float: left;
	white-space: nowrap;
}

ul#secondary li.last a {
	background-image: none !important;
}

ul#secondary li a {
	color: #2D6397; /*#C93300*/
	display: block;
	float: left;
	width: auto;
	padding: 8px;
	font-size: 14px;
	border: none;
	padding-right: 8px;
	padding-left: 5px;
	background-image: url(/images/delim.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: underline;
}


