﻿/* GENERAL STYLES */

/****************************************************************************/

/*********** nav = Main slide out left nav style ***********/
#nav { 
	background: #BCBEC0; /* dark gray=#9C9C95 - red=#A70936; */
	width: 160px;
	float: left; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #950F2E;
	line-height: 12px;
	border-right: 1px solid #ffffff;
	vertical-align: top;
	border-left: 1px solid #ffffff;
}

#nav a { 
	display: inline-block;
	color: #950F2E; /* changing nav links color */
	margin: 0px 0px 0px 0px; 
	padding: 6px 6px 6px 10px;
	text-decoration: none;
}

#nav a:hover {
	color: white; /* #003366; */
	background: #647F94;
}

/*********** bcnm-nav = BCNM slide out left nav style ***********/

#bcnm-nav { 
	background: #A70936;
	width: 160px;
	float: left; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 
	line-height: 12px;
	border-right: 1px solid #ffffff;
	vertical-align: top;
	border-left: 1px solid #ffffff;
}

#bcnm-nav a { 
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif; /* mc start mc */
	font-size: 11px;
	font-weight: bold; /* end mc */
	color: #ffffff;
	margin: 0px 0px 0px 0px; 
	padding: 6px 6px 6px 10px;
	text-decoration: none;
}

#bcnm-nav a:hover {
	color: #003366;
	background: #647F94;
}

/* MOSS Style */

.ms-pagebreadcrumb {
	display: none;
}

.customLeftNavContainer img {
	display: none;
}

.customLeftNavContainer {
	width: 160px; /* 180px */
	position: relative;
	top: 0px; /* org = -12px */
}

.customLeftNavContainer a {
	color: white;
}

/* Main first level nav reference*/
.customLeftNavMainLevel1 {
	/* border-bottom: 1px solid #DD9CAB; */
	color: #950F2E;
	text-decoration: none;
}

/* BCNM first level nav reference*/
.customLeftNavLevel1 {
	border-bottom: 1px solid #DD9CAB;
	color: white;
	text-decoration: none;
}

.customLeftNavLevel2 {
	width: 160px;
	background-color: #647F94;
	border-bottom: 1px solid #647F94;
}

.customLeftNavLevel3 {
	width: 160px;
	background-color: #647F94;
	border-bottom: 1px solid #647F94;
}

.customLeftNavHover {
	color: white;
	background-color: #647F94;
}

.customLeftNavSelected {
	color: white;
}

.customLeftNavFlyOut {
	color: white;
}

.customLeftNavFlyOutItem {
	color: white;
	line-height: 11px;
}

.customLeftNavFlyOutHover {
	text-decoration: underline;
	color: #a70936;
	background-color: #647F94;
}
