/* General Links */
* a:link, * a:visited, * a:active, * a:hover {
	text-decoration: none;
	border: none;
}


#content a:link, #content a:visited, #content a:active, #content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #416275;
	color: #416275;
}

#content a:hover {
	background-color: #544600;
	color: #FFF;
}



* #sticker a:link, * #sticker a:visited, * #sticker a:active, * #sticker a:hover {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

/* this is supposed to remove link border hover scheisse from images, but fails. */
#content a img, 
#content a:link img, 
#content a:visited img, 
#content a:active img, 
#content a:hover img
{
	text-decoration: none;
	border: none;
	background-color: transparent;
}




/*nav

navItem
navItemLevel0
navItemActive*/

/* -	-	-	-	-	-	-	-	-	-	*/
/* Navigation Bar */
#nav {
	position: relative;
	float:left;

	left: 0px;
	
	width: 191px;

	/*border-top: 1px solid #FFF;*/ /*	top border is defined by individiual nav itmes. */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

	line-height: 1em;

	font-size: 11px;
	font-weight: bold;

	color: #FFF;
	top: 0;
	padding: 0;
}

#nav .navItem{	
	height: 16px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top: 1px solid #FFF;
	color: #FFF;
}


* .navItem a, * .navItem a:link, * .navItem a:visited, * .navItem a:active, * .navItem a:hover {
	text-decoration: none;
	border: 0;
	color: #FFF;
}

#nav .navItem:hover {
	background-color: #544600;
}


#nav .navItemActive {
	color: #444;
	background-color: #fff;
}

#nav .navItemActive:hover {
	color: #444;
	background-color: #fff;
}


#sponsors a:link, 
#sponsors a:visited, 
#sponsors a:active, 
#sponsors a:hover {
	text-decoration: none;
	color: #FFF;
}



