/* 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.
=================================================================== */
 /* common styling */
.menu1 {
float:left; width:800px; font-family: verdana, arial, sans-serif; font-size:11px;
background:url(../borders/menu3black.gif) repeat-x top left; 
border-top:3px solid #4c597f;  border-bottom:3px solid #4c597f;
margin:0 0 20px 0; /* for this demo only  - width:100% is total width of menu bar */ 
}
.menu1 ul {
padding:0; margin:0; list-style-type:none; /* DONT PUT WIDTH IN HERE */
}
.menu1 ul li {
float:left; width:100px; position:relative; background:url(../borders/divider3.gif) no-repeat top right;
}
.menu1 ul li a, .menu1 ul li a:visited { 
float:left; width:100px; display:block; text-decoration:none; color:#fff; padding:0px 0px; line-height:25px; height:30px; border-bottom:3px solid #fff;}
/* was no width, now calculated from 120px on the line above */

.menu1 ul li:hover {width:100px;} /* was width:auto; */

.menu1 ul li a.menu1one:hover {border-color:#c00; color:#f88;} 						/* Red */
.menu1 ul li a.menu1two:hover {border-color:#f0ff00; color:#f0ff00;}			/* Yellow */
.menu1 ul li a.menu1three:hover {border-color:#08D0C0; color:#08D0C0;}		/* Turquise */
.menu1 ul li a.menu1four:hover {border-color:#080; color:#0e0;} 					/* Green */
.menu1 ul li a.menu1five:hover {border-color:#00c; color:#aaf;} 					/* Blue */
.menu1 ul li a.menu1six:hover {border-color:#c0c; color:#f8f;}						/* Purple */
.menu1 ul li a.menu1seven:hover {border-color:#ff00f6; color:#ff00f6;}		/* Pink */
.menu1 ul li a.menu1eight:hover {border-color:#ff9600; color:#ff9600;}		/* Orange */

.menu1 ul li:hover a.menu1one {border-color:#c00; color:#f88;} 						/* Red */
.menu1 ul li:hover a.menu1two {border-color:#f0ff00; color:#f0ff00;}			/* Yellow */
.menu1 ul li:hover a.menu1three {border-color:#08D0C0; color:#08D0C0;}		/* Turquise */
.menu1 ul li:hover a.menu1four {border-color:#080; color:#0e0;} 					/* Green */
.menu1 ul li:hover a.menu1five {border-color:#00c; color:#aaf;} 					/* Blue */
.menu1 ul li:hover a.menu1six {border-color:#c0c; color:#f8f;}						/* Purple */
.menu1 ul li a.menu1seven:hover {border-color:#ff00f6; color:#ff00f6;}		/* Pink */
.menu1 ul li a.menu1eight:hover {border-color:#ff9600; color:#ff9600;}		/* Orange */

.menu1 ul li ul {display: none;}

.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers - DONT MESS WITH WIDTH*/
.menu1 ul li:hover ul {
display:block; position:absolute; top:32px; margin-top:1px; left:0; width:154px; border-bottom:1px solid #000;
}

/* ENDSTOP LEFT or RIGHT POSITION FOR DROP DOWN */
.menu1 ul li:hover ul.endstop {
/* left:-92px; */
right: 92px;
}
.menu1 ul li:hover ul li ul {display: none;}

/* OLD
.menu1 ul li:hover ul li a {
display:block; background:#FFF; color:#000; height:auto; line-height:15px; padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
*/
.menu1 ul li:hover ul li a {
display:block; background:#FFF; color:#000; height:auto; line-height:15px; padding:5px 0px 5px 10px; width:200px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a.drop {background:#ccd url(../borders/bullet3.gif) no-repeat 3px 8px;}
.menu1 ul li:hover ul li a:hover {color:#000; background: #ccd url(../borders/bullet_3.gif) no-repeat 3px 8px;}

/* HOVER ONLY */
.menu1 ul li:hover .menu1 ul li a:hover.drop {background: #ccd url(../borders/bullet_3.gif) no-repeat 3px 8px;}

/* OLD
.menu1 ul li:hover ul li:hover ul {display:block; position:absolute; left:153px; top:-1px;}
*/
.menu1 ul li:hover ul li:hover ul {display:block; position:absolute; left:212px; top:-1px;}

/* OLD
.menu1 ul li:hover ul li:hover ul.left {left:-153px;}
*/
.menu1 ul li:hover ul li:hover ul.left {left:-212x;}

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

/* ENDSTOP LEFT or RIGHT POSITION FOR DROP DOWN */
.menu1 ul li a:hover ul.endstop {
left: -92px;
}

/* OLD
.menu1 ul li a:hover ul li a {
display:block; background:#fff; color:#000; height:1px; line-height:15px; padding:4px 16px; width:200px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
*/
.menu1 ul li a:hover ul li a {
display:block; background:#fff; color:#000; height:1px; line-height:15px; padding:5px 0px 5px 10px; width:212px; w\idth:210px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a.drop {
background:#ccd url(../borders/bullet_3.gif) no-repeat 3px 8px; padding-bottom:4px;
}
.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:#000; background: #ccd url(../borders/bullet_3.gif) no-repeat 3px 8px;
}
/* OLD
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(../borders/bullet3.gif) no-repeat 3px 8px;
}
*/
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(../borders/bullet3.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}
[if lte IE 5.5]>
/* .menu1 ul li a, .menu1 ul li a:visited {height:33px;} */
[endif]
