/* CSS Document */

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

#quicklinkList table { margin:0; border:0; padding:0px; height:auto; width:178px; border-right: 2px solid #000027; 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:18px; color:#ffffff; background: #2B5854 url(../quicklinks/title.gif) no-repeat top left; margin:0; padding: 5px 0 3px 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; /* Removes the bullet point that usually goes next to each item in a list. */
 background: #f3f3f3 url(../quicklinks/bullet.gif) no-repeat 0 5px;
}

#liftText {   
   position:absolute;
   text-align:right;
   width:580px;
   top:20px;
   border:0px;
   margin:0px;
   padding:0px;
}
#liftText a{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#FFFFFF;
   text-decoration:none;
   border:0px;
   margin:0px;
   padding:0px;
}
#liftText a:hover{
   text-decoration:underline;
   color:#EAEAEA;
}

