




#navLeft {
	float: left;
	width: 183px;
	margin-top: 52px;
}

#navLeft li {
	list-style: none;
}

#navLeft a {
	display: block;
	width: 157px;
	padding: 3px 8px 4px 0;
	color: #A8A8A8;
	line-height: 1.3em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}



#navLeft a:link, #navLeft a:visited {
	color: #A8A8A8;
}
#navLeft a:hover {
	color: #60927E;
	background: url('/images/struct/navLeft_arrow.gif') right no-repeat;
}
#navLeft a:active {
	color: #A8A8A8;
}


#navLeft .pgActive {
	background: url('/images/struct/navLeft_arrow.gif') right no-repeat;
}





#navLeftExpand a {
	color: #4064A7;
	font-weight: normal;
}
#navLeftExpand a:link, #navLeftExpand a:visited {
	color: #4064A7;
}
#navLeftExpand a:hover {
	color: #60927E;
	background: url('/images/struct/navLeft_arrow.gif') right no-repeat;
}
#navLeftExpand a:active {
	color: #4064A7;
}

















#navMain {
	float: left;
	width: 784px;
}


#navMain a {
	display: block;
	color: #A8A8A8;
	text-decoration: none;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
}
#navMain a:link, #navMain a:visited {
	color: #A8A8A8;
}
#navMain a:hover {
	color: #60927E;
}
#navMain a:active {
	color: #A8A8A8;
}

#navMain a.secActive {
	color: #4064A7;
}


#navMain ul {
	list-style: none;
}
#navMain li {
	display: block;
	float: left;
	position: relative;
	background: #FFFFFF url('/images/struct/navMain_div.gif') right no-repeat;
	text-align: center;
}












