div.image-load-left
{
	background-image: url("images/buttonleft.png");
}

div.image-load-right
{
	background-image: url("images/buttonright.png");
}

div.image-load-bg
{
	background-image: url("images/buttonbg.png");
}


div.web-blue-tabs-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height:37px;
}

div.web-blue-tabs-menu ul li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: url("images/buttonleft.png") left top no-repeat;
	margin-right: 0px;
	margin-left: 0px;
}

div.web-blue-tabs-menu ul a
{
	background:url("images/buttonright.png") right top no-repeat;
	text-decoration: none;
	margin-left: 0px;
	width:.1em;
	cursor:pointer; cursor: hand;
}

div.web-blue-tabs-menu > ul a {width:auto;}


/*#D3DDE9 */
div.web-blue-tabs-menu ul a nobr
{
	background: url("images/buttonbg.png") top repeat-x;
	margin-right: 24px;
        margin-left:15px;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	padding:10px 16px;
}

div.web-blue-tabs-menu ul a, div.web-blue-tabs-menu ul a nobr
{
	display:block;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	height:37px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
div.web-blue-tabs-menu ul a, div.web-blue-tabs-menu ul a nobr
{
	float: none;
}
/* End IE5-Mac hack */


div.web-blue-tabs-menu li:hover, div.web-blue-tabs-menu li.jshover
{
	background: url("images/buttonleft.png") left top no-repeat;
}

div.web-blue-tabs-menu a:hover
{
	background:url("images/buttonright.png") right top no-repeat;
}

div.web-blue-tabs-menu a:hover nobr
{
	/*fix*/
	margin-right:24px;
margin-left:15px;
	padding-right:0px;
	padding:10px 16px;
	font-size:10px;
	background: url("images/buttonbg.png") top repeat-x;
}

div.web-blue-tabs-menu li.selected, div.web-blue-tabs-menu li.selected:hover
{
	background: url("images/buttonleft.png") left top no-repeat;
}

div.web-blue-tabs-menu li.selected a, div.web-blue-tabs-menu li.selected a:hover
{
	background:url("images/buttonright.png") right top no-repeat;
}

div.web-blue-tabs-menu li.selected nobr, div.web-blue-tabs-menu li.selected a:hover nobr
{
	background: url("images/buttonbg.png") top repeat-x;
}

div.menu-clear-left
{
	clear:left;
}
