/* THIS IS ALL FOR LEFT SIDE NAV...
This is the dashed line in between menu headers and each product family	*/

.leftsidenavhead {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.dashlinehead {
	padding-bottom: 3px;
	border-bottom: 1px dashed #a0a0a0;
	width: 90%;
}

.dashline {
	padding-bottom: 10px;
	border-bottom: 1px dashed #a0a0a0;
	width: 90%;
}
/*Add this class to hide an "explodable" sublist				*/
ul.hideme { display: none; }

/* Now, add back a class for a "hidden" ul to have it display   */
/* syntax for this translates as....
class of container holding nav  	div-class		ul#id for the actual ul that was hidden above by hideme	*/
.flatpanel_monitors .navcolumn ul#LCD,
.medical_displays_solutions .navcolumn ul#Medical ,
.network_displays .navcolumn ul#ND ,
.projectors .navcolumn ul#Projectors ,
.touchscreen .navcolumn ul#Touch ,
.accessories .navcolumn ul#ACCs {
	display: block;
}
 
div.leftsidenav ul,
div.leftsidenav ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
}
div.leftsidenav ul.depth1 li {
	margin: 2px 0 2px 0;
	padding: 6px 0 3px 0;
	font-weight: bold;
}
div.leftsidenav ul.depth2,
div.leftsidenav ul.depth3 {
	margin: 0;
	padding: 0 0 2px 8px;
}
div.leftsidenav ul.depth2 li {
	margin: 2px 0 4px 0;
	padding: 0;
	font-weight: normal;
}
div.leftsidenav a:link,
div.leftsidenav a:visited {
	color: #004B6C;
	text-decoration: none;
}
div.leftsidenav a:hover,
div.leftsidenav a:focus,
div.leftsidenav a:active {
	color: #E55300;
	text-decoration: underline;
}

