/* *********************************************************************
NAV styles for home page and links to main navigations
********************************************************************* */
#theMenu {
	line-height: normal;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 145px;
	text-align: left;
	text-indent: 10px;
	margin-left: 94px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	color: #666666;
	margin-right: 29px;
}

.menu a, .menu a:link, .menu a:visited {
	color: #333333;
	text-decoration: none;
}
.saveactive {
	background-color: #FFDE39;
}

.menubg {
	background-color: #EFF7DE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menubg a:hover {
	color: #999999;
}

.menubg div, .bg0 div, .bg1 div, .bg2 div, .bg3 div {
	padding-top: 2px;
	padding-bottom: 2px;

}

.bg0 {
	background-color: #FFD128;
	background-image: url(../site_files/nav/images/bg-save.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bg0 a:hover {
	color: #999999;
}
.bg0 .active, .bg0 .active a, .bg0 .active a:link, .bg0 .active a:visited, .bg0 .active a:hover {
	color: #E89D00;
}

.bg1 {
	background-color: #FD943E;
	background-image: url(../site_files/nav/images/bg-create.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg1 a, .bg1 a:link, .bg1 a:visited {
	color: #FFFFFF;
}
.bg1 a:hover {
	color: #333333;
}
.bg1 .active, .bg1 .active a, .bg1 .active a:link, .bg1 .active a:visited, .bg1 .active a:hover {
	color: #79A424;
}


.bg2 {
	background-color: #6A9913;
	background-image: url(../site_files/nav/images/bg-browse.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 a, .bg2 a:link, .bg2 a:visited {
	color: #FFFFFF;
}
.bg2 a:hover {
	color: #333333;
}
.bg2 .active, .bg2 .active a, .bg2 .active a:link, .bg2 .active a:visited, .bg2 .active a:hover {
	color: #F6DC9A;
}

.bg3 {
	background-color: #80A8D9;
	background-image: url(../site_files/nav/images/bg-learn.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg3 a, .bg3 a:link, .bg3 a:visited {
	color: #FFFFFF;
}
.bg3 a:hover {
	color: #333333;
}
.bg3 .active, .bg3 .active a, .bg3 .active a:link, .bg3 .active a:visited, .bg3 .active a:hover {
	color: #F6DC9A;
}

.bg0 .active, .bg1 .active, .bg2 .active, .bg3 .active {
	background-image: url(../site_files/nav/images/pip.gif);
	background-repeat: no-repeat;
	background-position: left center;
}