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

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

/******************************************************************/
/* 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_red.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_red.png) no-repeat;
}
#topmenu ul li a.radiolink {
	background: url(../images/topmnu/radio_grey.png) no-repeat;
}
#topmenu ul li a.radiolink:hover {
	background: url(../images/topmnu/radio_red.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_red.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_red.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_red.png) no-repeat;
}

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

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

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