#dd
{	margin: 1;
	padding: 1}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#dd li a.menu
{	display: block;
	text-align: center;
	background: #5970B2;
	padding: 4px 10px;
	margin: 1 1px 1 0;
	color: #FFF;
	width: 122px;
	text-decoration: none}

#dd li a.menu:hover
{	background: #49A3FF}

.submenu
{	background: #EAEBD8;
	border: 1px solid #5970B2;
	visibility: hidden;
        width: 122px;
	position: absolute;
	z-index: 3}

	.submenu a
	{	display: block;
		font: 11px arial;
		text-align: left;
		text-decoration: none;
		padding: 5px;
		color: #2875DE}

	.submenu a:hover
	{	background: #49A3FF;
		color: #FFF}

/* anaMenu */

#anamenu {
	float: center;
	width: 728px;
	height: 50px;
	background: #F4F4F4;
}

#anamenu ul {
	height: 5px;
	background: #F4F4F4;
	list-style: none;
}

#anamenu li {
	display: inline;
}

#anamenu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 15px 30px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#anamenu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#anamenu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#anamenu a b {
	text-decoration: underline;
}
