﻿/* Primary */
div#nav{
	color: #e51686;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 202px 0 0 12px;
	position: absolute;
	width: 179px; height: 172px;
	z-index: 1;	
}
div.nav_item{
	margin: 6px 0 0 12px;
	position: relative;
	width: 150px; height: 18px
}
a.nav:link, 
a.nav:visited, 
a.subnav:link, 
a.subnav:visited{
	color: #1756af;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
a.nav:hover, 
a.subnav:hover{
	color: #e51686;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}


/* Secondary Navigation */
div.sub-nav{
	border-bottom: 1px dotted #C0BFBD;
	margin: -10px 0 0 0;
	position: absolute;
	width: 630px; height: 28px;
}
.active{
	color: #888;
	font-family: sans-serif;
	font-size: 10px; 
	line-height: 20px;
	height: 16px;
	text-transform: uppercase;
}