/* RULES FOR THE "MENUDIV" OBJECT */

/* Layers for Home News *****/

/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.newsLayer {
	position: absolute;
	font-family:Tahoma, Verdana, sans-serif;
	visibility: hidden;
	z-index: 1000;
	background-color:#FDE38F;
	background-image: url(../../images/2005/home/newsLayerBG.gif);
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	padding: 4px 0px 2px 0px;
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */

.newsLayer h1 {

 	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
 	color: #333333;
	text-indent: -10px;
	text-decoration: none;
	padding: 4px 0px 4px 18px;
	margin: 0px;
	font-size:10px;
}



.newsLayer .line {
	
	border-bottom: 1px solid #FFD755;
}

.newsLayer p {
	display: block;
	color: #333333;
	text-indent: -12px;
	text-decoration: none;
	font-size: 10px;
	padding: 4px 0px 4px 18px;
	margin: 0px;
	line-height:10px;
}

.newsLayer .brake {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	font-weight:normal;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menubar element.
*/
.newsLayer .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #000000;
 font-weight: bold;
}
