	#menuTitle
	{
		width:190px;
		float:left;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	.MenuHeader{
		width:190px;
		height:25px;
		background-image: url('190Header.jpg');
		background-repeat: no-repeat;
		background-position: center;
	}
	.MenuHeaderData{
		background:#740000;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		width:190px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.MenuData{
		background:url('190GreyBKG.jpg') repeat-y;
		width:190px;
		padding-top: 0px;
		padding-right: 2px;
		padding-bottom: 3px;
		padding-left: 2px;
	}
	.MenuData a {
		width:180px;
		color:#740000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		display:block;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #740000;
		padding:2px 0px 0px 5px;
		text-decoration:none;
	}
	.MenuData a:hover {
		color: #ffffff;
		background:#740000;
	}
	
	.MenuFooter{ 
		background:url('190Footer.jpg') no-repeat; 
		width:190px; 
		height:10px; 
		padding:0px; 
		margin:0px; 
	}
	
	.RightMenuData { text-align:center;
		background:url(190WhiteBKG.jpg) repeat-y;
		width:190px;
		padding-top: 0px;
		padding-right: 2px;
		padding-bottom: 3px;
		padding-left: 2px;
	}
	
	.RightMenuData a {
		width:180px;
		color:#740000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		display:block;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #740000;
		padding:2px 0px 0px 5px;
		text-decoration:none;
	}
	.RightMenuData a:hover {
		color: #740000;
	}
