@charset "utf-8";		
.startpanel {
	margin-left:70px;
}

.startpanel .top {
	width: 550px;
	height: 35px;
	background-image: url("../img/startpanel_top.png");
}

.startpanel .body {
	background-image: url("../img/startpanel_body.gif");
	background-repeat: repeat-y;
	padding-left:45px;
	padding-right:45px;
	padding-bottom: 8px;
	width: 460px;
}

.startpanel .bottom {
	width: 550px;
	height: 35px;
	background-image: url("../img/startpanel_bottom.png");
}

.startpanel .menu_item {
	width: 430px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	font-size:10pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #888888;
}

.startpanel .menu_item a {
	text-decoration: none;
}
