@charset "utf-8";
/* CSS Document */

/* NAV MAIN */

#nav {
	width: 175px;
	height: auto;
	margin-top: 22px;
	margin-bottom: 22px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	float: none;
}

#nav li a {
	font-family: "NewRegular", "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

/* NAV MAIN */

#nav2 {
	width: auto;
	height: auto;
}

#nav2 ul {
	margin: 0;
	padding: 0;
}

#nav2 li {
	list-style-type: none;
	float: none;
}

#nav2 li a {
	font-family: "NewRegular", "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

#navbar_icons {
	width: auto;
	height: 16px;
	margin-top: 3px;
	float: right;
	position:inline
}

/* NAV Current State */

#newsState a.news,
#albumsState a.albums,
#lyricsState a.lyrics,
#photosState a.photos,
#watchState a.watch {
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
	color: #999;
	text-decoration: none;

}