
/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.position {position: absolute;
	z-index: 300;
	margin-left: -0.12em
	}

*html .position {
	margin-left: 0em;}

.menu {width:69.3em; 
	font-size: 1em;
	position:relative;
	font-family: verdana;}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:13.6em;}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:13.41em;
	padding-left: 0px;
	position:relative;
	}


html>body .menu li {
	float:left;
	padding-left: 1px;
	position:relative;
	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
/* style the links for the top level */
.menu a, .menu a:visited, .menu a:link {
	display:block;
	text-decoration:none; 
	color:black;
	font-weight: bold;
	width:12.3em; 
	height:2.5em; 
	border:1px solid #320966;
	border-width:0px 1px 1px 1.5px;
	background:#99cc00;
	padding-left:15px; 
	line-height:2.2em;
	font-family: verdana;}

html>body .menu a, .menu a:visited, .menu a:link {width:12.8em;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:hover, .menu ul ul a:link {
	background:#99CC00;
	font-weight: normal;
	color:white; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	margin-left:-0.1px;
	 
	width:11.6em;
	font-family: verdana;	/* yet another hack for IE5.5 */}


/* style the second level background */
.menu ul ul a.drop,  .menu ul ul a.drop:visited {
	background:#99CC00;
	width: 12.9em;}

/* style the second level background */
*html .menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#99CC00;
	width: 12.9em;
	w\idth: 12.9em;}

/* style the second level hover */
*html .menu ul ul a.drop:hover{
	width: 12.9em;
	w\idth: 12.9em;
	background:#4d1979;}

.menu ul ul :hover > a.drop {
	background:#4d1979;}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #4d1979;}

/* style the third level hover */
.menu ul ul ul a{
	background: #4d1979;}


/* style the fourth level hover */
.menu ul ul ul ul a:hover {
	background: #4d1979;}

/* style the fourth level hover */
.menu ul ul ul ul a{
	background: #4d1979;}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2.55em;
	left:0;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 12em; 
	padding-left: 17px;
	top:0;
	border:1px solid #320966;
	border-width:1px 0px 1px 1px;}

/* position the third level flyout menu */
* html .menu ul ul ul{
	left:16em; 
	padding-left: 19px;
	top:0;}

/* position the third level flyout menu for a left flyout */
	.menu ul ul ul.left {
	left:-121px;}

/* position the third level flyout menu for a left flyout */
	*html .menu ul ul ul.left {
	left:-113px;}



/* position the fourth level flyout menu */
.menu ul ul ul ul{
	left: 12em; 
	padding-left: 17px;
	top:0;
	border:1px solid #320966;
	border-width:1px 0px 1px 1px;}

/* position the fourth level flyout menu */
* html .menu ul ul ul ul{
	left:16em; 
	padding-left: 19px;
	top:0;}

/* position the fourth level flyout menu for a left flyout */
	.menu ul ul ul ul.left {
	left:-121px;}

/* position the fourth level flyout menu for a left flyout */
	*html .menu ul ul ul ul.left {
	left:-113px;}







/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:white; 
	font-family: verdana;
	background-color:#320966;}

.menu :hover > a, .menu ul ul :hover > a {
	color:white;
	font-family: verdana;
	background:#4d1979;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;}
	
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover ul ul ul{
	visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul ul :hover ul{
	visibility:visible;}

/* keep the fourth level visible when you hover on third level list OR link */
.menu ul ul ul li:hover ul{
	visibility:visible;}

.more { position: absolute;
	right: 0.5em;
	text-align: right; /* depends on element width */}

.first2{border-top:1px solid #320966;}
.last2{border-bottom:1px solid #320966;}


	/* IE6 Only */
	* html .start {
	border-left: solid 1px #320966;
	}
#end{border-right: solid 1px #320966;}
.ext{text-align: right;
position: absolute;
right: 0.5em;
font-size: 1.5em;}

.imgmid{text-align: center;}


