/* MENU BLUE */

.menu {
	z-index:1000;
	font-size:13px;
	margin:0px 0 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;/* this page only */
	line-height: 20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:177px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0; }
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:20px;
	background-color:#1eb3e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0px;
	z-index:100;
	font-size:12px;
}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:177px;
	color:#FFF;
	text-indent:0px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:177px;
	w\idth:176px;
	background-color:#1eb3e2;
}
/* style the link hover */
* html .menu a:hover {
	color:#06C;
}

.menu :hover > a {
	color:#06C;
	background-color:#1eb3e2;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:177px;
	border-left-width:1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
/* 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 second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.menu ul .last {
	border: none;
}

/* MENU GREY */
.menu2 {
	z-index:1000;
	font-size:13px;
	margin:2px 0 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;/* this page only */
	line-height: 20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:177px;
}
/* hack for IE5.5 */
* html .menu2 ul {margin-left:-16px; ma\rgin-left:0; }
/* position relative so that you can position the sub levels */
.menu2 li {
	position:relative;
	height:20px;
	background-color:#818181;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

/* get rid of the table */
.menu2 table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0px;
	z-index:100;
	font-size:12px;
}

/* style the links */
.menu2 a, .menu2 a:visited {
	display:block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:177px;
	color:#FFF;
	text-indent:0px;
}
/* hack for IE5.5 */
* html .menu2 a, * html .menu2 a:visited {
	width:110px;
	w\idth:129px;
	background-color:#818181;
}
/* style the link hover */
* html .menu2 a:hover {
	color:#06C;
}

.menu2 :hover > a {
	color:#06C;
	background-color:#818181;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:178px;
}
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.menu2 ul .last {
	border: none;
}

