/* /////////////////////////// first level /////////////////////////// */
ul.menu {
	width: 165px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul.menu li {
	font-size: 11px;
	margin: 0px;
	padding-left: 0px;
	text-indent: 0px;
	background: url(/dealer/images/skin/10/bullets8.gif) no-repeat left top;
	display: block;
	height: expression("9px");
	list-style: none
}
ul.menu li a {
	display: block;
	color: #01225B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 3px 13px;
	border-bottom: 1px solid #950000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}
ul.menu a:hover {
	color: #980000;
	text-decoration: none;
}

/* /////////////////////////// second level /////////////////////////// */
ul.menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	width: auto;
}
ul.menu li.sub ul {
	margin: 3px 0px 6px;
	display: block;
}
ul.menu ul li {
	margin-left: 10px;
	padding: 0px 10px 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	line-height: expression("12px");
	background: url(/dealer/images/skin/10/bullets7.gif) no-repeat left top;
	z-index: 1;
}
ul.menu ul li.pointer {
	background: url(/dealer/images/skin/10/bullets7-a.gif) no-repeat left top
}
ul.menu ul li.sub {
	background: url(/dealer/images/skin/10/bullets7-m.gif) no-repeat left top
}
ul.menu ul li.cur {
	background: url(/dealer/images/skin/10/bullets7.gif) no-repeat left top
}
ul.menu ul li.over {
	background: url(/dealer/images/skin/10/bullets7.gif) no-repeat left top
}
ul.menu ul li.psover {
	background: url(/dealer/images/skin/10/bullets7-mon.gif) no-repeat left top
}
ul.menu ul li.pover {
	background: url(/dealer/images/skin/10/bullets7-aon.gif) no-repeat left top
}
ul.menu ul a {
	display: block;
	color: #4B6AC9;
	border-bottom: 0px solid white;
	font-weight: normal;
	text-decoration: underline;
	padding: 2px 0px 2px 5px;
}
ul.menu ul a:hover{
	color: #980000;
}

/* /////////////////////////// third level /////////////////////////// */

ul.menu ul ul {
	display: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
ul.menu li.sub ul ul{
    display: none;
}
ul.menu ul li.sub  ul {
	display: block;
}
ul.menu ul ul li {
	width: auto;
}
ul.menu ul ul a {
	width: auto;
	display: block;
	color: #4B6AC9;
	font-style: italic;
}
ul.menu ul ul a:hover {
    color: #980000;
}