﻿.MenuStatic
{
	background-image:url('Images/Menu/bg.jpg');
	width: 129px;
}

.MenuStaticItem
{
	width: 129px;
	height: 33px;
	border: 0px;
	background-color: Transparent;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
a.MenuStaticItem:link
{
	color: #cce7fc;
	text-decoration: none;
}
a.MenuStaticItem:hover
{
	color: White;
	text-decoration: none;
}
a.MenuStaticItem:visited
{
	color: #cce7fc;
	text-decoration: none;
}

