﻿#navcontainer { width: 193px;}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul li
{
	padding-left:4px;width: 100%;
}

/*#navcontainer a
{
	width:170px;
	display: block;
	padding: 11px;
	margin-left:5px;
	position:relative;
	z-index:3;
	margin:0;
	border-bottom: 1px solid #eee;
}*/

#navcontainer a img
{
	position:absolute;
	right:5px;
	bottom:5px;
}

/*#navcontainer a:link, #navlist a:visited
{
	font-weight:bold;
	text-decoration: none;
	color:#606060;
	letter-spacing:0.1em;
}*/

/*#navcontainer li:hover
{
	background:url('../images/menu-over_bg.png') no-repeat;
	background-position:-15px;
}*/

/*#navcontainer a:hover
{
	background:url('../images/menu-over_bg.png');
	color: #fff;
	border-color:#eee;
}*/

.RedCarTxt
{
	font-weight:bold;
	text-decoration: none;
	color:#606060 !important;
	letter-spacing:0.1em;
	position:relative;
	z-index: 50;
	width:170px;
	display: block;
	padding: 11px;
	margin-left:5px;
	margin:0;
	border-bottom: 1px solid #eee;
}

.RedCarTxt:Hover
{
	text-decoration:none;
	color: #fff !important;
	border-color:#eee;
	position:relative;
	z-index: 50;
	cursor:pointer;
}

.RedCarTxt span{ /*CSS for enlarged image*/
	position: absolute;
	z-index:-1;
	background-color: transparent;
	padding: 5px;
	left: -500px;
	border: 0px;
	visibility: hidden;
	color: white;
	text-decoration: none;
}

.RedCarTxt span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.RedCarTxt:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:188px; /*position where enlarged image should offset horizontally */
	top:31px;
}