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

	
#top-nav{
	list-style-type:none;
	font-size:10px;
	height:22px;
	width:710px;
	/*width:800px;*/
	/*margin:0px -107px 0px 0px;*/
	margin:0px 0px 0px 0px;
	padding:0;
	float:right;
}
#top-nav li{
	/*width:12.56%;*/
        width:auto;
	height:22px;
	border-bottom:0px solid #333333;;
	display:block;
	float:left;
	margin-right:1px;}
#top-nav li a{
	/*width:100%;*/
        width: auto;
	font-size:10px;
	font-weight:bold;
	height:auto;
	display:block;
	text-align:center;
	padding:2px 5px 2px 5px;
	color:#FFF;
	text-decoration:none;
	-moz-border-radius:4px 4px 0px 0px; -webkit-border-radius:4px 4px 0px 0px; border-radius:4px 4px 0px 0px;
}
#top-nav li a:hover{
/*	background-color:#776E40;
*/	color:#FFF;
	border:0;
	-moz-transition:all ease-in-out 0.6s;
	-ms-transition:all ease-in-out 0.6s;
	-o-transition:all ease-in-out 0.6s;
	-webkit-transition:all ease-in-out 0.6s;
	-moz-border-radius:4px 4px 0px 0px; -webkit-border-radius:4px 4px 0px 0px; border-radius:4px 4px 0px 0px;

}
a.top-nav-link:hover{ color:red;}
#top-nav li ul{
	list-style-type:square;
	background-color:#CCC;
	color:#CCC;
	margin:0px;
	padding:0px;
	color:#CCC;
	display:none;}
#top-nav li ul a{
	border:0px;
	background-color:#81A594;
	text-decoration:none;
	text-align:left;
	font-size:10.4px;
	display:block;
	width:90%;
	color:#fff;
	padding:5px 5px 5px 0px;
	}
#top-nav li ul a:hover{
    border-bottom:1px dotted #303F42;
	color:#fff;
	background-color:#81A594;

}
.wrap3{
	border-top:0px solid #000;
	height:auto;
	width:80px;
	z-index:1000;
	height:auto;
	padding:10px;
	position:absolute;
	line-height:13px;
	margin:0px;
	background-color:#81A594;
	-moz-border-radius:0px 0px 4px 4px; -webkit-border-radius:0px 0px 4px 4px; border-radius:0px 0px 4px 4px;
	}

.set-column{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	margin:0px;
	padding:10px;}	
#management a:link{
	border-right:1px solid #303F42;
	width:100%;
	font-size:10px;
	font-weight:bold;
	height:auto;
	text-align:center;
	color:#999;
	text-decoration:none;
	position:relative;
	top:10px;
	padding:6px;	
	}
	
#management a:hover{
		color:white;
		background-color:#81A594;		
		}
		
