/*SIDE NAV */

#sideNavcontainer {
	margin: 0px;
	padding: 5px 0px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background:url(/images/assets/mainsite-sidenav-bg.gif) no-repeat;
}

#sideNavlist ul {
    color: #006a44;
	margin:0px;
	padding:0px 4px 0px 3px;
	list-style-type:none;
	width:181px;
}

#sideNavlist li a {
	display:block;
	text-decoration: none;
    color: #308663;
	width:182px;
	height:23px;
	margin:0px;
	padding:0px;
}

#sideNavlist li a:hover {
	display:block;
	text-decoration: none;
    color: #fff;
	background-color:#004030;
	width:182px;
	height:23px;
	margin:0px;
	padding:0px;
}

#sideNavlist li {
    list-style: none;
    display: block;
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:23px;
	line-height:25px;
	text-indent: 18px;
}

#sideNavlist li.sidenavcurrent a {
	background-color:#004030;
	color:#fff;
}

#sideNavlist li.free {
	background:#006a44;
	color:#fff;
}


#sideNavlist li.row1 {
	background:#e4edca;
}

#sideNavlist a.row1 {
    background-color: #e4edca;
}

#sideNavlist li.row2 {
	background:#f0f5e1;
}

#sideNavlist a.row2 {
    background-color: #f0f5e1;
}

#sideNavlist li.row2double {
	background:#f0f5e1;
    list-style: none;
    display: block;
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:45px;
	line-height:16px;
	text-indent: 18px;
}

#sideNavlist li.row2double a {
    background-color: #f0f5e1;
    list-style: none;
    display: block;
    margin: 0px;
	padding: 8px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:45px;
	line-height:16px;
	text-indent: 18px;
}

#sideNavlist li.row2double a:hover {
    background-color: #004030;
    list-style: none;
    display: block;
    margin: 0px;
	padding: 8px 0px 0px 0px;
	text-transform:uppercase;
	width:182px;
	height:45px;
	line-height:16px;
	text-indent: 18px;
}

/* Indent nav items on two lines */

.sideNavlistindent {
	margin-left:18px;
}

#bottomnavshade {
	height:5px;
	background:url(/images/assets/mainsite-sidenav-bg-bot.gif) no-repeat;
}
/* Small Banners */

#smallsponleft li {
	padding:0px 0px 5px 18px;
}

#smallsponleft img {
	border: #999999 solid 1px;
}
/* END SIDE NAV */
