#info {height:400px;}

/* ================================================================ 
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_line.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* NAVIGATION */ 
.menu {position:absolute;
top:280px;
width:690px;
height:100px;
margin:0 0 5px 10px; z-index:2}

* html .menu {padding-bottom:0}

.menu ul{list-style-type:none; padding:0; margin:0; height:100%}

.menu li{float:left}

.menu table{
position:absolute;
border-collapse:collapse;
left:0; top:0}

.menu a, .menu :visited {color:#000; text-decoration:none}

.menu a em.lft, .menu :visited em.lft, .menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:10px;
height:2em}

.menu a b, .menu :visited b {
display:block;
float:left;
padding:0 10px 0 0;
height:2em;
cursor:pointer;
font-size:13pt; line-height:130%; margin:0; letter-spacing:2%; font-weight:700; color:#584090}


/* SUBNAVIGATION */ 

.menu ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px; width:690px}

.menu :hover {white-space:normal}

.menu a:hover b {color:#CCC}
.menu a:hover em.lft, .menu a:hover em.rgt { }

.menu li:hover > a b {color:#AC76C1}
.menu li:hover > a em.lft, .menu li:hover > a em.rgt  { }

.menu ul li:hover ul, .menu ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px}

.menu ul :hover ul li {display:block; height:2em}
.menu ul :hover ul li a {
display:block; 
height:2em; 
width:auto; 
float:left; 
padding:0 5px; font-size:10pt; line-height:110%; margin-left:20px; letter-spacing:1%; font-weight:400; color:#6348A2}

.menu ul :hover ul li a:hover {color:#AC76C1}