/* CSS Document */

body#intranet div.header_bg {
	background:url(../images/intra_header_bg.gif) top repeat-x #fff;
}

body#intranet div.navigation {
	background:url(../images/intra_navi_bg.gif) top repeat-x #7fc648;
	border-top:1px solid #6bbe2a;
	border-bottom:1px solid #549820;
}

body#intranet .horbaritem, body#intranet .horbaritemselected {
	background:url(../images/intra_navi_arrow.gif) left no-repeat;
}

body#intranet .horbaritem a {
	color:#fff;
	text-decoration:none;
}

body#intranet .horbaritemselected a, body#intranet .horbaritem a:hover {
	color:#000;
	text-decoration:none;
}

body#intranet div.righttop .content img {
	margin:0;
}

body#intranet div.rightbottom .content a {
	display:block;
	font-size:11px;
	color:#404040;
	padding:3px;
	background:url(../images/quicklinks_bg.gif) top repeat-x #dddcdc;
	margin-bottom:3px;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

body#intranet div.rightbottom .content a:hover {
	background:none;
	background-color:#e2e2e2;
	text-decoration:none;
}

