/* ------------------------------------------
-- SECONDARY NAVIGATION
------------------------------------------ */
#secNav {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../images/reskin/LeftNav/left_nav_top.gif) no-repeat;
}

#secNav h2 {
	position: absolute;
	left: -9000px;
}

#secNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../../images/reskin/LeftNav/left_nav_bg.gif) repeat-y 0
		0;
}

#secNav li {
	padding: 0;
	margin: 0 10px 0 4px;
	background: transparent;
}

#secNav li a:link,#secNav li a:visited {
	display: block;
	width: 137px;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none !important;
	color: #363636;
	background: transparent
		url(../../images/reskin/LeftNav/left_nav_arrow_up.gif) no-repeat 5px
		0.8em;
}

#secNav li a:hover  {
	padding: 2px 0 2px 15px;	
	background-color: #c0C9d7;
}

#secNav li a.selected {
	border-top: 1px solid #fff;
	color: #fff !important;
	background: #8193af url(../../images/reskin/LeftNav/left_nav_select.gif)
		no-repeat !important;
}


/**
#secNav li a.selected:hover,#secNav li a.selected:active,#secNav li a.selected:focus
	{
	color: #fff !important;
	background: #8193af url(../../images/reskin/LeftNav/left_nav_select.gif)
		no-repeat;
}
**/
#secNav ul.roles,#secNav ul.other {
	padding: 0.3em 0 21px 0;
	margin: 0;
	background: url(../../images/reskin/LeftNav/left_nav_bot.gif) no-repeat
		left bottom;
}

#secNav ul.roles li.first,#secNav ul.other li.first {
	padding: 0.3em 0 0;
	margin: 0 10px 0 4px;
	background: url(../../images/reskin/LeftNav/left_nav_sep.gif) no-repeat
		left top;
}

.menuText {
	/* font-size: 75%; */
}

#caLogo a:link,#caLogo a:hover {
	text-decoration: none !important;
}

#caLogo {
	padding-top: 30px;
}
