/* 3ABN Australia Inc. Website Resources CSS
 * By James Hope
 * Copyright (c) 2009 3ABN Australia Inc. All rights reserved.
 * Created: 28 October 2009
 * Used for resources subdomain
 */

/******************************************************************/
/* Base body styles */
body {
	/*background-color:#026030;*/
}

/******************************************************************/
/* Top Menu Links */
#topmenu ul li a.homelink {
	background: url(../images/topmnu/home.png) no-repeat;
}
#topmenu ul li a.homelink:hover {
	background: url(../images/topmnu/home_orange.png) no-repeat;
}
#topmenu ul li a.tvlink {
	background: url(../images/topmnu/tv.png) no-repeat;
}
#topmenu ul li a.tvlink:hover {
	background: url(../images/topmnu/tv_orange.png) no-repeat;
}
#topmenu ul li a.radiolink {
	background: url(../images/topmnu/radio.png) no-repeat;
}
#topmenu ul li a.radiolink:hover {
	background: url(../images/topmnu/radio_orange.png) no-repeat;
}
#topmenu ul li a.resourceslink {
	background: url(../images/topmnu/resources_grey.png) no-repeat;
}
#topmenu ul li a.resourceslink:hover {
	background: url(../images/topmnu/resources_orange.png) no-repeat;
}
#topmenu ul li a.productslink {
	background: url(../images/topmnu/products.png) no-repeat;
}
#topmenu ul li a.productslink:hover {
	background: url(../images/topmnu/products_orange.png) no-repeat;
}
#topmenu ul li a.pnglink {
	background: url(../images/topmnu/png.png) no-repeat;
}
#topmenu ul li a.pnglink:hover {
	background: url(../images/topmnu/png_orange.png) no-repeat;
}

/******************************************************************/
/* Middle part of page - contains the header, nav, and content */
/* Header image */
#header {
	background: url(../images/resources_header.jpg) no-repeat;
}

/* Contextual Menu */
/* Contextual Menu */
#ctxmenu ul li:hover a, #ctxmenu ul li:focus a, #ctxmenu li.p7hvr a {
	background-color:#b76a22;
}

#ctxmenu ul li ul li a:hover {
	background-color:#b76a22 !important;
}

