@charset "utf-8";/* CSS Document */

ul.newspop {
	float: left;
	margin: 0;
	padding: 0;
	width: 218px;
	list-style: none;
	border-bottom: 1px solid #3373a9; /*--Bevel Effect--*/
	border-top: 1px solid #003867; /*--Bevel Effect--*/
	font-size: 12px;
	text-align:left;
}
ul.newspop li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
}
ul.newspop li a{
	border-top: 1px solid #3373a9; /*--Bevel Effect--*/
	border-bottom: 1px solid #003867; /*--Bevel Effect--*/
	padding: 10px 10px 10px 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 183px;
	background: #005094 url(../images/sidenav_li_a.gif) no-repeat 5px 10px;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.newspop li a:hover {
	background-color: #004c8d;
	border-top: 1px solid #1a4c76;
}

ul.newspop li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	margin:0 0 0 15px;
	width: 225px;
	font-size: 0.9em;
	background: url(../images/bubble_top.gif) no-repeat right top;
}
ul.newspop li div p {
	margin: 7px 0 7px 15px;
	line-height: 1.6em;
	padding: 0 5px 10px 9px;
	background: url(../images/bubble_btm.gif) no-repeat right bottom;
}

ul.newspop li div p a {background:none; margin:0; padding:0; height:15px; width:62px; margin:5px 0 0 0;  color:#0066FF;}
ul.newspop li div p a:hover {background:none;}
