@charset "UTF-8";

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	opacity: 0.9;
	filter:alpha(opacity=90);
}



ul.MenuBarHorizontal li
{
	margin: 0 8px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 120px;
	height: 33px;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: url(../desimage/menu.png);
	line-height: 33px;
	color: #000;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000000;
	background: url(../desimage/menumou.png);
}

/* 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;
	}
}

