/* ---------------- Satweb Header Colors---------------- */

#header {

	background-image: url("../images/header1.jpg");
	background-repeat: no-repeat;
	height: 55px;
}

#header h1 {
	color: #ffde5d;
}

/* ---------------- Satweb Navigation ---------------- */

#webnav {
	background-image: url("../images/nav3.jpg");
	background-repeat: no-repeat;
	height: 100%;
}

#webnav a {
	color: #fff;
	background: transparent;
}

#webnav a:hover {
	color: #fff;
	background: transparent;
}

#webnav a.active {
	color: #fff;
	background: transparent;
}

/* ---------------- Left Navigation ---------------- */

#leftnav h2.navhead {
	color: #31639c;
	background: #ff9c31;
}

#leftnav a {
	border-bottom: 1px solid #ffce00;
	color: #8b8b8b;
	background: #ffffff;
}

#leftnav a:hover {
	color: #8b8b8b;
	background: #ffffff;
}

#leftnav a.level1 {
	color: #8b8b8b;
	background: #ffffff;
}

#leftnav a.level1:hover {
	color: #8b8b8b;
	background: #9ccd56;
}

#leftnav a.level1_sel {
	color: #8b8b8b;
	background: #9ccd56;
}

#leftcont {

}


/* ---------------- Right Navigation ---------------- */

#rightcont a {
}

#rightcont a:hover {
}

#rightcont img {
	margin-bottom: 5px;
	background: #transparent;
}

