@charset "utf-8";
/* CSS Document */

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 25px;
}
.main:hover {
	color: #F00;
}

div#submenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
	padding-left: 50px;
	background-image: url(img/navibck.jpg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	position: absolute;
	top: 21px;
	width: 100%;
	left: 0;
}
div#naviline {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 200px;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(img/navibck.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
