/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
/* width: 150px; */
/* width: 160px; */
/*
 height: 22px;
*/
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
/* 
	Paul Wolobrsky
	We do not want background color peeking behind the gaps between headers. 
	Also, remove border.
background: #FED;  
border: 1px solid #330;
*/
 background-color: #660066;

 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 
 z-index: 100;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 text-decoration: none;

/* Paul Wolborsky - added default font */
/* color: #000; */
 color: #FFF;
 font-family: arial,helvetica,sans-serif;
 font-size: 12px;
 line-height: 18px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A64;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

/*
	Paul Wolborsky - February 2008
	
	SCS Submenus have their own color-scheme.  Variations set here.
	
*/

/* 
	NEW Will replace classes below
*/
.menulist a.root{
 margin: 0 5px 4px 0;
}

/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .purple {
 width: 120px;
}

/* 5 px less than above */
.menulist .purple .border {
 width: 120px;
}

/* Make same as above.  Like a pull-down shade. */
.menulist .purple ul {
 width: 120px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .purple ul ul {
 position: absolute;
/* left: +164px; */
}

.menulist .purple .arrow {
 vertical-align: middle;
}

.menulist .purple ul li{
/* background: #C7780F; /*
/* background: #CD7A0B; */
background: #660066;

 z-index: 100;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .purple ul a:hover, .menulist .purple ul a.highlighted:hover, .menulist .purple ul a:focus {
  background-color: #9C5E0B; 
}
.menulist .purple ul a.highlighted {
 background-color: #9C5E0B;
}

.menulist .purple a.root{
 padding: 2px 0 0 0;
}

.menulist .purple a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .purple a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .short{
 width: 60px;
}

/* 5 px shorter than above */
.menulist .short .border{
 width: 60px;
}

/* Make same as above.  Like a pull-down shade. */
.menulist .short ul {
 width: 60px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .short ul ul {
 position: absolute;
/*
 left: +149px;
*/
}

.menulist .short .arrow {
 vertical-align: middle;
}

.menulist .short ul li{
/* background: #257292; */
 background: #660066;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .short ul a:hover, .menulist .short ul a.highlighted:hover, .menulist .short ul a:focus {
 background-color: #195067;
}
.menulist .short ul a.highlighted {
  background-color: #195067;
}

.menulist .short a.root{
 padding: 2px 0 0 0;
}

.menulist .short a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .short a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .green {
 width: 191px;
}

/* 5px less than above */
.menulist .green .border {
 width: 170px;
}

/* Make same or narrower than above.  Like a pull-down shade. */
.menulist .green ul {
 width: 165px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .green ul ul {
 position: absolute;
 left: +164px;
}

.menulist .green .arrow {
 vertical-align: middle;
}

.menulist .green ul li{
// background: #85B701;
 background: #88b500;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .green ul a:hover, .menulist .green ul a.highlighted:hover, .menulist .green ul a:focus {
 background-color: #638800;
}
.menulist .green ul a.highlighted {
 background-color: #638800;
}

.menulist .green a.root{
 padding: 2px 0 0 0;
}

.menulist .green a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .green a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .violet {
 width: 191px;
}

/* 5 px less than above */
.menulist .violet .border {
 width: 191px;
}

/* Make same or narrower than above.  Like a pull-down shade. */
.menulist .violet ul {
 width: 165px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .violet ul ul {
 position: absolute;
 left: +164px;
}

.menulist .violet .arrow {
 vertical-align: middle;
}

.menulist .violet ul li{
 background: #7B2C01;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .violet ul a:hover, .menulist .violet ul a.highlighted:hover, .menulist .violet ul a:focus {
 background-color: #195067;
}
.menulist .violet ul a.highlighted {
 background-color: #195067;
}

.menulist .violet a.root{
 padding: 2px 0 0 0;
}

.menulist .violet a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .violet a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/* RESERVE FOR FUTURE USE */
/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .red {
 width: 191px;
}

/* 5 px less than above */
.menulist .red .border {
 width: 191px;
}

/* Make same or narrower than above.  Like a pull-down shade. */
.menulist .red ul {
 width: 165px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .red ul ul {
 position: absolute;
 left: +164px;
}

.menulist .red .arrow {
 vertical-align: middle;
}

.menulist .red ul li{
 background: #7B2C01;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .red ul a:hover, .menulist .red ul a.highlighted:hover, .menulist .red ul a:focus {
 background-color: #195067;
}
.menulist .red ul a.highlighted {
 background-color: #195067;
}

.menulist .red a.root{
 padding: 2px 0 0 0;
}

.menulist .red a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .red a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/*
 <li> tags. 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* Make wider or narrower depending on how wide the title is */
.menulist .black {
 width: 191px;
}

/* 5 px less than above */
.menulist .black .border {
 width: 191px;
}

/* Make same or narrower than above.  Like a pull-down shade. */
.menulist .black ul {
 width: 165px;
}

/* Make -1 px than above.  Change this only if you are worried about your submenu going offscreen */
.menulist .black ul ul {
 position: absolute;
 left: +164px;
}

.menulist .black .arrow {
 vertical-align: middle;
}

.menulist .black ul li{
 background: #257292;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .black ul a:hover, .menulist .black ul a.highlighted:hover, .menulist .black ul a:focus {
 background-color: #195067;
}
.menulist .black ul a.highlighted {
 background-color: #195067;
}

.menulist .black a.root{
 padding: 2px 0 0 0;
}

.menulist .black a.root{
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

.menulist .black a.root:hover {
 color: #195067; 
 background: #ffffff;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */