/* ================================================================
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:180px;
}
/* style the list items */
#MainMenu li, .menu li {
margin-top:0px; padding:0px;
background:transparent/*url(shade.gif)*/;
display:block;
hei ght:17px;
}

/* 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:#000000;
background:#ffffff;
margin:0px 0px;
}
#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;
}

/* 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;
width:180px;
}
/* style the list items */
#HeaderMenu li, .menu li {
margin-top:0px; padding:0px;
background:transparent/*url(shade.gif)*/;
display:block;
hei ght:17px;
}

/* 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:#000000;
background:#ffffff;
margin:0px 0px;
}
#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 */
#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 */




