﻿/* $Id: leftnav_new.css 46 2005-02-21 01:56:23Z amaximov $ */



li {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

#leftNav a:link,#leftNav a:visited,#leftNav a:active {
	text-decoration: none;
	font: 11px/11px arial, sans-serif;
	color: #333333;
}

#leftNav li a.deptLink:link,#leftNav li a.deptLink:visited,#leftNav li a.deptLink:active{
	font-weight: bold;
}

a.collLink {
	font-weight: bold;
}

#leftNav li a:hover {
	text-decoration: underline;
}

.dept {
	font-weight: bold;
	padding-top: 11px;
	background-position: 0px 11px;
}
.coll {
	background-position: 0px 4px;
}
.subcoll {
	padding-left: 9px;
	background-position: 0px 4px;
}

.level4 {
	padding-left: 18px;
	background-position: 18px 4px;
}

.selectedParent {
	color: #f23f72;
}


#selectedItem {
	background-image: url('/images/common/side_nav_arrow.gif');
	background-repeat: no-repeat;
	margin-left: -9px;
	padding-left: 9px;
}

#selectedItem.subcoll {
	margin-left: 0px;
}


.level4 a#selectedItemLink{
	margin-left: 9px;
	padding-left: 9px;
}

.coll {
	background-position: 0px 4px;
}

li#selectedItem a#selectedItemLink {
	font-weight: bold;
	color: #f23f72;
}
.coll#selectedItem a#selectedItemLink {
	font-weight: bold;
	color: #f23f72;
}
.collSelectedParent, #leftNav li a.collSelectedParent, #leftNav li a.collSelectedParent:link, #leftNav li a.collSelectedParent:visited, #leftNav li a.collSelectedParent:active{
	color: #f23f72;
}

.subcollSelectedParent, #leftNav li a.subcollSelectedParent, #leftNav li a.subcollSelectedParent:link, #leftNav li a.subcollSelectedParent:visited, #leftNav li a.subcollSelectedParent:active{
	color: #f23f72;
}

.deptSelectedParent {
	font-weight: bold;
	color: #333333;
}

#suggsell {
	margin: -12px 0px 0px 0px;
}
.regsymbol {
	font-size: 10px;
}