/*================================================================================================
MAIN HORIZONTAL NAVIGATION BAR - northlandcollege.edu style sheet

version:   2.0
date:      12/20/06
author:    Chad Sperling
website:   http://www.northlandcollege.edu/
notes:     Updated version has blue box rollover links, more spacing between links.
================================================================================================*/

.navBar {
	height: 32px;
	width: 770px;
	background-repeat: no-repeat;
	z-index: 9000;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	clear:  both;
	position: relative;}
.collapsed, .expanded {
	float: left;
	display: inline;}
.collapsed .dropContainer, .collapsed .dropContainerIcon {
	visibility: hidden;}
.expanded .dropContainer, .expanded .dropContainerIcon {
	visibility: visible;}

/*****************************************
  MAIN LINK OFF
*****************************************/
.collapsed .navItem {
	color: #191919;}

/*****************************************
  MAIN LINK OVER
*****************************************/
.expanded .navItem {
	color: #D70900;
	cursor: pointer;}

#navMore {
	position: absolute; 
	left: 712px;}
.navItem, .anchorItem {
    position: relative;
    display: inline;
    height: 32px;
    top: 9px;
    padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/global/images/backgrounds/navbar/navPipe2.gif);
    background-repeat: no-repeat;} 
.navItem a {
	color: #555;
	text-decoration: none;}
