﻿/*  news-specific classes */
.news .ChildMenuItem
{
	background-color: #f2f7eb;
	background-image: url(images/news-menu-gradient.jpg)!important;
	margin-left: 220px;
}

.IE .news .ChildMenuItem
{
	margin-left: 0px;
}

.news .side-banner
{
	width: 220px;
	height: 600px;
	background-color: #dae9c8;
	background-image: url(images/news-gradient.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
}

.news ol
{
  list-style-image: url(images/news-tick-1.gif);
}

.news ol.Tick2
{
  list-style-image: url(images/news-tick-2.gif);
}
