body {
	background-image: url(/templates/standard/images//body_bg_image.jpg);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bg {
	background-image: url(/templates/standard/images/bg.jpg);
	background-repeat: repeat-y;
}

.menu{
	list-style-type: none;
	padding: 0;
	width: 208px;
	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;
}

.menu li a{
	color: #084a73;
	display: block;
	width: auto;
	height: 30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/templates/standard/images/button1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 65px;
	line-height: 30px;
}


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

.menu li a:visited, .glossymenu li a:active{
	color: #084a73;
	text-decoration: none;
}

.menu li a:hover{
	background-image:   url(/templates/standard/images/button2.jpg);
	color: #084a73;
}
