/* ================================================================ 
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_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.
=================================================================== 
*/

/* top naviagation row */
#nav {background:#688E26; border-bottom:1px solid #004A1E; z-index:1;}
#nav li a.top_link {height:38px; line-height:34px; color:#FFF; font-size:12px; padding:0 10px 0 10px; background:#688E26;}
#nav li:hover a.top_link {color:#FFF; background:#71785C;}

#nav li a.active {background:#71785C; display:block; float:left; height:38px; line-height:34px; color:#FFF; text-decoration:none; font-size:12px; font-weight:bold; padding:0 10px 0 10px; cursor:pointer;}

/* second navigation row, for logged in users only */
#nav2 {padding:0; margin:0; list-style:none; height:38px; background:#EDD265; border-bottom:1px solid #12264D; position:relative; z-index:1; font-family:arial, verdana, sans-serif;}
#nav2 li a.top_link {display:block; float:left; height:38px; line-height:34px; color:#004A1E; text-decoration:none; font-size:12px; font-weight:bold; padding:0 10px 0 10px; cursor:pointer;}
#nav2 li:hover a.top_link {color:#FFF; background:#71785C;}

#nav2 li a.active {background:#71785C; display:block; float:left; height:38px; line-height:34px; color:#FFF; text-decoration:none; font-size:12px; font-weight:bold; padding:0 10px 0 10px; cursor:pointer;}


