/*********************************************************************************

	Project		:	daviderler.de
				:	navigation.css
**********************************************************************************
Inhalt:
- Navigation
*********************************************************************************/


/* ### NAVIGATION #################################################################### */

#menu {
	padding:0 0 0 15px; margin:0; 
	list-style:none; 
	height:35px; 
	font-family: georgia, serif;
	font-weight: normal;
	font-size:16px;
	letter-spacing:2px;
	}
#menu ul {
	list-style:none; 
	}
#menu li {
	list-style:none; 
	float:left; margin-right:1px;
	background:url(../images/navi_back.png) repeat;
	}
#menu li a {
	display:block; 
	float:left; 
	height:1.5em; line-height:1.5em; 
	color:#ccc; 
	text-decoration:none; 
	padding:0 1.0em 0 1.0em;
	}


/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	position:relative;
	color:#fff;
	}
#menu li:hover {
	position:relative;
	}

#menu li:hover > a {
	color:#fff;
	}
#menu li:hover > a.rex-active {
	color:#fff;
	}

#menu li.rex-current a {
	color:#fff; 
	}

#menu li a.rex-active {
	background: url(../images/up-arrow.gif) no-repeat right center;
	}
#menu li.rex-active a.rex-active {
	color:#fff; background: url(../images/up-arrow.gif) no-repeat right center;
	padding:0 1.5em 0 0.5em;
	}

#menu li:hover ul {
	left:1px; top:auto; bottom:1.25em; 
	width:auto;
	border-left:1px solid #transparent;
	border-right:1px solid #transparent;
	border-top:1px solid #transparent;
	margin-left:-1px;
	}
#menu a:hover ul {
	left:0; top:auto; bottom:1.25em; 
	width:auto; 
	}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul ul, 
#menu :hover ul ul {
	position:absolute; left:-9999px; top:-9999px; 
	width:0; height:auto; 
	margin:0; padding:0; 
	list-style:none;
	}

#menu :hover ul :hover ul {
	left:152px; top:auto; bottom:0;
	white-space:nowrap; 
	width:100%; height:auto;
	}

#menu :hover ul li {
	margin:0; 
	width:100%; 
	}
#menu :hover ul li a {
	font-size:14px;
	font-weight:bold;
	width:125px; 
	height:1.5em; line-height:1.5em;
	padding:0; 
	color:#ccc;
	padding:0 0.2em 0 1.5em;
	}
#menu :hover ul li a.rex-active {
	background: url(../images/right-arrow.gif) no-repeat right center;
	}

#menu :hover ul :hover {
	color:#fff;
	}
#menu :hover ul :hover a.rex-active {
	color:#fff;
	}

#menu :hover ul li.rex-current a {
	color:#fff;
	}
#menu :hover ul li.rex-active a.rex-active {
	background:url(../images/right-arrow.gif) no-repeat right center; 
	color:#fff;
	}

#menu :hover ul :hover ul li a {
	width:100px; 
	padding:0 1.0em 0 1.0em; 
	color:#ccc;
	}
#menu :hover ul :hover ul :hover {
	color:#fff;
	}

#menu :hover ul :hover ul li.rex-current a,
#menu :hover ul :hover ul li.rex-current a:hover {
	color:#fff;
	}
