/* CSS Document */

/* -- News ------------------------------ */

#quicklinkList table { margin:0; border:0; padding:0px; height:auto; width:178px; border-right: 2px solid #000027; height:auto; background-color:#FFFFFF; }

#quicklinkList td.title{ display:block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; height:21px; color:#ffffff; background: #2B5854 url(../quicklinks/title.gif) no-repeat top left; margin:0; padding: 5px 0 0 5px; }

#quicklinkList td{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; color:#000000;}

#quicklinkList a {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; 
	font-size:10px;
	color: #000000; text-decoration: none;
	}

#quicklinkList a:active {
	color:#006633;text-decoration: underline;
}
#quicklinkList a:hover {
	font-weight: 500; color:#006633; 
	text-decoration: underline; }



#quicklinkList, #quicklinkList ul{
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  background-color:#FFFFFF;
}

#quicklinkList li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:1px; /* A left margin to indent the list items and give the menu a sense of structure. */
	padding:3px 5px 3px 15px; /* Removes browser default padding applied to the list items. */
	list-style-type:none;
	background-color: #f3f3f3;
	background-image: url(../quicklinks/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}


