/*****************
STYLES FOR SIDE NAVIGATION
******************/

#sideNav {
	margin: 0px;
	padding: 0px;
	
	width: 145px;
	height: 300px;

	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	float: left;
}

#subMenuBone {
	margin: 0px;
	padding: 0px;
	
	width: 130px;
	height: 85px;
	padding-left: 15px;
	background: url(../images/sideNavBG.gif) no-repeat bottom left;
	
}

#companyLogos {
	margin: 0px;
	padding: 0px;
	
	width: 130px;
	height: 130px;
	padding-left: 15px;
}

/********
SIDE NAV - NOT SELECTED
*********/

.sideNavOff {
	display: block;
	height: 24px;
	
	line-height: 24px;

	text-indent: 20px;
	
	color: #8f8f8f;
	background-color: #fff;

	background: url(../images/sideNavBG.gif);
}

.sideNavOff a {
	display: block;
}

.sideNavOff a:link {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOff a:active {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOff a:visited {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOff a:hover {
	color: #575757;
	background: url(../images/sideNavBGHover.gif);

	text-decoration: none;
}

/********
SIDE NAV - SELECTED
*********/

.sideNavOn {
	display: block;
	height: 24px;
	
	line-height: 24px;

	text-indent: 20px;
	
	color: #575757;
	background-color: #ffffff;

	background: url(../images/sideNavBG.gif);
}

/********
SIDE NAV WITH SUB MENU - NOT SELECTED
*********/

.sideNavOptionsOff {
	display: block;
	height: 24px;
	
	line-height: 24px;
	
	text-indent: 20px;
	
	color: #8f8f8f;
	background: url(../images/sideNavOptionsOff.gif);
}

.sideNavOptionsOff a {
	display: block;
}

.sideNavOptionsOff a:link {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOptionsOff a:active {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOptionsOff a:visited {
	color: #8f8f8f;
	text-decoration: none;
}

.sideNavOptionsOff a:hover {
	color: #575757;
	text-decoration: none;
	background: url(../images/sideNavOptionsOffHover.gif);
}

/********
SIDE NAV WITH SUB MENU - SELECTED
*********/

.sideNavOptionsOn {
	display: block;
	height: 24px;
	
	line-height: 24px;
	
	text-indent: 20px;
	
	color: #575757;
	background: url(../images/sideNavOptionsOn.gif);
}

/*****************
STYLES FOR SUB LEVEL NAVIGATION
******************/

/********
SUB MENU - NOT SELECTED
*********/

.subNavOff {
	display: block;
	height: 24px;
	background: url(../images/subNavOnBG.gif);
	
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;

	text-indent: 20px;
	
	color: #8f8f8f;
	background-color: #ffffff;

	border-bottom: 1px solid #ffffff;		
}

.subNavOff a {
	display: block;
}

.subNavOff a:link {
	color: #8f8f8f;
	text-decoration: none;
}

.subNavOff a:active {
	color: #8f8f8f;
	text-decoration: none;
}

.subNavOff a:visited {
	color: #8f8f8f;
	text-decoration: none;
}

.subNavOff a:hover {
	color: #575757;
	background: url(../images/subNavHoverBG.gif);
	
	text-decoration: none;
}

/********
SUB MENU - SELECTED
*********/

.subNavOn {
	color: #575757;
	background: url(../images/subNavHoverBG.gif);

	display: block;
	height: 24px;
	
	text-indent: 20px;
	
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;

	border-bottom: 1px solid #ffffff;		
}










.sideNavOptionsOn {
	height: 24px;
	color: #575757;
}






#sidepanel {
	width: 185px;
	padding: 20px;
}






#sidepanel .hiddendiv {
	font-weight: normal;
	background-color: #DAE2E6;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}







#sidepanel .buttonMain {
	text-decoration: none;
	background-color: #C4DBE6;
	line-height: 24px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 10px;
	color: #003399;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#sidepanel .buttonMain a:link {
	color: #003399;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
#sidepanel .buttonMain a:active {
	color: #003399;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
#sidepanel .buttonMain a:visited {
	color: #003399;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
#sidepanel .buttonMain a:hover {
	color: #990000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background-color: #AECBD9;

}





#sidepanel .buttonSub01 {
	color: #333333;
	display: block;
	line-height: 22px;
	height: 22px;
	text-indent: 10px;
}

#sidepanel .buttonSub01 a:link {
	display: block;
	color: #333333;
	text-decoration: none;	
}

#sidepanel .buttonSub01 a:active {
	display: block;
	color: #333333;
	text-decoration: none;	
}

#sidepanel .buttonSub01 a:visited {
	display: block;
	color: #333333;
	text-decoration: none;		
}

#sidepanel .buttonSub01 a:hover {
    display: block;
	color: #990000;
	text-decoration: none;
	background-color: #C4DBE6;
}

