/* NEW HOVER */
* html .ie6-hide-selects select /*set up a class to hide all selects for IE 6 (fixes inability to z-index over select boxes)*/
{
	visibility: hidden;
}
.hover
{
	display:none;
	position:absolute;
	top:550px;
	left:377px;
	z-index:9999;
	padding: 5px;
	width: 300px !important;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Verdana, Sans-Serif;
}
.hover .hover_left div
{
	width:30px;
}
.hover .hover_content
{
	background-color:#fff;
}
#vHoverArrow
{
	display: none;
}