@charset "utf-8";
.header  #menu {
	width: 175px;
	margin-top: 105px;
}
.header   #menu  ul {
	text-align: right;
}
.header    #menu   ul  li {
	line-height: 20px;
}
.header   #menu   li  a {
	text-decoration: none;
	color: #666666;
	font-family: "Trebuchet MS", Arial;
}
.header   #menu   li  a.active, #header  #menu  li  a:hover  {
	color: #000000;
}
