@charset "UTF-8";
/* CSS Document */

#dd li {
	list-style-type: none;
}
#dd {
 margin-left: 25%;
 padding: 0 0 20px 0;list-style-type:none;
}

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

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

#dd li a.menu:hover {
	background: #99999;
}


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

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

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