/*******************************************************************************

	Project		:	Antoria Guitars
	Copyright	:	everfresh GbR / Adam Hall

*******************************************************************************/



/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 153px;
	margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
	font-size: 11px;
}


#nav-header li {
	display:inline;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	background-color: inherit;
	padding: 0;
}

#nav-header a:hover {
	color:#202732;
	padding: 0;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#202732;
	padding: 0;
}

#nav-header a.current:hover {
	color:#202732;
	padding: 0;
	text-decoration: underline;
}


/* ### Navigation ######################################################### */

#nav1 {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}


#nav1 li {
	display:inline;
}

#nav1 a, 
#nav1 a:link {
	color:#cacccd; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 5px;
}

#nav1 a:hover {
	color:#fff;
	padding: 0 5px;
}

#nav1 a.current, 
#nav1 a.current:link,
#nav1 a.current:active,
#nav1 a.current:visited {
	color:#fff;
	padding: 0 5px;
}

#nav1 a.current:hover {
	color:#cacccd;
	padding: 0 5px;
	text-decoration: underline;
}

/*

#nav2 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}


#nav2 p.copy,
#nav2 p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#nav2 p.copy a,
#nav2 p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav2 p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

*/

#nav2,
#nav3 {
	font-size: 11px;
	text-align: left;
}


#nav2 li,
#nav3 li {
	//display:inline;
}

#nav2 a, 
#nav2 a:link,
#nav3 a,
#nav3 a:link {
	color:#cacccd; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 5px;
	display: inline;
}


#nav2 a:hover,
#nav3 a:hover {
	color:#fff;
	padding: 0 5px;
}

#nav2 a.current, 
#nav2 a.current:link,
#nav2 a.current:active,
#nav2 a.current:visited,
#nav3 a.current, 
#nav3 a.current:link,
#nav3 a.current:active,
#nav3 a.current:visited {
	color:#fff;
	padding: 0 5px;
}

#nav2 a.current:hover,
#nav3 a.current:hover {
	color:#cacccd;
	padding: 0 5px;
	text-decoration: underline;
}


/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 50px;
}
* html body #navheight_vert { height: 50px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:0;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}

ul.nav1st li {
	//display: block;
	padding:0px;
	float: left;
	color:#cacccd;
	background: inherit;
	
}

ul.nav1st a, 
ul.nav1st a:link {
	//display: block;
	color:#cacccd;
	background: inherit;
	padding: 1px 0;
	
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}