/* CSS Document */
/* ================================================================ 
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/drop_examples.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.
=================================================================== */

.menu1 {
float:left; font-family: Arial, Helvetica, sans-serif;font-size:1em;
border-top:#4682B4 solid 1px;
border-bottom:#4682B4 solid 1px;
border-left:#4682B4 solid 1px;
height:20px;
/*margin:0;
padding:0;makes no diff to i.e*/
}
.menu1 a:hover{text-decoration:none;}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; text-decoration:none;color:#006; padding:0px 8px; line-height:20px; height:20px;border-right:1px solid #4682B4;background-color:#fefdab; /*#f8eea0; #cfe1fc; #f8eea0 #ffc #A5D2EF; padding was 11px*/
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a:hover {background-color: #F2F9EE;/*  #DBEAF5;*/}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0;border-collapse:collapse; font-size:1em; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:19px;margin-top:1px; left:10px;width:174px;border-bottom:1px solid #4682B4;/*width adjusted bottom border*/
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {/*width was 120 pad was 16 bg #A5D2EF then #ffc then #f8eea0 #cfe1fc;*/
display:block;background-color:#fefdab;color:#006;height:auto;line-height:15px;padding:4px 6px; width:160px; border:1px solid #4682B4; border-bottom:0;
}

.menu1 ul li:hover ul li a:hover {
color:#006;background-color:#F2F9EE;/* #DBEAF5;*/
}

.menu1 ul li:hover ul li:hover ul {/*left was 153, changed as width above raised by 40*/
display:block; position:absolute; left:193px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {/*was -153* may not use this anyway*/
left:-193px;
}

/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:23px; t\op:20px; background:#fff;left:10px; border-bottom:1px solid #4682B4;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a { /*added 30 +10 to each width value as above and padding was 16 bg was #A5D2EF*/
display:block;background-color: #fefdab;color:#006; height:1px; line-height:15px; padding:4px 6px; width:194px; w\idth:160px; border:1px solid #4682B4; border-bottom:0;
}

.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#006;background-color:#F2F9EE; /*#DBEAF5; #F2F9EE;*/
}

.menu1 ul li a:hover ul li a:hover ul {/*was 153*/
visibility:visible; position:absolute; top:0;color:#000; left:183px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;/*was -153* may not use this anyway unchanged as yet*/
}


