@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	visibility: visible;
	height: 480px;
	width: 640px;
	left:inherit;
	top: 0px;
	right: inherit;
	position: relative;
}
#topMenu {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#topMenu li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: 100;
	color: #FFF;
	background-color: #999;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	clear: right;
	float: left;
	height: 20px;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #F60;
	border-left-color: #F60;
	list-style-type: none;
	list-style-position:inside;
	overflow:visible;
}
