/* ---------------- Satweb Header Colors---------------- */

#header {

	background-image:url(../images/Header.jpg);
	height:127px;
	background-repeat: no-repeat;
	position: relative;
}

#header h1 {
	color: #ffde5d;
}

/* ---------------- Satweb Navigation ---------------- */

#webnav {
	background-image:url('../images/webnav.jpg');
	background-repeat: no-repeat;
	height: 100%;
	border-bottom: 1px solid  #fff;
}

#webnav a {
	color: #ffffff;
	background: transparent;
}

#webnav a:hover {
	color: #ffde5d;
	background: #transparent;
}

#webnav a.active {
	color: #ffde5d;
	background: #transparent;
}

/* ---------------- Left Navigation ---------------- */

#leftnav h2.navhead {
	color: #31639c;
	background: #ff9c31;
}

#leftnav a {
	border-bottom: 1px solid #ffce00;
	color: #8b8b8b;
	background: #4d6f97;
}

#leftnav a:hover {
	color: #ffffff;
	background: #4d6f97;
}

#leftnav a.level1 {
	color: #ffde5d;
	background: #8ba8c8;

}

#leftnav a.level1:hover {
	color: #ffffff;
	background: #4d6f97;
}

#leftnav a.level1_sel {
	color: #ffffff;
	background: #4d6f97;
}

#leftnav a.level2 {
	color: #8b8b8b;
	background: #ffffff;
	padding: 3px 5px 3px 25px;
}

#leftnav a.level2:hover {
	color: #8b8b8b;
	background: #ffce00;
	font-weight: bold;
	padding: 3px 5px 3px 25px;
}

#leftnav a.level2_sel {
	color: #8b8b8b;
	background: #ffce00;
	padding: 3px 5px 3px 25px;
}

#leftcont {
}


/* ---------------- Right Navigation ---------------- */

#rightcont a {
}

#rightcont a:hover {
}

#rightcont img {
	margin-bottom: 0px;
	padding: 0px;
	background: #transparent;
}

