#top_menu_left {
height: 31px;
width: 200px;
background: red;
float: left;
padding: 0px;
margin: 0px;
background: url('../gif/top_menu_left.gif') no-repeat;
}

.top_menu {
padding: 0px;
background: url('../gif/background_menu_top.gif') repeat-x;
}

.top_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height:31px;
}

.top_menu ul li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0px 8px 0px 10px;
	height: 31px;
	margin-right: 0px;
	margin-left: 0px;
	background: url('../gif/menu_bg.gif') bottom left no-repeat;
}

.top_menu ul a
{
	text-decoration: none;
	margin-top: 8px;
	cursor:pointer; 
	cursor: hand;
	color: #ffffff;
	display: block;
}
.top_menu ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.top_menu ul a:visited {
	color: #ff;
}


/*

div.web-blue-tabs-menu ul a, div.web-blue-tabs-menu ul a 
{
	display:block;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:31px;
}


div.web-blue-tabs-menu ul a, div.web-blue-tabs-menu ul a 
{
	float: none;
}



div.web-blue-tabs-menu li:hover, div.web-blue-tabs-menu li.jshover
{

}

div.web-blue-tabs-menu a:hover
{

}

div.web-blue-tabs-menu a:hover 
{

	text-decoration: underline;

}

div.web-blue-tabs-menu li.selected, div.web-blue-tabs-menu li.selected:hover
{

}

div.web-blue-tabs-menu li.selected a, div.web-blue-tabs-menu li.selected a:hover
{

}

div.web-blue-tabs-menu li.selected nobr, div.web-blue-tabs-menu li.selected a:hover nobr
{

}

div.menu-clear-left
{
	clear:left;
}

.nobr {
	padding-top: 7px;
	background: url('images/menu_bg.gif') bottom left no-repeat;
	padding-left: 0px;
	color: #ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing property: border-box;
	-webkit-box-sizing: border-box;
}

*/