@charset "UTF-8";
#menu {
	width: 264px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#menu ul {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-color: #FFFFFF;
	width: 234px;
	margin-right: 0px;
	margin-left: 15px;
	padding: 0px;
	color: #FFFFFF;
}
#menu li {
	list-style-type: none;
	display: inline;
}
#menu    li a:hover   {
	list-style-type: none;
	text-align: left;
	text-indent: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 3px;
	vertical-align: bottom;
	display: block;
	background-color: #000000;
	height: 17px;
	padding-top: 3px;
}
#menu  li a {
	list-style-type: none;
	text-align: left;
	text-indent: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 3px;
	vertical-align: bottom;
	display: block;
	background-color: #CC0000;
	height: 17px;
	padding-top: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#pub {
	width: 234px;
	height: 260px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

