/* ================================================================ 
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/simple_vertical.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.
=================================================================== */

/* a high z-index to make it appear over any element below */
#BotDropMenuContainer {z-index:1000;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#BotDropMenu, #BotDropMenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#BotDropMenu a, #BotDropMenu a:visited {display:block;
	min-width			: 120px; 			/* Modern browsers */
	width				: auto !important;	/* IE HACK */
	width				: 120px;			/* IE HACK */
font-size:11px; color:#000000; height:21px; line-height:20px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px;}

/* Set up the sub level borders */
#BotDropMenu li ul li a, #BotDropMenu li ul li a:visited {border-width:0 1px 1px 1px;}
#BotDropMenu li a.enclose, #BotDropMenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#BotDropMenu li {float:left; background:#DFDFFF; margin-right:5px; white-space:nowrap;}

/* For Non-IE browsers and IE7 */
#BotDropMenu li:hover {position:relative;}
/* Make the hovered list color persist */
#BotDropMenu li:hover > a {text-decoration: underline;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#BotDropMenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#BotDropMenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(graphics/transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#BotDropMenu > li:hover > ul {left:-30px; top:13px;}

/* get rid of the table */
#BotDropMenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #BotDropMenu li a:hover {position:relative; text-decoration: underline;}

/* For accessibility of the top level menu when tabbing */
#BotDropMenu li a:active, #BotDropMenu li a:focus {text-decoration: underline;}

/* Set up the pointers for the sub level indication */
#BotDropMenu li.fly {background:#DFDFFF url(../graphics/fly.gif) no-repeat right center;}


/* Selected Top Level Tab */
#BotDropMenu a.selected, #BotDropMenu a.selected:visited, #BotDropMenu a.selected:hover, #BotDropMenu a.selected:active {
	color			: #000000;
	background-color: #ffffff;
	border-bottom	: 1px solid #ffffff;
	text-decoration	: none;
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #BotDropMenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../graphics/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#BotDropMenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#BotDropMenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#BotDropMenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#BotDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#BotDropMenu li a:hover ul {
visibility:visible; left:-30px; top:11px; lef\t:-31px; to\p:12px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#BotDropMenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#BotDropMenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#BotDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#BotDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/* ----------------------------------------- */

/* a high z-index to make it appear over any element below */
#TopDropMenuContainer {z-index:1001; float: right;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#TopDropMenu, #TopDropMenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#TopDropMenu a, #TopDropMenu a:visited {display:block;
	min-width			: 100px; 			/* Modern browsers */
	width				: auto !important;	/* IE HACK */
	width				: 100px;			/* IE HACK */
font: bold 12px Verdana; color:#6D6D8D; height:21px; line-height:20px; text-decoration:none; padding:0 5px; border:1px solid #000; border-bottom:1px solid #6D6D8D; border-width:1px;}

/* Set up the sub level borders */
#TopDropMenu li ul li a, #TopDropMenu li ul li a:visited {border-width:0 1px 1px 1px;}
#TopDropMenu li a.enclose, #TopDropMenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#TopDropMenu li {float:left; background:#ffffff; margin-left:5px; white-space:nowrap;}

/* For Non-IE browsers and IE7 */
#TopDropMenu li:hover {position:relative;}
/* Make the hovered list color persist */
#TopDropMenu li:hover > a {text-decoration: underline;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#TopDropMenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#TopDropMenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(graphics/transparent.gif); width:120px;}

/* Position the first sub level beneath the top level liinks */
#TopDropMenu > li:hover > ul {left:-35px; top:13px;}

/* get rid of the table */
#TopDropMenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #TopDropMenu li a:hover {position:relative; text-decoration: underline;}

/* For accessibility of the top level menu when tabbing */
#TopDropMenu li a:active, #TopDropMenu li a:focus {text-decoration: underline;}

/* Set up the pointers for the sub level indication */
#TopDropMenu a.fly {font-weight: normal;}

/* Selected Top Level Tab */
#TopDropMenu a.selected, #TopDropMenu a.selected:visited, #TopDropMenu a.selected:hover, #TopDropMenu a.selected:active {
	color			: #ffffff;
	background-color: #6D6D8D;
	border-bottom	: 1px solid #6D6D8D;
	text-decoration	: none;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #TopDropMenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../graphics/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#TopDropMenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#TopDropMenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#TopDropMenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#TopDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#TopDropMenu li a:hover ul {
visibility:visible; left:-30px; top:11px; lef\t:-31px; to\p:12px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#TopDropMenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#TopDropMenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#TopDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#TopDropMenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

