/* ================================================================ 
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.stunicholls.com/menu/pro_drop_1.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 {padding:0; margin:0; list-style:none; height:30px; background:#fff; position:relative; z-index:500; font-family: tahoma, arial, verdana, sans-serif;}

/* Red Links */
#nav li.top {display:block; float:left;width:25%; text-align:center;}
#nav li a.top_link {display:block; float:center; height:30px; line-height:27px; text-decoration:none; font-size:11px; font-weight:bold; background-image:url(red_blank.png); color: #ffffff;width:100%;}
#nav li a.top_link span {float:center; display:block; height:30px; background-image:url(red_blank.png);}
#nav li a.top_link:hover {color:#fff; background-image:url(red_blank_over.png);}
#nav li a.top_link:hover span { background-image:url(red_blank_over.png);}
/* Orange Links */
#nav li a.topa_link {display:block; float:center; height:30px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; background-image:url(orange_blank.png); color: #ffffff;width:100%;}
#nav li a.topa_link span {float:center; display:block; height:30px; background-image:url(orange_blank.png);}
#nav li a.topa_link:hover {color:#fff; background-image:url(orange_blank_over.png);}
#nav li a.topa_link:hover span {background-image:url(orange_blank_over.png);}
/* Green Links */
#nav li a.topb_link {display:block; float:center; height:30px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; background-image:url(green_blank.png);color: #ffffff;width:100%;}
#nav li a.topb_link span {float:center; display:block; height:30px; background-image:url(green_blank.png);}
#nav li a.topb_link:hover {color:#fff; background-image:url(green_blank_over.png);}
#nav li a.topb_link:hover span {background-image:url(green_blank_over.png);}
/* Blue Links */
#nav li a.topc_link {display:block; float:center; height:30px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; background-image:url(blue_blank.png);color: #ffffff;width:100%;}
#nav li a.topc_link span {float:center; display:block; height:30px; background-image:url(blue_blank.png);}
#nav li a.topc_link:hover {color:#fff; background-image:url(blue_blank_over.png);}
#nav li a.topc_link:hover span {background-image:url(blue_blank_over.png);}

/* Default list styling */
#nav li:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0px; top:30px; background: #eeeeee; border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; width:100%; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:center; width:100%; font-weight:bold;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:100%; line-height:20px; color:#000; text-decoration:none;}
#nav li:hover ul.sub li a:hover 
{background:#3a93d2; color:#fff;}

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
{left:100%; top:-4px; background: #fff; border:1px solid #3a93d2; width:100%; z-index:400; height:auto;}

/*#space{margin-top:20px;}*/