.navItem a:hover {
	color: #D70900;}
.navItem img {
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;}
.anchorItem {
	width: 68px;}
.dropContainer, .dropContainerIcon {
	position: relative;
	width: 10px;
	overflow: visible;}

/*****************************************
  DROP BOX ATTRIBUTES (BG Color, Positioning, Border
*****************************************/
.dropMenu, .anchorDropMenu, .dropMenu2 {
	position: absolute;
	left: -1px;
	top: 20px;
	width: 195px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 800;
	border: 1px solid #000000;}
.anchorDropMenu, .anchorDropMenu .dropMenu2 {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #AAAAAA;
	border-left: none;
	width: 195px;}
.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .anchorDropMenu .dropItemHi {
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #333333;
	cursor: default;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;}
/* drop box link - normal */
.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a {
	font-weight: normal;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	display: block;
	padding: 5px 0px;
	color: #000000;
	width: 100%;}
.anchorDropMenu .dropItem {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #F00;}
/* drop box link - box over */
.dropContainer .dropItemHi {
	background-color: #C9E3F1;
	color: #0066BB;
	border: 1px solid #C9E3F1;}
/* drop box link - link over */
.dropContainer a:hover {
	color: #000000;
	text-decoration: none;}
.anchorDropMenu .dropItemHi {
	background-color: #E5E5E5;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #880000;}
.dropContainer a {
	color: #FFFFFF;
	text-decoration: none;}
.anchorDropMenu a, .anchorDropMenu a:link {
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;
	color: #F00;
	text-decoration: none;}
.anchorDropMenu a:hover {
	color: #880000;}

/*****************************************
  MAIN BAR SUB MENU EXPAND
*****************************************/
.dropMenu2 {
	left: 184px;
	top: -10px;
	visibility: hidden;
	z-index: 801;}
.dropMenu .dropItemHi .dropMenu2 {
	visibility: visible;}
.anchorDropMenu .dropItemHi .dropMenu2 {
	visibility: visible;}
.dropMenu .dropItem .dropMenu2 {
	visibility: hidden;}
.anchorDropMenu .dropItem .dropMenu2 {
	visibility: hidden;}

/*****************************************
  SUBMENU EXPAND GRAPHICS
*****************************************/
/* arrow image */
img.tier2Arrow {
	position: absolute;
	left: 178px;
	top: 6px;}
/* camera image */
img.Camera {
	position: absolute;
	left: 162px;
	top: 4px;}
/* audio image */
img.Audio{
	position: absolute;
	left: 120px;
	top: 5px;}
/* email image */
img.Email{
	position: absolute;
	left: 43px;
	top: 3px;}
/* virtual office image */
img.VO{
	position: absolute;
	left: 86px;
	top: 3px;}	
/* eservices image */
img.eservices{
	position: absolute;
	left: 66px;
	top: 3px;}	
/* username image */
img.username{
	position: absolute;
	left: 115px;
	top: 5px;}	
/*****************************************
  HR LINE DIVIDER
*****************************************/
.rule {
	height: 2px;
	line-height: 0px;
	border-top: 1px solid #aaa;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;}


/*****************************************
  START SUB NAVIGATION BAR - (eventually remove for right column navigation)
*****************************************/
.aa_subBox {position: relative; width: 772px; color: #FFF; font-weight: bold; font-family: Verdana, Sans-serif; font-size: 10px; line-height: 14px; margin-top: 1px;}
.aa_subBox .aa_subNav {
	padding: 6px;
	padding-left: 9px;
	padding-bottom: 7px;}
.aa_subBox .aa_subNav a {
	color: #FFF;}
.aa_subBox .aa_subNav a:hover {color: #CCC;}
.aa_subBox .aa_subNav img {vertical-align: middle;}


#dcm{
	display: none; 
	z-index: 3900; 
	position: absolute; 
	left: 592px; 
	top: 31px; 
	width: 170px; 
	background: #204D97;}

#dcm a{
	display: block;
	padding: 3px;
	position: relative;
	width: 100%;
	background: #204D97;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #224886;
	border-left: 1px solid #224886;}

#dcm a:link, #dcm a:visited {
	background: #204D97;
	border: 1px solid #204D97;
	text-decoration: none;
	color: #000000;
	font-weight: bold;}

#dcm a:hover{
	border: 1px solid #204D97;
	text-decoration: none;
	background-color: #1E4279;}

#n2I{
	display: inline;
	cursor: pointer;
	color: #FFFFFF;
	display: inline;}

#LTwoNavBar{
	z-index: 950;
	position: relative;
	width: 760px;
	color: #CCCCCC;
	font: bold 9px Verdana, Arial, sans-serif;
	padding-top: 10px;
	padding-left: 7px;}
#LTwoNavBar a:link, #LTwoNavBar a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;} 
#LTwoNavBar a:hover{
	color: #AECEFF;
	text-decoration: underline;}

/*****************************************
  SUB NAVIGATION BACKGROUND COLORS
*****************************************/
.bgMain{
	padding: 0px 0 0px 6px;
	background: #234E96 url(/global/images/backgrounds/subnav/main.gif) repeat;
	height: 25px;}
	
.dropTitle {
	font-weight: bold;
	display: block;
	padding: 0px 3px 0px 4px;
	color: #000000;
	width: 100%;
	text-decoration: none;}	
	
	
	
	
	
	
	
/*****************************************
  DROP BOX ATTRIBUTES WITH ICON
*****************************************/
.dropMenuIcon, .anchorDropMenuIcon, .dropMenu2Icon {
	position: absolute;
	left: -1px;
	top: 20px;
	width: 185px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 800;
	border: 1px solid #000000;}
.anchorDropMenuIcon, .anchorDropMenuIcon .dropMenu2Icon {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #AAAAAA;
	border-left: none;
	width: 185px;}
.dropMenuIcon .dropItemIcon, .dropMenuIcon .dropItemHiIcon, .anchorDropMenuIcon .dropItemIcon, .anchorDropMenuIcon .dropItemHiIcon {
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #333333;
	cursor: default;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;}
/* drop box link - normal */
.dropMenuIcon .dropItemHiIcon a, .dropMenuIcon .dropItemIcon a, .dropMenuIcon .dropItemHi_sIcon a, .dropMenu .dropItem_sIcon a {
	font-weight: normal;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	display: block;
	padding: 5px 0px;
	color: #000000;
	width: 100%;}
.anchorDropMenuIcon .dropItemIcon {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #F00;}
/* drop box link - box over */
.dropContainerIcon .dropItemHiIcon {
	background-color: #C9E3F1;
	color: #0066BB;
	border: 1px solid #C9E3F1;}
/* drop box link - link over */
.dropContainerIcon a:hover {
	color: #000000;
	text-decoration: none;}
.anchorDropMenuIcon .dropItemHiIcon {
	background-color: #E5E5E5;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #880000;}
.dropContainerIcon a {
	color: #FFFFFF;
	text-decoration: none;}
.anchorDropMenuIcon a, .anchorDropMenuIcon a:link {
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;
	color: #F00;
	text-decoration: none;}
.anchorDropMenuIcon a:hover {
	color: #880000;}

/*****************************************
  MAIN BAR SUB MENU EXPAND
*****************************************/
.dropMenu2Icon {
	left: 178px;
	top: -8px;
	visibility: hidden;
	z-index: 801;}
.dropMenuIcon .dropItemHiIcon .dropMenu2Icon {
	visibility: visible;}
.anchorDropMenuIcon .dropItemHiIcon .dropMenu2Icon {
	visibility: visible;}
.dropMenuIcon .dropItemIcon .dropMenu2Icon {
	visibility: hidden;}
.anchorDropMenuIcon .dropItemIcon .dropMenu2Icon {
	visibility: hidden;}	