/* CSS Document */

a.menu       {
	display:block;
	width:165px;
	background-color: #CCDFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #003399 !important;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
.MenuArea {
	background-color: #D5E3F5;
	border: 1px solid #CCCCCC;
}

a.menu:hover {
	color:#003399;
	text-decoration:none;
	background-color: #FFFFFF;
}

a.menuNow{
	display:block;
	width:165px;
	border-top: 1px ridge #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
}
.eventList{
	text-decoration: none;
	color: #000;
	font-size:11px;
}
a.eventList{
	color:#0A50FF !important;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0A50FF;
}
a.eventList:hover{
    color:#66CCFF !important;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
