/*
the entire "v series" from listmenu_v.css from the original fs download

/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 155px;
 list-style: none;
 z-index: 10000;
 font-size: 14px;
}


/* 
from listmenu_v.css
Submenus (<ul> tags) are hidden and absolutely positioned across from their parent 
*/
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 155px;
 border-left: 1px solid #930;
 z-index: 10000;
}


/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
/*
border: 1px solid #330;
margin-bottom: -1px;
*/
background: #000;
 z-index: 10000;
 border-bottom: 1px solid #930;
 width: 100%;
}
/*
.menulist ul>li:last-child {
margin-bottom: 1px;
}
*/

/* Links inside the menu */
.menulist a {
 display: block;
/*
padding: 3px;
*/
color: #000;
 text-decoration: none;
 z-index: 10000;
}

/*
 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: #cc9;
 z-index: 10000;
/*
 background-color: #C86;
*/}

/*
 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);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 z-index: 10000;
/*
height: 1%;
*/
}
* html .menulist a {
 z-index: 10000;
/*
height: 1%;
*/
}
/* End Hack */


/* All <ul> tags in the menu including the first level */
/*
.menulist, .menulist  ul {
*/
.menulist	{
	margin: 0;
/*
	padding: 0;
*/
	list-style: none;
	color: #b40;
	width: 100%;	
/*
	font-size: 11px;
*//* 68d is bright blue. */
/*
	background-color: #68a;
*/}

/* This is the first submenu when dropped down. */
.menulist ul li {
	margin: 0;
	z-index: 10000;
/*
	padding: 0;
*/
	list-style: none;
	color: #b40;
/*	width: 100%;	*/
/*
	font-size: 11px;
*//*
	background-color: #999;
	border-bottom: 1px solid #974;
	border-left: 1px solid #974;
*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 155px;
	width: 155px;
	color: #b40;
 z-index: 10000;
/*
	background-color: #68a;
*/}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	left: 155px;
	color: #b40;
 z-index: 10000;
}
/*
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;
	position: relative;
 z-index: 10000;
/*
	background: #68a;
*/	color: #b40;
/*
	border-right: 1px solid #fff;
	padding: 0px 4px 6px 4px;
	margin-right: -1px;
*/
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: 0px;
 z-index: 10000;
/*
	border-bottom: 1px solid #974;
*/
}
/*
.menulist ul>li:last-child {
	margin-bottom: 1px;
	border-bottom: none;
}
*/
/* Links inside the menu */
.menulist a {
	display: block;
	padding: 3px;
	color: #b40;
	text-decoration:  none;
 z-index: 10000;
/*
	font-weight: normal;
*/
}
/* "Lit"  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #cc9;
 z-index: 10000;
/*
	background-color: #777;
	font-weight: normal;
*/
}
/* This "highlighted" is when the item's menu is collapsed but the timer hasn't finished yet */
.menulist  a.highlighted {
	color: #cc9;
 z-index: 10000;
/*
background-color: #777;
font-weight: normal;
*/
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display:  none;
 z-index: 10000;
/*
	font-weight: normal;
*/
}
.menulist ul a .subind {
	display: inline;
	float: right;
 z-index: 10000;
/*
	font-weight: bold;
*//*
	width: 100%;
*/
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
 z-index: 10000;
/*
	font-weight: normal;
*/
}
.menulist ul a {
	float: none;
 z-index: 10000;
/*
	font-weight: normal;
*/}
/* \*/
.menulist a {
	float: none;
 z-index: 10000;
/*
	font-weight: normal;
*/
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
	float: left;
	height: 1%;
	z-index: 10000;
}
* html .menulist  ul a {
	height: 1%;
	font-weight: normal;
	z-index: 10000;
}
/* End Hack */



/************************************************************************************/
/* Begin Annette's stuff */

/*
.menulist ul ul li	{
	background-color: #999;
}
*/
