/**
* buerstner.com CSS
* menu.css
*
* @author       tsitrone
* @copyright    2006
* @version      1.0
* @revision     $Revision: 1481 $
*
* $Id: menu.css 1481 2007-08-02 10:11:06Z stephan $

*
*/

/*** Top Menu No Flash ***/
#menuTopNoFlash {
	/*display: none; /* TODO: check this for no-flash version */
	background: url(../images/menuNoFlashBg.jpg) no-repeat top left;
}
#menuTopNoFlash .items {
	padding: 43px 0 0 110px;
}


/*** Menu left within boxLeft ***/
#menuLeft {
	background: white;
}

/* Common styles for all levels */
#menuLeft ul {
	list-style: none;
}
#menuLeft li,
#menuLeft a {
	color: #406F98;
}
#menuLeft a {
	display: block;
	text-decoration: none;
}
#menuLeft a:hover,
#menuLeft a.act {
	color: #E10915;
}


/* Level 1 */
#menuLeft ul.level1 {
	margin: 0 8px 0 12px;
}
#menuLeft li.level1 {
	font-size: 1.125em;
	font-weight: bold;
	color: #406F98;
	margin-bottom: 24px;
}
#menuLeft li.level1 a {
}

/* Level 2 */
#menuLeft ul.level2 {
	border-top: 1px solid #CFCFCF;
	margin-top: 3px;
}
#menuLeft li.level2 {
	font-size: .8888em;
	padding-left: 8px;
}
#menuLeft li.level2 a {
	padding: 3px 0;
	font-weight: normal;
	border-bottom: 1px dashed #CFCFCF;
}
#menuLeft ul.level2 li.act {
	background: url(../images/menuLeftArrow.png) 0 50% no-repeat;
}
#menuLeft li.level2 a.act {
	font-weight: bold;
	background: url(../images/menuLeftArrow.png) no-repeat left middle;
}

#menuLeft li.level2 a img.externalDealerArea {
	border: none;
	margin-top: 3px;
}


/*** Rootline ***/
#rootline {
	line-height: 34px;
	font-size: .92em;
	padding-left: 6px;
	color: #666666;
}
#rootline a {
	color: #666666;
	text-decoration: none;
}
#rootline a:hover {
	text-decoration: underline;
}
#rootline .act {
	text-decoration: none;
}
/* Additional margin on pages without left menu */
.pageLayout1 #rootline {
	margin-left: 12px;
}


/*** Content navigation beneath rootline ***/
#contentNav {
	background: white;
	padding-bottom: 10px;
}
#contentNav ul.level1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentNav li.level1 {
	float: left;
	line-height: 23px;
	margin: 0;
	padding: 0 1px 0 0;
	background: url(../images/contentNavDivider.png) repeat-y top right;
	color: #406F98;
}
#contentNav a {
	display: block;
	padding: 0 12px;
	color: #406F98;
	text-decoration: none;
}
#contentNav a:hover,
#contentNav a.act {
	color: #E10915;
}
#contentNav a.act {
	font-weight: bold;
}


/* no devider line for backlink */
#contentNav ul.backLink li.level1 {
	background: none;
	list-style: none;
}

/*** Menu Footer ***/
#menuFooter ul {
	list-style-type: none;
	margin-left: 12px;
}
#menuFooter li {
	float: left;
	line-height: 22px;
	border-right: 1px solid #C1D5E0;
}
#menuFooter li.last {
	border: none;
}
#menuFooter a {
	display: block;
	line-height: 22px;
	padding: 0 10px;
	color: #7E7E7E;
	font-size: .92em;
	text-decoration: none;
}
#menuFooter a:hover,
#menuFooter a.act {
	color: #E10915;
}
#menuFooter a.act {
	font-weight: bold;
}

