﻿
/* ================================================================ 
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/opaque_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.
=================================================================== */
#topmenu {list-style-type:none; margin:0 0 20px 0; padding:0;}
 
#topmenu li {display:block; float:left; position:relative; z-index:600; margin-right:1px;}
#topmenu li span {display:block; z-index:600; padding: 1px 15px;font-size:1.15em;}
#topmenu li a, #topmenu li a:visited {display:block; padding:0; white-space:nowrap;}
 
#topmenu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;
 background:transparent url(../images/opaque2.png);}
 
 * html #topmenu dl {background:transparent url(../images/opaque2.png);} 
#topmenu dt {margin:0; font-size: 1.15em; float:left; font-weight:bold;}
#topmenu dd {display:none; background: transparent; clear:left; margin:0; padding:0;
 color: #fff; font-size: .9em; text-align:left;}
 
#topmenu dt a, #topmenu dt a:visited {display:block; color:#FFFFFF; padding: 1px 15px; 
text-decoration:none;}
#topmenu dd a, #topmenu dd a:visited {color:#000000; text-decoration:none; display:block;
 padding: 1px 15px;}
 
#topmenu li a:hover {border:0; text-decoration:underline;}
 
#topmenu li:hover dd, #topmenu li a:hover dd {display:block;}
#topmenu li:hover dl, #topmenu li a:hover dl {padding-bottom:15px;}
#topmenu li:hover dt a, #topmenu li a:hover dt a, #topmenu dd a:hover {color:#007b57;}
 

