/* 3ABN Australia Inc. Website Home CSS
 * By James Hope
 * Copyright (c) 2009 3ABN Australia Inc. All rights reserved.
 * Created: 19 October 2009
 * Used for www subdomain
 */

/******************************************************************/
/* Base body styles */
body {
}

/******************************************************************/
/* Top Menu Links */
#topmenu ul li a.homelink {
	background: url(../images/topmnu/home_grey.png) no-repeat;
}
#topmenu ul li a.homelink:hover {
	background: url(../images/topmnu/home_blue.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_blue.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_blue.png) no-repeat;
}
#topmenu ul li a.resourceslink {
	background: url(../images/topmnu/resources.png) no-repeat;
}
#topmenu ul li a.resourceslink:hover {
	background: url(../images/topmnu/resources_blue.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_blue.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_blue.png) no-repeat;
}

/******************************************************************/
/* Middle part of page - contains the header, nav, and content */
/* Header image */
#header {
	background: url(../images/home_header.jpg) no-repeat;
}

/* Contextual Menu */
#ctxmenu ul li:hover a, #ctxmenu ul li:focus a, #ctxmenu li.p7hvr a {
	background-color:#034282;
}

#ctxmenu ul li ul li a:hover {
	background-color:#034282 !important;
}

