﻿/* ================================================================ 
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.stunicholls.com/menu/hover_drop_2.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.
=================================================================== */

#menu {align:center;list-style-type :none; padding:0; margin:0;margin-left:35px;width:807px}
#menu ul {list-style-type:none; padding:0; margin:0; width:200px}
#menu li {float:left; background:#ADDEFF; margin:0; position:relative;}
#menu li.sub {background:#0090F7;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; color:#000; height:25px; font-family:arial, sans-serif; font-weight:bold; 
font-size:12px; line-height:12px; width:130px; text-decoration:none; 
text-align:center;border-left:1px solid #CCB;border-top:1px solid #CCB;border-bottom:1px solid #CCB;}
#menu :hover {color:#000; background:#63B6F2;}
#menu :hover > a {color:#000; background:#ADDEFF;}

#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:150px;}

#menu :hover ul :hover ul ul {position:absolute; left:-9999px; width:150px;}

#menu :hover ul ul {position:absolute; left:-9999px; width:150px;}

#menu ul {position:absolute; left:-9999px; width:150px;}

#menu :hover ul{left:0;top:25px; background:url('file:///F:/transparent.gif');
} /* the background image is for IE7 */

#menu :hover ul :hover ul :hover ul {padding:0 3px; left:120px; top:-3px;}

#menu :hover ul :hover ul {padding:0 3px; left:120px; top:-3px;}

#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

#menu :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

