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

#sitetopUl li ul{
	position:absolute;
	display:none;
	background-color:#C00;
    }
#sitetopUl li:hover ul, ul li a{
	margin:0px;
	padding:0px;
	display:block;
	width:136.70px;
	}
#sitetopUl .ddown a{
	background-color:#e2f5fb;
	color:#131552;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #131552;
	border-bottom-color: #131552;
	border-left-color: #131552;
	height: 25px;
	padding-bottom: 3px;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
    }
#sitetopUl .ddown a:hover{
	background-color:#464990;
	color:#ebee02;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	height: 25px;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
    }	
