/* CSS Document */
<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuV1 {
	left: 0;
	width: 140px;
	top: 0px;
}

#menuV1 dt {
	cursor: pointer;
	
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	background-color: #3399CC;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menuV1 dd {
}
#menuV1 li {
	text-align: left;
	font-weight: bold;
	color: #009900;
}
#menuV1 li a  {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #FF9900;
}
#menuV1 dt a  {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #FFFFFF;
}
#menuV1 li a:hover, #menuV1 dt a:hover {
	background-color: #333333;
}

#arc {
	background-image: url(../images/arc.gif);
	background-repeat: no-repeat;
	left: 142px;
	position: absolute;
	width: 40px;
	top: 30px;
	height: 40px;
}
</style>
#logo {
	top: 50px;
}
