/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* specific to IE5.5 and IE6 browsers */
.topmenu ul li a:hover ul {
display:block;position:absolute;top:30px; top:29px; background:#aaa;left:0; margin-top:1px;
}
.topmenu ul li a:hover ul.scroller {
height:138px; overflow:auto;}
 
.topmenu ul li a:hover ul.endstop {
left: -90px;
}
.topmenu ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; width:120px;
}
.topmenu ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
.topmenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.topmenu ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
.topmenu ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
.topmenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; top:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}
.topmenu ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.topmenu ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}
 
.left {clear:both;}

/* commom style for all browsers */
.container4 {
text-align:left; background:#eee; border:1px solid #14007D; border-width:5px 1px 1px 1px; height:0px;
margin:0 0 20px 0; /* for this demo only */
}

/* common styling */
.topmenu {
float:left; width:1000px; font-family: verdana, arial, sans-serif; font-size:11px; border-top:1px solid #c00;
background:#C1B7F7; 
margin:0 0 0px 0; 
/* for this demo only */ 
}
.topmenu ul {
padding:0;margin:0;list-style-type:none;
}

.topmenu ul li {
float:left; position:relative;
}
.topmenu ul li.group {display:block; text-indent:10px; background:#666; color:#ff0; width:200px; padding:4px 0;}
 
.topmenu ul li a, .topmenu ul li a:visited {
float:left; display:block; text-decoration:none; color:#444; padding:0px 16px; line-height:25px; height:30px;
}
 
.topmenu ul li:hover {width:auto;}
 /*
.topmenu ul li a:hover {background:#aaa; color:#c00;}
 
.topmenu ul li:hover a {background:#C1B7F7; color:#14007D;}*/
 
.topmenu ul li ul {display: none;}
.topmenu table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}
 
/* specific to non IE browsers */
.topmenu ul li:hover ul {
display:block; position:absolute;top:29px; background:#aaa; margin-top:1px; left:0; width:152px;
}
 
.topmenu ul li:hover ul.scroller {
height:138px; width:200px; overflow:auto;}
 
.topmenu ul li:hover ul.endstop { 
left:-90px;
}
.topmenu ul li:hover ul li ul {
display: none;
}
.topmenu ul li:hover ul li a {
display:block; background:#C1B7F7; color:#14007D;height:auto;line-height:15px;padding:4px 16px; width:120px;
}
.topmenu ul li:hover ul li a.drop {
background:#888;
}
.topmenu ul li:hover ul li a:hover {
color:#fff; background: #14007D;
}
.topmenu ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.topmenu ul li:hover ul li:hover ul {
display:block; z-index:9999; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#888;
}
.topmenu ul li:hover ul li:hover ul li a {background:#888;}
.topmenu ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}
.topmenu ul li:hover ul li:hover ul.left {
left:-172px;
}
.topmenu ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff;}
 
 
 


