@charset "utf-8";

#menu{
	margin:0 0 10px 5px;
	width:175px;
	/*background: rgb(246,250,183);*/
	font-size:80%;
	font-weight:bold;
	font-family:Arial,sans-serif;
	color: rgb(222,236,190)
}
#menu div{
	/*margin:4px 0 4px 0;
	padding-top:4px;
	padding-bottom:4px;*/
}
#menutop{
	width:175px;
	height:54px;
	background:no-repeat url(images/menu-top.gif);
	text-align:center;
}
#menubottom{
	width:175px;
	height:20px;
	background:no-repeat url(images/menu-bottom.gif);
	text-align:center;
}
.item{
	
}
/*.linetop{
	border-top:1px solid rgb(198,152,112);
	border-bottom:1px solid rgb(198,152,112);
}*/
.line{
	border-bottom:1px solid rgb(198,152,112);
}
#thispage{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	background:rgb(31,160,186) ;/*rgb(31,160,186);*/
	color:rgb(255,255,255);
	font-weight:bold;
}
.noline{
	border:none;
}
div.padd{
	padding-left:15px;
}
#menu .nolink{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
#menu .item a{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	display:block;
	text-decoration:none;
}
.item a:link{
	background:rgb(214,257,160);
	color:rgb(49,94,120);
}
.item a:visited{
	background:rgb(214,257,160);
 	color:rgb(49,94,120);
 }
.item a:hover{
 	background:#2E81C4;
 	color:yellow;
 }
.colorred{
	color:#C41818;
}
.new{
	color:#C41818;
	font-family:Arial,sans-serif;
	font-weight:bold;
}
img{
	border:none;
}
#banner{
	margin:15px 0 10px 5px;
	width:175px;
	text-align:center;
	font-size:75%;
	color: rgb(221,73,0);
}