.headline {
	position:relative;
	border-bottom:2px dotted  #C6C6FF;
	padding:5px 0;
	margin-left:4px;
	width: 200px;
	font-family: Tahoma;
	}

#linksDiv{
	position:absolute;
	float:left;
	left:43px;
	top:262px;
	width:500px;
	height:100px;
	z-index:3;
}
#links{
	position:absolute;
	float:left;
	left:53px;
	top:263px;
	width:721px;
	height:100px;
	z-index:4;
}

.blinks{
		font-size:11px;
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
}

.menulink{
   color:#666666;
   text-decoration:none;
   }
.menulink:hover{
   color:#CC0000;
   text-decoration:underline;
   }
a {
	color: #0000FF;
	text-decoration:none;
	} 
a:hover{
	color: #003300;
}
.subnav li a {
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 0 0px 0px;
	width: 100%;
	text-transform: capitalize;
}

.subnav li a:hover {
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none; /* underline LA 20/05/2008*/
	background-color: #E2ECF3;
	text-transform: capitalize;
}
	
