/* ================================================================ 
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/pro_dropline2-5.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
{
   height:36px; 
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   z-index:500;
   padding:0 0 0 10px; 
   background: url(images/menuback.gif) repeat-x left top;
   margin-top:0px;
   position:absolute;
   top:68px;
   width:100%;
   min-width: 600px;
   overflow:hidden;
   clear:both;
}

.menu .select
{
   margin:0; 
   padding:0 0 0 10px;
   list-style:none; 
   white-space:nowrap;
}

.menu li
{
   float:left;
   background:url(images/menuover.gif);
}

.menu .select a
{
   display:block; 
   height:36px; 
   float:left; 
   background: url(images/menublank.gif); 
   padding:0 0 0 15px; 
   text-decoration:none; 
   line-height:25px; 
   white-space:nowrap; 
   color:black;
   text-shadow:2px 2px silver;
}

.menu .select a b
{
   display:block; 
   padding:0 30px 10px 15px; 
   background:url(images/menublank.gif) right top;
}

.menu .select a:hover, 
.menu .select li:hover a
{
   background: url(images/menuover.gif); 
   padding:0 0 0 15px;
   line-height:27px;
   cursor:pointer; 
   font-weight:bold;
   color:black;
   text-shadow:2px 2px silver;
}

.menu .select .nogo
{
   color:darkgray;
   text-shadow:none;
}
.menu .select a:hover.nogo
{
   color: darkgray;
   text-shadow:none;
}
.menu .select li:hover.nogo
{
   color: darkgray;
}

.menu .select a:hover b, 
.menu .select li:hover a b
{
   display:block; 
   padding:0 30px 9px 15px; 
   background:url(images/menuover.gif) right top; 
   cursor:pointer;
}

/* IE6 only */
.menu table
{
   border-collapse:collapse; 
   margin:-1px; 
   font-size:1em; 
   width:0; 
   height:0;
}

.menu .trail
{
   margin-top: 4px;
   margin-right: 50px;
/*   margin-left:50px;*/
   font-size: 11pt;
   color: black;
   font-weight: bold;
   float:right;
   text-shadow:2px 2px silver;
   white-space:nowrap;
}

