#menubar_top
{
	position:				absolute;
	top:					128px;
	left:					35px;
	min-width:				700px;
}
*html #menubar_top
{
	width:					700px;
}
#menubar_top li
{
	width:					106px;
	margin-left:			-6px;
	font-family:			"Arial", _sans;
	font-size:				10px;
}

#menubar_top li a
{
	background-image: 		url(../../../res/img/button_left_inactive.png);
	background-repeat:		no-repeat;
	height:					35px;
	text-align:				center;
	background-color:		transparent;
	color:					#dddddd;
	padding-top:			10px;
}

*html #menubar_top li a
{
	background-image:url(../../../res/img/blank.gif);
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../res/img/button_left_inactive.png');
}

#menubar_top a:hover, #menubar_top a:focus 
{
	background-image: 		url(../../../res/img/button_left_active.png);
	background-repeat: 		no-repeat;
	background-color:		transparent;
	color:					#ffffff;
}

*html #menubar_top a:hover, #menubar_top a:focus
{
	background-image:url(../../../res/img/blank.gif);
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../res/img/button_left_active.png');
}

.MenuItemActive
{
	background-image: 		url(../../../res/img/button_left_active.png);
	background-repeat: 		no-repeat;
	background-color:		transparent;
	color:					#ffffff;
}

*html .MenuItemActive
{
	background-image:url(../../../res/img/blank.gif);
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../res/img/button_left_active.png');
}


