/*  MCS Switch Navigation Styles  */

A.switchnav {
	color : #15233C;
	text-decoration : none;
}

A.switchnav:VISITED {
	color : #15233C;
	text-decoration : none;
}

A.switchnav:HOVER {
	color : White;
	text-decoration : none;
}

DIV.switchnav_inner {
	width : 150px;
	text-align : left;
}

TD.switchnav {
	background-image : url(../images/mcs_switchnav_bkgd.gif);
	background-repeat : repeat-y;
}

TD.switchnav_shadow {
	background-image : url(../images/mcs_switchnav_shadow.gif);
	height : 8px;
}

UL.switchnav {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 30px;
	padding-left : 0px;
}

LI.switchnav {
	list-style-image : url(../images/mcs_bullet_white.gif);
	margin-left : 0px;
	padding-left : 0px;
}
