@import url(../../css/style.css);
@import url(../../css/nav.css);
@import url(../../css/menu.css);

h2{ color: #066BA1; }
#header{
	background: url(../images/fra_bckg_header.gif) bottom right no-repeat;
	border: 0;
}
div#linklist ul{
	background: url(../images/btn_linklist_bckg_btm.gif) bottom right no-repeat;
	border-top: 1px solid #83BFE0;
}
div#linklist ul li{ background: none; }
div#linklist ul li a{
	background: url(../images/btn_linklist_bckg_up.gif) bottom right no-repeat;
	color: #43421B;
}
div#linklist ul li a.home{ background: url(../images/btn_linklist_bckg_home.gif) bottom right no-repeat; }
div#linklist ul li a.head{ background: url(../images/btn_linklist_bckg_head.gif) bottom right no-repeat; }
div#linklist ul li a:hover{ background: url(../images/btn_linklist_bckg_rl.gif) bottom right no-repeat; }
div#linklist ul ul{
	background: #FFFFFF url(../images/btn_linklist_bckg_sub.gif) bottom right no-repeat;
	border: 1px solid #4D4735;
}
div#linklist ul ul li a:hover{ background: #D7CDBE none; }
div#linklist li:hover{ background: #D7CDBE; }
