﻿.nav{
width:250px;
display:block;
font-size:18px;
color:#edf4fa;
text-decoration:none;
outline:none;
cursor:pointer;
}

.navHover
{
width:250px;
display:block;
font-size:18px;
color:#9bbacf;
text-decoration:none;
outline:none;
cursor:pointer
}

.subDivider 
{
	/*color: #edf4fa;
	background-color: #536474;
	border-bottom: dotted 1px #edf4fa;*/
	width:250px;
	text-align:left;
	margin-left:0px;
	height:11px;
	background-image:url(../images/nav-divider.png);
	background-repeat:no-repeat;
	 }