
.MenuSimple
{
	
	width: 179px;
	border: #003399 2px solid;
	cursor: default;
	padding:2px;

	background-color: white;
	
}

.ItemSimpleTitle
{
	
	padding-top: 2px;
	padding-bottom:2px;
	width:183px;
	padding-right: 5px;
		padding-left: 0px;
	font-size: 14pt;
	color:#FFFFFF;	
	background-color:#003399;
	font-style: oblique;
	
	font-family: 'Bookman old style';

}

.ItemSimple
{
	width: 175px;
	padding: 5px;
	font-size: 11pt;
	

	font-weight: bold;
	font-family: 'Bookman old style';
	background-color:white;color: #003399;

}

.ItemSimpleOnFocus
{
	width: 180px;
	padding: 5px;
	font-size: 12pt;
	
	font-weight: bold;
	font-family: 'Bookman old style';
	background-color:#003399;color:#FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType = 1, startColorStr =#FBFBFB , endColorStr = #003399 );


}
.ItemSimpleMF
{
	width: 175px;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
	color:#003399;
	font-family: 'Bookman old style';
	background-color: white;

}

.ItemSimpleOnFocusMF
{
	width: 180px;
	padding: 4px;
	font-size: 14pt;
	color: white;
	font-weight: bold;
	font-family: 'Bookman old style';
	background-color:#003399;
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType = 1, startColorStr =#FBFBFB , endColorStr = #003399 );



}


