#box{
	width:800px;
	text-align:left;
	display:table;
	height:auto;
}

#menu
{
	width:175px;
	float:left;
	padding-right: 3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: url('../templates/niso-front/imx/niso-logo.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

#menu *
{
	list-style-type: none;
}

.menu_class ul
{
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 160px;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 22px;

	margin-left:  0px;
	padding-left: 2px;
}

.menu_class li
{
	padding-bottom: 10px;
	vertical-align: middle;
	width: auto;
	height: 20px;
}

	.menu_class li a:hover
	{
		color: white;
		background-color: #666666;
	}

	.menu_class li a
	{
		display: block;
		background-color: white;
		color: #000000;
		font-weight: bold;
		height: 17px;

		text-align: left;
		text-decoration: none;
		padding: 1px 10px 1px 10px;
		font-size: 1em;

	}

	.menu_class li a.menu_inverted
	{
		background-color: #ffffff;
		color: #000000;
	}

	.menu_class li a.menu_inverted:hover
	{
		background-color: #666666;;
		color: #ffffff;
	}

.menu_footer
{
  padding-top: 0px;
  padding-bottom: 60px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #C7C9C8;
}

/*Clears the floated menu items.
 * Assigned to a BR tag placed just before
 * menuwrapper's closing DIV tag*/
.clear_it
{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

