#layout_3 DIV#menu,
#layout_4 DIV#menu{
	float:left;
	background-color:#EEE7D8;
	height:40px;
	border-top:1px solid #203397;
	border-left:1px solid #203397;
	width:730px;
	font-size:11px;
}

#layout_1 DIV#menu{
	float:left;
	background-color:#EEE7D8;
	border-right:1px solid #203397;

width:730px;
	font-size:11px;
}

DIV#menu table{
	width:731px;
	background-color:#E5D7BE;
	border-collapse: collapse; 
}

DIV#menu tr{
	height:22px;
}

DIV#menu td{
	border-right: 1px solid #203397;
	border-bottom: 1px solid #203397; 
	text-align: center;
}

DIV#menu td a{
	color:#203397;
	text-decoration:none;
	font-weight:bold;
}


DIV#menu td a:hover{
	color:#BF084D;
	text-decoration:none;
}

DIV#menu td .selected,
DIV#menu td .active{
	color:#000;
	text-decoration:none;
}

#layout_3 DIV.subnavigation,
#layout_4 DIV.subnavigation{
	padding-left:10px;
	border-right:1px solid #203397;
	width:720px;
	font-size: small;
	height:19px;
	font-size:10px;
	color: #616473;
	line-height:18px;
}

#layout_1 DIV.subnavigation {
	padding-left:10px;
	border-right:1px solid #203397;
	width:720px;
	font-size: small;
	font-size:10px;
	color: #616473;
	line-height:18px;
}



DIV.subnavigation .inactive a{
	float:left;
	color: #616473;
	height:10px;
	text-decoration:none;
	padding: 0 10px 7px 10px;
		font-weight:bold;


}

DIV.subnavigation .inactive a:hover{
	float:left;
	color: #203397;
	height:10px;
	text-decoration:none;
		font-weight:bold;


}

DIV.subnavigation .active a{
	float:left;
	color: #b20000;
	height:10px;
	text-decoration:none;
	padding: 0 10px 7px 10px;
		font-weight:bold;



}


