/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:10px; margin:0; list-style:none; font-size:20px; font-family:"georgia", serif;}
#menu table {margin:0 -4px -1px 0;}
#menu li {float:left; margin:0 5px;}
#menu li a {display:block; float:left; height:35px; line-height:35px; color:#000; text-decoration:none;}
#menu li a.current {font-style:italic; color:#660000;}

#menu li:hover {position:relative; z-index:100;}
#menu li a:hover {color: #660000; position:relative; z-index:100;}
#menu li:hover > a {color: #660000;}
#menu ul {position:absolute; left:-9999px; top:35px; width:140px; padding:0; margin:0; list-style:none; background:url(http://www.morozzo.co.uk/img/trans.png);}
#menu ul li {margin:0;}
#menu ul li a {width:140px; height:25px; line-height:25px; font-size:15px; border:0; text-align:right;}
#menu ul li a:hover {border:0;}
#menu ul li:hover > a {border:0;}

#menu ul ul {position:absolute; margin-left:100%; top:0; padding:0; margin:0; list-style:none;}

#menu :hover ul {right:0; left:auto;}
#menu :hover ul ul {left:-9999px; width:130px; padding-left:10px; background:url(trans.png);}

#menu li ul :hover ul {left: 140px; right:auto;}
#menu li ul li ul li a {text-align:left; color:#660000;}
#menu li ul li ul li a:hover {color:#000;}

img.elegant {margin-top:250px;}

