/*------------------------------------------------------------------------------
META GROOVE LINK PREFERENCES
------------------------------------------------------------------------------*/	

a:link { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #000000;  text-decoration: none; background: transparent; } /* black */ 
a:visited { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #000000; text-decoration: none; } /* black */
a:hover { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #99735C; background: transparent; text-decoration: none; } /* brown */
a:active { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #000000; background: transparent; text-decoration: none; } /* black */

a.footer:link { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #818386;  text-decoration: none; background: transparent; } /* grey */ 
a.footer:visited { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #818386; text-decoration: none; } /* grey */
a.footer:hover { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #b81200; background: transparent; text-decoration: none; } /* red */
a.footer:active { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #818386; background: transparent; text-decoration: none; } /* grey */

a.form:link { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #ffffff;  text-decoration: none; background: transparent; } /* white */ 
a.form:visited { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #ffffff; text-decoration: none; } /* white */
a.form:hover { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #000000; background: transparent; text-decoration: none; } /* black */
a.form:active { font-family: Verdana, Geneva, sans-serif; size: 12px; color: #ffffff; background: transparent; text-decoration: none; } /* white */

/* MAIN NAVIGATION - GREY */
#main-navigation ul {
	margin: 0 0 0 18px;
	padding: 0;
	float: left;
	list-style: none;
}

#main-navigation ul li {
	float: left;
}

#main-navigation ul a {
	padding: 0 .7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #818386;
	float: left;
	/* background: url('../../images/main-nav-divider.gif') repeat-y left top; */
	display: block;
	letter-spacing: .08em;
}

#main-navigation ul a:hover {
	color: #ffffff;
}

#main-navigation ul .first a {
	background: none;
}

#main-navigation a._current {
	color: #ffffff;
}

/* SUB NAVIGATION - GREY */
#sub-navigation ul {
	margin: 0 0 0 18px;
	padding: 0;
	float: left;
	list-style: none;
}

#sub-navigation ul li {
	border-bottom: dotted #ffffff .2em;
	width: 229px;
	padding: 7px 0;
}

#sub-navigation ul a {
	padding: 0 .7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	/* background: url('../../images/main-nav-divider.gif') repeat-y left top; */
	display: block;
	letter-spacing: .08em;
}

#sub-navigation ul a:hover {
	color: #000000; /* black */
}

#sub-navigation ul .first a {
	background: none;
}

#sub-navigation a._current {
	color: #000000; /* black */
}