﻿#ChildMenu
{	
	background:#E3FAE7 none repeat scroll 0 0;
	margin:0;
	text-align:left;
	width:100%;
	height: 26px;
	float: left;
}


#ChildMenu li.tab
{
	padding: 0px 0px 0px 2px;
	line-height: 26px;
	white-space:nowrap;
	list-style: none;
	float: left;
      
}

#ChildMenu li.tab a
{
	color:#325884;
	font-size:12px;
	text-decoration:none;
}

#ChildMenu li.tab.selected
{
	background: #FFFFFF;
}

#ChildMenu li.tab.selected a
{
	color: #325884;  
	font-weight: bold;    
}

.MenuItem2
{
	background: url("images/navdivider2.gif") no-repeat;
	background-position: right center;
	padding-right: 5px;
}
