body {
	background-color: #001723;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.menu{
	list-style-type: none;
	padding: 0;
	width: 101px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-position: left;
	height: 31px;
}

.menu li a{
	color: #000000;
	display: block;
	width: 101px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/menu.1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 0px;
	height: 31px;
	clip: rect(22,auto,auto,auto);
	text-align: center;
	vertical-align:text-middle;
	line-height: 25px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 101px;
	height: 31px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #000000;
	text-decoration: none;
	width: 101px;
}

.menu li a:hover{
	background-image:   url(../images/menu.2.jpg);
	color: #fff165;
	background-position: top;
	line-height: 38px;
}

