a:link, a:visited {
	color: #54752B; 
}

a:hover {
	color: #c2b50d;	
}

a.mainlevel:link, a.mainlevel:visited, a.sublevel:link, a.sublevel:visited {
	color: #54752b;
}

a.mainlevel:hover, a.sublevel:hover {
	color: #c2b50d;
}

h1, div.componentheading, td.componentheading {
  color: #FCB852; 
}

#logo {
	background: url(../images/dm_logo_silver.png) 15px 50% no-repeat;
}

#search input {
	border: 1px solid #999;
	background: #eee;
}

div#header1 {
	background: #ccc url(../images/dm_header_tr_silver.png) no-repeat top right;
	border: 0px solid #cccccc;
}

div#header2 {
	background: transparent url(../images/dm_header_tl_silver.png) no-repeat top left;
}

div#header3 {
	background: transparent url(../images/dm_header_br_silver.png) no-repeat bottom right;
}

div#header4 {
	background: transparent url(../images/dm_header_bl_silver.png) no-repeat bottom left;
}

div.module-color, div.module-menu {
  background: #E0ECD9 url(../images/dm_box_bl_green.png) no-repeat bottom left;
}

div.module-color div, div.module-menu div {
  background: transparent url(../images/dm_box_br_green.png) no-repeat bottom right;
}

div.module-color div div, div.module-menu div div {
  background: transparent url(../images/dm_box_tl_green.png) no-repeat top left;
}

div.module-color div div div, div.module-menu div div div {
	background: transparent url(../images/dm_box_tr_green.png) no-repeat top right;
}

div.module-menu table {
	background: url(../images/dm_menu_underline_silver.png) top left repeat-x;
}

div.module-menu a.mainlevel {
	background: url(../images/dm_menu_bg_silver.png) top left repeat-x;
}

/* Suckerfish Tabs */

#nav li {
  background:url(../images/dm_tab_normal_l_green.png) no-repeat top left;
}

#nav a {
  background:url(../images/dm_tab_normal_r_green.png) no-repeat top right;
  color:#eee;
}

div#nav li.active {
  background:url(../images/dm_tab_over_l_green.png) no-repeat top left;
	color: #333
}
div#nav li.active a {
  background:url(../images/dm_tab_over_r_green.png) no-repeat top right;
	color: #333;
}
