.TopGroupNew
{
  background-color:white;
  border:solid 1px gray; 
}

.GroupNew
{
  background-color:#efefef;
  border:solid 1px gray; 
  text-transform : capitalize;  
}

.ItemNew
{
	color: #059609;
	background-color: #efefef;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	width: 218px;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}

.ItemNew a:link
{
	color: #059609;
	background-color: #efefef;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	width: 218px;
	text-transform: capitalize;
	text-decoration: none;
}

.ItemNew a:visited
{
	color: #059609;
	background-color: #efefef;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	width: 218px;
	text-transform: capitalize;
	text-decoration: none;
}


.ItemHNew
{
	color: #059609;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;	
}

.ItemExpNew
{
	color: #059609;
	background-color: #efefef;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;	
}

