﻿/* ================================================================ 
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.
=================================================================== */

.menu #ahlamenu-root {
	float:right;
}

/* 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 {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited, .menu a:link {
	background-color: #333434;
	color: #ffffff;
	font: bold 14px arial,sans-serif;
	text-align: center;
	vertical-align:middle;
	text-indent:0px;
	text-decoration: none;
	display:block;
	padding: 15px 6px 6px 6px;
	height:19px;
}

.menu li#menulevel01_1 
{
	width:0px;
	visibility:hidden;
}
.menu li#menulevel02_1 {
	width: 128px;
}
.menu ul#menudrop02_1 {
	border:0px solid #333434;
	width:0px;
	height:0px; /*h = 22 * (NumberOfMenuItems = 6) */
}


.menu li#menulevel01_2 {
	width:100px;
}
	.menu li#menulevel02_2 {
		width: 100px;
	}
	.menu ul#menudrop02_2 {
		border:1px solid #333434;
		width:130px;
		height:264px; /*h = 22 * (NumberOfMenuItems = 12) */
	}


.menu li#menulevel01_3 {
	width:100px;
}
	.menu li#menulevel02_3 {
		width: 244px;
	}
	.menu ul#menudrop02_3 {
		border:1px solid #333434;
		width:244px;
		height:198px; /*h = 22 * (NumberOfMenuItems = 9) */
	}


.menu li#menulevel01_4 {
	width:165px;
}
	.menu li#menulevel02_4 {
		width: 118px;
	}
	.menu ul#menudrop02_4 {
		border:1px solid #333434;
		width:118px;
		height:88px; /*h = 22 * (NumberOfMenuItems = 3) */
	}

.menu li#menulevel01_5 {
	width:170px;
}
	.menu li#menulevel02_5 {
		width: 248px;
	}
	.menu ul#menudrop02_5 {
		border:1px solid #333434;
		width:248px;
		height:154px; /*h = 22 * (NumberOfMenuItems = 7) */
	}



.menu li#menulevel01_6 
{
	width:170px;
}
	.menu li#menulevel02_6 {
		width: 248px;
	}
	.menu ul#menudrop02_6 {
		border:1px solid #333434;
		width:248px;
		height:154px; /*h = 22 * (NumberOfMenuItems = 7) */
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:200px;
	width:188px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited, .menu ul ul a.drop:link {
	background:#FFFFFF;
	color: #666666;
	font: 11px verdana,arial,sans-serif;
	text-align: left;
	text-decoration: none;
	text-indent: 8px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#F0F0F0 url(../images/menu/menu-drop.gif) bottom right no-repeat;
	color: #333434;
}
.menu ul ul :hover > a.drop {
	background:#F0F0F0 url(../images/menu/menu-drop.gif) bottom right no-repeat;
	color: #333434;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited, .menu ul ul ul a:link {
	background:#FFFFFF;
	color: #666666;
	font: 11px verdana,arial,sans-serif;
	text-align: left;
	text-decoration: none;
	text-indent: 8px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#F0F0F0;
	color: #333434;
}


/* 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:40px;
	left:0; 
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:39px;
	top:40px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px; 
	top:1px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:link 
{
	background: #FFFFFF;
	color: #666666;
	font: 11px verdana,arial,sans-serif;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	height:17px;
	padding-top:4px;
	padding-bottom:0px;
	text-indent: 5px;
	/* yet another hack for IE5.5 */
} 

* html .menu ul ul a{
	/*width:150px;
	width:129px;*/
}

/* style the top level hover */
.menu a:hover {
	background-color: #A4A6AC;
	background-image: url(../images/menu/menu-on.gif);
	color: #FFFFFF;
	text-decoration: none;
}
.menu :hover > a {
	background-color: #A4A6AC;
	background-image: url(../images/menu/menu-on.gif);
	color: #FFFFFF;
	text-decoration: none;
}

/* style the second level link hover */
.menu ul ul a:hover{
	background: #F0F0F0;
	text-decoration: none;
	color: #333434;
}
.menu ul ul :hover > a {
	background: #F0F0F0;
	text-decoration: none;
	color: #333434;
}


/* 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;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
.menu-hSep { vertical-align:middle; padding-top: 14px; padding-left: 3px; padding-right: 3px; }