#newsheader {
	height: 300px;
	width: 30px;
	position: absolute;
	background-image: url(../images/slices/news-heading.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 500;
	margin-top: 180px;
	margin-left: -65px;
}



.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 11.5px;
	font-family: Verdana;
/*	display: inline;*/

}


.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	display: inline-table;
}


.dropdown li{
	margin:0;
	padding:18px;
	cursor:pointer;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #484847;
	display: inline-table;
}

these are anchor in the menu, if you want to style them differently from the rest of you website
.dropdown a{
	width:100%;
	color: #FFFFFF;
	text-decoration: none;
}

.dropdown a:hover{
	text-decoration:none;
	color: #67BAB1;
}

.menulanding{
	text-decoration:none;
	color: #67BAB1;
	display: none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:-1px;
	height: auto;
	padding: 5px;
	width: 168px;
	background-color: #393937;
	border: 1 solid #484847;
	display: inline-table;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url(../../../images/menu/expand_down.gif);
	background-position:left center;
	background-repeat:no-repeat;

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url(../../../images/menu/expand_right.gif);
	background-position:right center;
	background-color: #393937;
}
#menucontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #484847;
	visibility:visible;
	z-index:1000;
	position:absolute;
}

#activelink a{
	text-decoration:none;
	color: #67BAB1;
}

#deactivelink a{
	text-decoration:none;
	color: #FFFFFF;
}

#deactivelink a:hover{
	text-decoration:none;
	color: #67BAB1;
}

