@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#InfoMenu_Container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 150px;
	/*background-color: #F00;*/
	/*background-image:url(CSSImages_Style1/QuotePanelBG.jpg);*/
	font-weight:bold;
}

#InfoMenu_Container a {
	position: relative;
	float: left;
	display: block;
	height: 25px;
	width: 170px;
	text-align:center;
	text-decoration:none;
	/*color:#333;*/
	padding-top:0px;
	margin-left:5px;
	margin-top:5px;
	/*background-image:url(CSSImages_Style1/Button170x25.png);*/
	background-repeat: no-repeat;
}

#InfoMenu_Container a:hover {
	position: relative;
	float: left;
	display: block;
	height: 25px;
	width: 170px;
	padding-top:0px;
	/*color:#000;
	background-image:url(CSSImages_Style1/Button170x25_Hover.png);*/
	background-repeat: no-repeat;
}

#InfoMenu_Container_Label {
	position:relative;
	top:5px;
}