@charset "utf-8";

.gainlayout{
	_height: 1%;
}

ul{
	background-color: #eeeee0;
	font-family: 'Trebucket MS', Verdana, sans-serif;
	color: #06477f;
}

/*#current{
	font-weight: bold;
	color: #b34a25;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #69c9d6;
	list-style-type: none;
	padding: 18px 0 18px 0;
}*/

li{
	_height: 1%;
	list-style-type: none;
	padding: 18px 0 18px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #69c9d6; 
	font-size: 14px;
}

li.hline{
	font-size: 12px;
	font-weight: bold;
	padding: 18px 0 0 12px;
}

ul ul li{
	border-bottom: 0;
	padding: 4px 0 2px 12px;
	font-size: 12px;
	font-weight: normal;
}

#home a{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#home a:visited{
	text-decoration: none;
	color: #ffffff;
}

#home a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#home a:active{
	text-decoration: none;
	color: #ffffff;
}

a{
	text-decoration: none;
	color: #06477f;
}

a:visited{
	text-decoration: none;
	color: #06477f;
}

a:hover{
	text-decoration: underline;
	color: #b34a25;
}

a:active{
	text-decoration: none;
	color: #b34a25;
}


