/* WAC CSS Document by Philip Thompson (ww.g-r-a.co.uk/design & phil@g-r-a.co.uk ) ©2008 */
#WAC_MENU{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	font-size:80%;
	left:5px;
	top:5px;
	width:130px;
	padding:0 8px;
	background:#FFFFCC url(../images/wac_repeat_menu_v.gif) 0 0 repeat-y;
	/*border:6px solid #000066;*/
	z-index:1;
	position:fixed;
}
#WAC_MENU ul{
	padding:0;
	border:0;
	margin:0;
}
#WAC_MENU a{
	text-decoration:none;
	color:#660000;
	padding:0;
	border:0;
	margin:0;
	font-weight:200;
}
#MENU_TOP{
	height:7px;
	background-image:url(../images/wac_repeat_menu_top.gif);
}
#MENU_BOTTOM{
	height:157px;
	background-image:url(../images/pencil.gif);
}
#LOGO{
	position:relative;
	top:-20px;	
	left:14%;	
	width:90px;	
	height:44px;
	background-image:url(../images/wac_logo.gif);
}
.mainMenu a:hover, .subMenu a:hover{
	text-decoration:underline;
}
#home_PG #home_menu ul, #news_PG #news_menu ul, #history_PG #history_menu ul, #media_PG #media_menu ul, #weekly_PG #weekly_menu ul, #productions_PG #productions_menu ul, #directory_PG #directory_menu ul, #future_PG #future_menu ul, #register_PG #register_menu ul{
	display:block;	
}
#home_PG #home_menu a, #news_PG #news_menu a, #history_PG #history_menu a, #media_PG #media_menu a, #weekly_PG #weekly_menu a, #productions_PG #productions_menu a, #directory_PG #directory_menu a, #future_PG #future_menu a, #register_PG #register_menu a{
	font-weight:600;	
	padding-left:4px;
}
#home_PG #home_menu .subMenu a, #news_PG #news_menu .subMenu a, #history_PG #history_menu .subMenu a, #media_PG #media_menu .subMenu a, #weekly_PG #weekly_menu .subMenu a, #productions_PG #productions_menu .subMenu a, #directory_PG #directory_menu .subMenu a, #future_PG #future_menu .subMenu a, #register_PG #register_menu .subMenu a{
	font-weight:100;	
	padding-left:8px;
}
/* div defs for the page specific colours applied from the <li> id in the menu */
#home_menu, #news_menu, #history_menu, #media_menu, #weekly_menu, #productions_menu, #directory_menu, #future_menu, #register_menu{
	border-left:4px solid #FFF;
}
#home_menu {
	border-left-color:#5e002f;
}
#news_menu {
	border-left-color:#660099;
}
#history_menu {
	border-left-color:#5e842f;
}
#media_menu {
	border-left-color:#ff0084;
}
#weekly_menu {
	border-left-color:#5e84ca;
}
#productions_menu {
	border-left-color:#ff5f00;
}
#directory_menu {
	border-left-color:#b90000;
}
#future_menu {
	border-left-color:#ebb900;
}
#register_menu {
	border-left-color:#686685;
}
.mainMenu{
	list-style:none;
	padding:4px;
	border:0;
	margin:0;
	border-top:1px solid #CCC;
}
.subMenu{
	display:none;
}
.subMenu li{
	list-style:none;
	padding:4px .5em;
	margin-left:.5em;
	margin-right:2px;
	border:0;
	border-bottom:1px dashed #CCC;
}	
.subMenu li:last-child{
	border-bottom:none;
}	
	/* this is for the wee link to g-r-a/design */
#gra{
	z-index:-1;
	width:140px;
	height:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:4px 10px 0 42px;
	color:#99CC00;
	background:url("http://www.g-r-a.co.uk/images/made_by_gra.gif") 0 0 no-repeat;
	position:fixed;
	right:0;
	bottom:0;
}

