
/* ================================================================ 
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_definition4.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_dd4 {list-style-type:none; margin:5px 0 0px 0px; padding:0;}

#menu_dd4 li {float:left; padding:0; margin:0 3px 0 0; position:relative; width:100px; height:1px; z-index:100;}
#menu_dd4 li a, #menu_dd4 li a:visited {text-decoration:none;}

#menu_dd4 dl {position:absolute; top:0; left:0; width: 100px; margin: 0; padding: 0; background: transparent url(transparency.gif);}
#menu_dd4 dt {background: #4f4c4c; margin: 0 0 2px 0; font: bold 11px Arial, helvetica; width:100px; float:left;}
#menu_dd4 dd {display:none; background: transparent; border-bottom:1px solid white; clear:left; margin:0; padding:0; color: yellow; font: bold 11px Arial, helvetica; text-align:left;}



#menu_dd4 dt a, #menu_dd4 dt a:visited {display:block; color:white; padding: 5px 5px 5px 10px; width:85px;}
#menu_dd4 dd a, #menu_dd4 dd a:visited {background:#dadada; color:black; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:178px;}

#menu_dd4 li a:hover {border:0;}

#menu_dd4 li:hover dd, #menu_dd4 li a:hover dd {display:block;}
#menu_dd4 li:hover dl, #menu_dd4 li a:hover dl {width:203px; border-bottom:0px solid lime;}
#menu_dd4 li:hover dt a, #menu_dd4 li a:hover dt a, #menu_dd4 dd a:hover {background: #C31E1F; color:white;}
