/* CSS Document */
#header{
	width: 980px;
	height: 120px;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
}
#header #logo{
	text-align: left;
	width: 231px;
	float: left;
	padding: 50px 0 0 20px;
	margin: 0px;
}
#header #right{
	width: 729px;
	float: right;
}
#header #right #menu{
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 65px;
}
#header #right #menu span{
	margin: 0 5px 0 5px;
	font-weight: bold;
	background: url(../images/spacer.jpg) no-repeat center;
}
#header #right #menu a{
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
	border: solid 1px #FFFFFF;
}
#header #right #menu a:hover{
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	/*
	color: #FFFFFF;
	background: #666666;
	*/
}
#header #right #sub_menu{
	float: right;
	width: 129px;
	text-align: left;
	margin-top: 20px;
}
#header #right #sub_menu ul{
	list-style: none;
	list-style-type: none;
}
#header #right #sub_menu ul li{
	line-height: 20px;
	display: block;
}
#header #right #sub_menu ul li img{
	vertical-align: middle;
	margin-right: 5px;
}
#header #right #sub_menu ul a{
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
#header #right #sub_menu ul a:hover{
	color: #666666;
}
