

/* -- Drop menu styles ----------------------------------------------------------- */
#latestMenus{
	position: relative;
	background: url(/images/dropMenus/latestMenus.jpg) top left no-repeat;
	height: 78px;
	font-size: 90%;
	}
p.newsLatestP a{
	position: absolute;
	text-decoration: none;
	top: 15px;
	right: 26px;
	color: #ffffff;
	font-weight: bold;
	}
p.eventsLatestP a{
	position: absolute;
	text-decoration: none;
	top: 36px;
	right: 26px;
	color: #ffffff;
	font-weight: bold;
	}
p.membersLoginP a{
	position: absolute;
	text-decoration: none;
	top: 55px;
	right: 26px;
	color: #ffffff;
	font-weight: bold;
	}

.latestOuter{
	display: none;
	background: url(/images/dropMenus/leftDropBase.jpg) left bottom no-repeat;
	position: absolute;
	left: 20px;
	width: 136px;
	top: 540px;
	}
#latestNews{
	}
.latestInner{
	background: url(/images/dropMenus/leftDropTop.jpg) left top no-repeat;
	padding: 1px 10px 0px 10px;
	}
ul.latest{
	margin-left: -20px;
	}
a.latest:hover{
	color: #000000;
	}
.latestDropTitle{
	color: #ffffff;
	font-weight: bold;
	padding-left: 0px;
	}
p.closeLatest{
	background: url(/images/dropMenus/upArrow.jpg) left no-repeat;
	text-indent: 15px;
	margin-left: 7px;
	}
p.closeLatest a{
	font-size: 80%;
	font-weight: bold;
	cursor: pointer;
	color: #0169be;
	}
p.closeLatest a:hover, p.closeLatest a:active, p.closeLatest a:focus{
	color: #000000;
	}