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

/* Normal */
#nav .normal {
	height:24px;
	width:auto;
	float:right;
}

#nav .normal .nContent {
	position:relative;
	top:4px;
	float:left;
}

#nav .normal .lConnors {
	
	width:7px;
	height:24px;
	float:left;
}

#nav .normal .rConnors {
	
	width:7px;
	height:24px;
	float:left;
}

#nav .normal a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#nav .normal a:hover {
	color:#6d96b2;
}


#nav .selected {
	height:24px;
	width:auto;
	float:right;
	background-image: url(../images/layout/bgSel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}

/* Selected */
#nav .selected a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}


#nav .selected .nContent {
	position:relative;
	top:4px;
	float:left;
}

#nav .selected .lConnors {
	width:7px;
	height:24px;
	float:left;
	background-image: url(../images/layout/lConnorsSel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav .selected .rConnors {
	width:7px;
	height:24px;
	float:left;
	background-image: url(../images/layout/rConnorsSel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav #navTop a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#nav #navTop a:hover {
	color:#6d96b2;
}
