/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: november 2009
	
	description:
	menu styles definitions for navigation, subnavigation and breadcrumb
*/
/*	-------------------------------------------------------------------------------- */
/* 	navigation */
/*	-------------------------------------------------------------------------------- */

ul, li {
	margin: 0;
	padding: 0;
}

#navigation {
	position: absolute;
	right: 0;
	bottom: 15px;
	float: right;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li.back {
    position: absolute;
	z-index: 2;
	width: 9px;
	height: 16px;
	margin: 10px 0 0 0;
	background-color: #cd0e6e;
}

#navigation li a {
		position: relative;
		z-index: 3;
        height: 16px;
        margin: auto 0;
		padding: 10px 5px;
		display: block;
		float: left;
		overflow: hidden;
		font: bold 11px/16px arial, sans serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #333;
}

.hide {
	display: none;
}

/*	-------------------------------------------------------------------------------- */
/* 	subnavigation */
/*	-------------------------------------------------------------------------------- */

#subnavigation {
	position: relative;
	width: 180px;
	height: 250px;
}

#subnavigation div {
	position: absolute;
	bottom: 7px;
	margin: 0 0 0 10px;
}

#subnavigation div a {
	font: bold 11px/20px arial, sans serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #888;
}

#subnavigation div a.current {
	color: #333;
}

#subnavigation div a:hover {
	text-decoration: underline;
}

/*	-------------------------------------------------------------------------------- */
/* 	breadcrumb navigation */
/*	-------------------------------------------------------------------------------- */

#breadcrumb {
	height: 18px;
	margin: 0px 0px 0px 20px;
	line-height: 18px;
	font-weight: bold;
}

#breadcrumb a {
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	color: #888;
	background: url(../content/icons/arrow.gif) right center no-repeat;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb a.current {
	color: #333;
	background: none;
}