/* ================================================================ 
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/variable_dl.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.
=================================================================== */
#menu {list-style-type:none; 
margin:0px 0 0 25px; /* settings for this demo olnly */
padding-left:100px;
}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:0px;}
#menu li span {display:block; z-index:100; padding: 7px 30px;font-size:1em;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}
#menu dt {margin:0; font-size: 1em; float:left;}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#332077; padding: 7px 30px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#d6ede5; color:#332077; font-family: helvetica, san-serif; text-decoration:none; display:block; padding: 8px 30px;}

#menu li a:hover {border:0; width:200px;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {color:#ee1a26;}



#leftmenu {
font-family: helvetica, san-serif;
width:200px;
margin:30px auto 20px auto;
}

#leftmenu a {
color:#3a2b7c;
display:block;
width:100%;
height:12px;
text-decoration:none;

}

#leftmenu a:hover { color: #ed1c24; text-decoration: none }

#leftmenu .current { color: #ed1c24;}





