@charset "UTF-8";

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
}



ul.MenuBarHorizontal li
{
	margin: 0 14px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 115px;
	height: 30px;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: url(../desimage/menubg.jpg);
	line-height: 30px;
	color: #333;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #B9A8FF;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
