/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#MainMenu, .menu {
margin:0; padding:0;
}

/* remove all the bullets, borders and padding from the default list styling */
#MainMenu ul, .menu ul {
position:relative;
z-index:500;
margin:0;padding:0;
list-style-type:none;
width:159px;
}
/* style the list items */
#MainMenu li, .menu li {
margin-top:0px; padding:0px 0 0 11px;
text-indent:-11px;
background:transparent/*url(shade.gif)*/;
display:block;
}

/* get rid of the table */


/* style the links */
#MainMenu span, #MainMenu a, #MainMenu a:visited, .menu span, .menu a, .menu a:visited {
line-height:15px !important;
text-decoration:none;
color:#939597;
margin:0px 0px;
}

/*Change the top level links on the homepage colour*/
.home #MainMenu span, .home #MainMenu a, .home #MainMenu a:visited, .home .menu span, .home .menu a, .home .menu a:visited {
color:#000;
}


#MainMenu a.current, .menu a.current  {
color:#000000;
text-decoration:underline;
background:transparent;
}



/* style the link hover */
* html #MainMenu a:hover {color:#000; background:transparent; position:relative;}
* html .menu a:hover {color:#000; background:transparent; position:relative;}

#MainMenu li:hover {position:relative;}
.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
#MainMenu a:active, #MainMenu a:focus {color:#000; background:transparent;}
.menu a:active, .menu a:focus {color:#000; background:transparent;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */


/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#HeaderMenu, .menu {
margin:0; padding:0;
right:0px;
float:right;
}

#HeaderMenu {margin-top:-9px;}

/* remove all the bullets, borders and padding from the default list styling */
#HeaderMenu ul, .menu ul {
position:relative;
z-index:500;
margin:0;padding:0;
list-style-type:none;
}

/*Top Level Links*/
#HeaderMenu ul.select > li {
float:left;
display:block;
margin-right:30px;
}

/*Hide top level links*/
#HeaderMenu>ul>li>a {
display:none;
}


#HeaderMenu ul li ul li{

display:block;

}

/* style the list items */
#HeaderMenu li, .menu li {
margin-top:0px; padding:0px;
background:transparent/*url(shade.gif)*/;
display:block;
}

/* get rid of the table */


/* style the links */
#HeaderMenu span, #HeaderMenu a, #HeaderMenu a:visited, .menu span, .menu a, .menu a:visited {
line-height:15px !important;
text-decoration:none;
color:#939597;
margin:0px 0px;
}

/*Change the top level links on the homepage colour*/
.home #HeaderMenu .sub span, .home #HeaderMenu .sub a, .home #HeaderMenu .sub a:visited, .home.sub.menu span, .home.sub .menu a, .home.sub.menu a:visited {
color:#000;
}

#HeaderMenu a.current, .menu a.current  {
color:#000000;
text-decoration:underline;
background:transparent;
}

/* style the link hover */
* html #HeaderMenu a:hover {color:#000; background:transparent; position:relative;}
* html .menu a:hover {color:#000; background:transparent; position:relative;}

#HeaderMenu li:hover {position:relative;}
.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */


/* retain the hover colors for each sublevel IE7 and Firefox etc */



/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#LeftMenu, .menu {
margin:0; padding:0;
}


/* remove all the bullets, borders and padding from the default list styling */
#LeftMenu ul, .menu ul {
position:relative;
z-index:500;
margin:0;padding:0;
margin-top:125px;
list-style-type:none;
}

/*Top Level Links*/
#LeftMenu ul.select > li {
display:block;
margin-right:15px;
}

#LeftMenu ul li ul li{

display:block;

}

/* style the list items */
#LeftMenu li, .menu li {
margin-top:0px; padding:0px;
background:transparent/*url(shade.gif)*/;
display:block;
}

/* get rid of the table */


/* style the links */
#LeftMenu span, #LeftMenu a, #LeftMenu a:visited, .menu span, .menu a, .menu a:visited {
line-height:15px !important;
text-decoration:none;
color:#939597;
margin:0px 0px;
}
#LeftMenu a.current, .menu a.current  {
color:#000000;
text-decoration:underline;
background:transparent;
}



/* style the link hover */
* html #HeaderMenu a:hover {color:#000; background:transparent; position:relative;}
* html .menu a:hover {color:#000; background:transparent; position:relative;}

#HeaderMenu li:hover {position:relative;}
.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
#HeaderMenu a:active, #HeaderMenu a:focus {color:#000; background:transparent;}
.menu a:active, .menu a:focus {color:#000; background:transparent;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */



