@charset "utf-8";
/* CSS Document */

.MenuItems
{
	
}

.MenuItem a
{
	background-image:url(images/menuItem.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:180px;
	display:block;
	color:#000000;
	text-decoration:none;
	text-align:right;
	text-indent:30px;
	margin-bottom:1px;
	margin-top:1px;
}

.MenuItem a:hover
{
	background-image:url(images/menuItemHover.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
