﻿/* ================================================================ 
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/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav_skeleton, 
#nav_skeleton ul {padding:0 0 5px 0; margin:0 0 0 0; list-style:none; font: 11px 'Trebuchet MS', verdana, sans-serif; border:1px solid #000; border-color: #99FF99 #339933 #006600 #99FF66; border-width:1px 2px 2px 1px; background:#fff; position:relative; z-index:200;}
#nav_skeleton {height:25px; padding:0;}

#nav_skeleton table {border-collapse:collapse;}
#nav_skeleton li {float:left; padding:0 10px 0 5px; margin: 0 -5px 0 0;}
#nav_skeleton li li {float:none; margin-right: 0}
/* a hack for IE5.x and IE6 */
#nav_skeleton li a li {float:left;}

#nav_skeleton li a {display:block; float:left; color:#666; height:25px; padding-right:5px; font-weight: normal; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav_skeleton li li a {height:20px; line-height:20px; float:none; font-weight:normal; }
#nav_skeleton li li.basso a {height:15px; line-height:15px;}
#nav_skeleton li li.basso a:hover {border-bottom:1px #666 dotted;}

#nav_skeleton li:hover {position:relative; z-index:300; background:#fff; }
#nav_skeleton a:hover {position:relative; z-index:300; text-decoration:underline; color:#393; color:#c00; }

#nav_skeleton :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav_skeleton a:hover ul {left:-10px;}

#nav_skeleton ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav_skeleton li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav_skeleton li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav_skeleton li:hover > a {text-decoration:none; font-weight:normal; color:#393; color:#c00; }


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav_skeleton a:hover a:hover ul,
#nav_skeleton a:hover a:hover a:hover ul,
#nav_skeleton a:hover a:hover a:hover a:hover ul,
#nav_skeleton a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px; color:#c00;}

/* keep further levels hidden */
#nav_skeleton a:hover ul ul,
#nav_skeleton a:hover a:hover ul ul,
#nav_skeleton a:hover a:hover a:hover ul ul,
#nav_skeleton a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; color:#c00;}

#nav_skeleton table { margin-bottom: 0; border-top: 0 transparent none; border-bottom: 0 transparent none; }


