div.cmDiv
{
	background: transparent url(../images/nav_bg.png) repeat-x;
	height: 35px;
}
.clickMenu
{
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	border: 1px solid #c9c9c9;
	background-color: #eee;
	min-width: 150px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 34px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}

.clickMenu li
{
	position: relative;
	/*padding: 0 20px 0 2px;*/
	font-size: 12px;
	cursor: pointer;
	/*white-space: nowrap; does not really work in ie */
}

.clickMenu li a
{
	cursor: pointer;
}

.clickMenu li.main
{
	float: left;
	padding: 0;
	//height: 35px; /* for ie */
}

.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	color: #F49321;
	background: transparent url(../images/bg_selected.png) no-repeat;
}

.clickMenu li.main li a, .clickMenu li.main li
{
	height: 22px;
	line-height: 1.8em;
	text-align:left;
	padding-left: 4px;
}

.clickMenu li.main li.hover
{
	background: none;
	background-color: #F8D453;
}

.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	cursor: default;
}

/* - - - */
li.sp
{
	background: transparent url(../images/nav_div.png) no-repeat;
	width: 1px;
	height: 35px;
	line-height: normal;
	cursor: default;
}

.lnkHome			{width: 80px;}
.lnkAbout		{width: 100px;}
.lnkNew			{width: 130px;}
.lnkSpecials	{width: 130px;}
.lnkUsed			{width: 90px;}
.lnkAsmLease	{width: 140px;}
.lnkQuote		{width: 102px;background: transparent url(../images/bg_getaquote.png) repeat-x;}

.lnkHome, .lnkAbout, .lnkNew, .lnkSpecials, .lnkUsed, .lnkAsmLease, .lnkQuote
{
	height: 35px;
	line-height: 35px;
	display: block;
	position: relative;
	font-weight: bold;
	color: #6c6c6c;
}

#nav li.selected
{
	color: #F49321;
	background: transparent url(../images/bg_selected.png) no-repeat;
}

.lnkQuote		{color: #fff !important;}
