﻿/* CSS Hack to indentify non-InternetExplorer Browser  */                
/* and set the non-IE CSS properties.                  */


html>body div#MenuUnderline
{
	border-color: #000000;
	margin-top: -7px;
	background-color: #000000;
	height: 4px;
}
