	td.menu
	{
		background: url('menuitem.png');
		width:180px;
		height:33px;
		font-family: arial;
		font-size:12px;
		font-weight: 400;
		text-align: right;
	}

	td.menuhover
	{
		background: url('menuselect.png');
		width:180px;
		height:33px;
		font-family: arial;
		font-size:12px;
		font-weight: 400;
		text-align: right;
	}

	td.menuselected
	{
		background: url('menuselect.png');
		width:180px;
		height:33px;
		font-family: arial;
		font-size:14px;
		font-weight: bold;
		text-align: right;
	}

	td.menuselected2
	{
		background: url('menuselect2.png');
		width:180px;
		height:50px;
		font-family: arial;
		font-size:14px;
		font-weight: bold;
		text-align: right;
	}

	div.menu
	{
		position:relative;
		padding-right:10px;
		text-align: right;
		padding-top: 6px;
		padding-bottom: 6px;
		width: 170px;
		cursor: hand;
	}

	a
	{
		color:black;
		text-decoration: none;
	}

	a:hover
	{
		color:maroon;
		text-decoration: none;
	}

	li
	{
		text-align:justify;
	}
	
	.maintext
	{

		font-size:14px;
	}
