/* Manheim European websites */
/* Navigation styles */
/* simon.hudson@manheimeurope.com */

a {
	color: #B98113;
	text-decoration: underline;
	}

a:hover {
	color: #667CB1;
	}

.extlink {
	background: url(../images/extlink.jpg) right no-repeat;
	padding: 0 13px 0 0;
	}
	
/* ------------------------------------------------------------------------------------------- */
/* ----- MAIN NAVIGATION ----- */

#navbar {
	font-size: 90%;
	padding: 3px 0 0 0;
	margin: 22px 0 0 -29px;
	z-index: 100;
	float: left;
	}
	
/* navbar fixes IE */
/*\*/
* html #navbar {
	margin: -40px 0 0 -16px;
	height: 30px;
	z-index: 100;
	clear: right;
	z-index: 200;
	position: relative;
	}
/**/
	
#navbar ul {
	list-style-type: none;
	width: 100%;
	}
	
/* navbar ul fixes IE */
/*\*/
* html #navbar ul {
	padding: 1px 0 4px 0;
	}
/**/
	
#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0 2px 0 0;
	}
	
/* Reduce right margin IE6 */
/*\*/
* html #navbar li {
	margin: 0 1px 0 0;
	}
/**/
	
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/navigation/right_nav_off.jpg) bottom right no-repeat;
	padding: 3px 4px 5px 0;
	margin: 0 -4px 0 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
	}
	
/* Padding / font size for IE */
/*\*/
* html #navbar a {
	padding: 4px 8px 0 0;
	font-size: 95%;
	}
/**/
	
#navbar a span {
	padding: 3px 4px 5px 8px;
	background: url(../images/navigation/left_nav_off.jpg) bottom left no-repeat;
	}

/* navbar span IE6 */
/*\*/
* html #navbar a span {
	padding: 0 0 3px 8px;
	}
/**/
	
#navbar a:hover {
	background: url(../images/navigation/right_nav_over.jpg) bottom right no-repeat;
	}
	
/* BG position IE6 */
/*\*/
* html #navbar a:hover {
	background: url(../images/navigation/right_nav_over.jpg) bottom right no-repeat;
	}
/**/
	
#navbar a:hover span {
	background: url(../images/navigation/left_nav_over.jpg) bottom left no-repeat;
	}
	
#navbar a:active,
#navbar a:active span {
	color: #CCDBE9;
	}
	
/* ------------------------------------------------------------------------------------------- */
/* ----- SIDEBAR NAV ----- */

#sidebar ul {
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0;
	line-height: 130%;
	font-size: 110%;
	text-align: left;
	}
	
#sidebar li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 7px 0 12px 0;
	list-style: url(../images/bullet.gif);
	}
	
#sidebar ul li a {
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 0 0;
	display: block;
	margin: 0 0 0 0;
	}
	
#sidebar ul.imglist {
	background: 0;
	}
	
/* Disable block display for IE */
/*\*/
* html #sidebar li a {
	display: inline;
	background: url(../images/bullet.gif)left no-repeat;
	text-decoration: underline;
	}
/**/

/* ------------------------------------------------------------------------------------------- */
/* ----- SIDEBAR IMAGE LIST ----- */

#sidebar ul.imglist {
	text-align: center;
	list-style-type: none;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
	float: left;
	}
	
#sidebar ul.imglist li {
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #F5F5F5;
	display: block;
	padding: 10px 0 10px 0;
	}
	
#sidebar ul.imglist a,
#sidebar ul.imglist a:hover {
	background: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 110%;
	font-size: 90%;
	}

/* ------------------------------------------------------------------------------------------- */
/* ----- FOOTER NAV ----- */

#footer ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	font-size: 80%;
	color: #B4B4B4
	}

#footer li {
	list-style-type: none;
	display: inline;
	}
	
#footer li.lastlink {
	border: 0;
	}

#footer a {
	float: left;
	margin: 0 10px 0 0;
	color: #8B8B8B;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/* ------------------------------------------------------------------------------------------- */
/* ----- CYBERSTOCK NAV ----- */

#cybernav ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 190%;
	font-size: 110%;
	text-align: left;
	}
	
#cybernav li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 10px 0 0;
	display: inline;
	}
	
#cybernav ul li a {
	border: 0;
	background: url(../images/bullet.gif) left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 5px;
	}

	
#cybernav ul li a:hover {
	background: url(../images/bullet_hover.gif)left no-repeat;
	}
