

#subgnavcontainer {	
 display: block;
 clear: both;
 height:37px;
 width: auto;
 background: url('/images/system/bgsubnavOff.gif') repeat-x top left;
}
#subgnavcontainer ul#subgnav  {
	margin:0;
	padding:0;
	list-style:none;
}
#subgnav li {
	float:left;
	margin:0;
	padding:0;
}
#subgnav a {	
 display:block;
 text-decoration:none;
 background: url('/images/system/bgsubnavOff.gif') repeat-x top left;
 padding: 11px 33px 10px 33px;
 color: #fff;
}

#subgnav a:hover, /* this sets rollover style, and also keeps button on rollover when in drop down lists */
#subgnav li:hover a {
 background: url('/images/system/bgsubnavOn.gif') repeat-x top left;
 text-decoration:none;
 color: #5A5F87;
}

/* --- DROP DOWN STYLES ------ */
#subgnav li ul { /* main list for sub navs */
	left:-999em;
	position:absolute;
	margin:33px 0 0 0;
	padding:0;
	background:#D4D7DF;
	width:247px;
z-index:100;
}

#subgnav li:hover ul { /* displays sub list on hover */
	left: auto;
	margin:0;
	text-align: left;	
	width:180px;	
}

#subgnav li ul li { /* styles of lis on sub nav */
	display:block;
	clear:both;
	padding:0;
	margin:0;
	width:180px;
}
#subgnav li ul li a:link, #subgnav li ul li a:visited { /* setting fixed width */
 background: none #D4D7DF;
 display:block;
 width:155px;
 padding:5px 10px 5px 15px;
 border-bottom:1px solid #BBBEC4;
}

#subgnav li ul li a:hover { /* swapping bkg color */
 background: none #ADB3BC;
 color: white;
}

#tplink a:link, #tplink a:visited {
 padding: 0;
 margin: 0;
}

/*--------Department Template Subnav CSS--------*/

#subgnavcontainer_dept {	
 display: block;
 clear: both;
 height:37px;
 width: 740px;
 background: url('/images/system/bgsubnavOff.gif') repeat-x top left;
 float: left;
}

#tigerportal_link {
width: 159px;
height: 37px;
float: right;
}



#subgnavcontainer_dept ul#subgnav  {
	margin:0;
	padding:0;
	list-style:none;
}
