﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#menu {
	margin: 0; /* all lists */
	float: left;
}

#menu ul {
	margin: 0; /* all lists */
	padding: 0;
	line-height:1em;
}
#menu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
	line-height:1em;
}

/* level 2 don't know what this is?? */
#menu li ul {
	
	position: absolute;
	z-index: 99;
	left: -999em;
	
	
}

/* level 3, where to start  */
#menu li ul ul {
	margin: -1.3em 0 0 13em; 
}
/* width of submenu item*/
#menu li li {
	padding: 0 0 0 0;
	margin: 0;
	width: 13em;
}

#menu ul a {
	width: 13em;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul,
#menu li.sfhover ul ul, 
#menu li.level1sfhover ul ul, 
#menu li.level1-activesfhover ul ul,
#menu li.sfhover ul ul ul, 
#menu li.level1sfhover ul ul ul, 
#menu li.level1-activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul,
#menu li.sfhover ul, 
#menu li.level1sfhover ul, 
#menu li.level1-activesfhover ul,
#menu li li.sfhover ul, 
#menu li li.levelhavechildsfhover ul, 
#menu li li.levelhavechild-activesfhover ul,
#menu li li li.sfhover ul, 
#menu li li li.levelhavechildsfhover ul, 
#menu li li li.levelhavechild-activesfhover ul {
	left: auto;
}

/*
-----------------------------------*/

/* dropdown background box colour */
#menu li ul {
	
	background:none;	 
	width: 149px;
}
/*extra border at bottom of drop down boxes*/
#menu li ul li {	
	
	width: 149px;
}
/* drop down items within the drop down box*/
#menu li ul a {
	text-align:center;
	text-indent:-10px;
	
	background-image: url(SCR_buttonNew.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 149px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	line-height:35px;
	
}
/*hover colour for drop down items*/
#menu li ul a:hover,
#menu li ul a:active,
#menu li ul a:focus {
	background-image: url(../../../../scrbuttonrollover%20copy.jpg);
	
	background-repeat: no-repeat;
	height: 35px;
	width: 149px;
	
	margin-right: auto;
	margin-left: auto;
}
/*top type*/
#menu li a {
	margin: 0;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	width: 137px; /*need this width to pad out selection to whole button*/
}
#menu li a:hover {
	font-weight: normal;
}

#menu li a.active {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#menu li a.active:hover,
#menu li a.active:active,
#menu li a.active:focus {

}
/* drop down active text*/
#menu li li a.active {
	border-top: none;
	background: none;
	color: #FFFFFe;
	font-weight: bold;
}

/*Muc 1*/
/*main button*/
#menu li.level1
{
	background-color: #FFFFFF;
	background-image: url(SCR_buttonNew.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 149px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#menu li.level1-active {
	background-image: url(../../../../scrbuttonrollover%20copy.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 149px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}

#menu li.levelhavechild
{
	background: url( arrow7.jpg) no-repeat 95% 50%;
	border-bottom: 1px solid #e1e8e5;
}

#menu li.levelhavechild-active {
	
}

/* hover li with sub
   change arrow7.jpg to arrow12.gif
   bgcolor = #e0ffff
*/
#menu li.levelhavechild:hover {
	background: url( arrow12.gif) no-repeat 95% 50% #e0ffff!important;
}

/* hover or active level 1
   bground = topbg_green1.gif	
   backcolor = #FFFFFF
*/

/*hover on main*/
#menu li:hover,
#menu li.sfhover, 
#menu li.level1sfhover, 
#menu li.level1-activesfhover {
	background-image: url(../../../../scrbuttonrollover%20copy.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 149px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
}

/* hover li no sub
   backcolor = #e0ffff
*/
/* hover on drop down*/
#menu ul li:hover, 
#menu ul ul li:hover, 
#menu ul li.sfhover, 
#menu ul ul li.sfhover
{
	background:none;
	
}

