.glossymenu_news{
	margin: 2px 0;
	padding: 2px;
	border:none;
	font-size:11px;
    font-family: Verdana,Arial, Helvetica; 
}
.menuitem_news{
	background: url(Menu_Bg.jpg) repeat-x left;	
	height:23px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;	
	border: 0px solid #EDEDED;
	padding-top: 6px;
}
.menuitem_news a{
	color: #212427; 
	font: bold 11px Verdana;
	text-decoration: none;
}
.menuitem_left_news{
	background: url(Menu_line.jpg);
    width: 1px;
	height: 28px;
	font-size:11px;
    font-family: Verdana,Arial, Helvetica; 
}

.menuitem_news a:hover{
	color: #DE4A21;
	text-decoration: none;
}

.menuitem_news.statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.submenu_news{ /*DIV that contains each sub menu*/
	background-color: #E8E8E8;
	border-top: solid 2px white;
	border-bottom: solid 3px white;
	padding-bottom:2px;
}

.submenu_news td{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #dadada;
	list-style-type: none;
}

.submenu_news td a{
	color: #3F3F40;
	background:  no-repeat  center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-size:11px;
    font-family: Verdana,Arial, Helvetica; 
}

.submenu_news td a:hover{
	color: #4E6D9B;
	background-color: #F3F3F3;
	text-decoration: none;
}

.submenu_news td a:visited{
	color: #3F3F40;
}

