/* ================================================================ 
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/final_drop.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.
=================================================================== */
/* copyright changes ArtProLog 2007 Ursula Bartels */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul							{ border-left: 1px solid #4B6524 }
.menu ul ul							{ border-top: 5px solid #4B6524;  }

/* style the links for the top level */
.menu a, 
.menu a:link, 
.menu a:visited						{ color: #4B6524; border-right: 1px solid #4B6524 }

.menu ul ul a,
.menu ul ul a:link,
.menu ul ul a:visited,
.menu ul ul a:hover					{ border-right: 1px solid #4B6524; border-left: 1px solid #4B6524 }

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:link, 
.menu ul ul a:visited				{ background-color: #F1F0E3; border-bottom: 1px solid #4B6524 }

/* style the top level hover */
.menu a:hover, 
.menu ul ul a:hover					{ color: #fff; background-color: #4B6524; }
.menu :hover > a, 
.menu ul ul :hover > a  			{ color: #fff; background-color: #4B6524; }
.menu ul ul a:hover  				{ color: #fff; background-color: #4B6524; }

/* style the top level active */
a.act,
a.act:link,
a.act:visited,
a.act:hover,
a.act:active   						{ color: #fff; background-color: #4B6524; }



