/* ================================================================ 
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.
=================================================================== */

.preload1 {background: url(/img/topcat/blank_over.gif);}
.preload2 {background: url(/img/topcat/blank_overa.gif);}

#cat_nav {padding:0 10px; margin:0; list-style:none; height:36px; background: url(/img/topcat/blank0.gif) repeat-x #39c; position:relative; z-index:13; font-family: arial, verdana, sans-serif;}
#cat_nav li.top {display:block; float:left;}
#cat_nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(/img/topcat/blank.gif);}
#cat_nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(/img/topcat/blank.gif) right top;}
#cat_nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(/img/topcat/blanka.gif) no-repeat right top;}
#cat_nav li a.top_link:hover {color:#fff; background: url(/img/topcat/blank_over.gif) no-repeat;}
#cat_nav li a.top_link:hover span {background:url(/img/topcat/blank_over.gif) no-repeat right top;}
#cat_nav li a.top_link:hover span.down {background:url(/img/topcat/blank_overa.gif) no-repeat right top;}

#cat_nav li:hover > a.top_link {color:#fff; background: url(/img/topcat/blank_over.gif) no-repeat;}
#cat_nav li:hover > a.top_link span {background:url(/img/topcat/blank_over.gif) no-repeat right top;}
#cat_nav li:hover > a.top_link span.down {background:url(/img/topcat/blank_overa.gif) no-repeat right top;}

/* Default list styling */
#cat_nav li:hover {position:relative; z-index:10;}
#cat_nav li:hover .sub
{ left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; z-index:11;} /*  width:190 px */
#cat_nav li:hover .sub td
{height:20px; font-weight:normal; white-space:nowrap;} /* position:relative; float:left;   width:190 px; */
#cat_nav li:hover .sub a
{display:block; white-space:nowrap; font-size:11px; height:20px; width:100%; line-height:20px; color:#000; text-decoration:none; text-indent:5px;} /* width:190 px */
#cat_nav li:hover .sub a:hover 
{background:#3a93d2; color:#fff;}
/* keep the 'next' level invisible by placing it off screen. */
#cat_nav .sub
{position:absolute; left:-9999px; top:-9999px; margin:0; padding:0;} /* width:0; height:0; list-style:none; */

