﻿/* ================================================================ 
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/pro_dropline_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 {
height:36px; position:relative; font-family:Times New Roman; font-size:10px;z-index:500;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
display:block; height:20px; 
float:left;
padding:2px 5px 2px 5px; text-decoration:none; line-height:5px; white-space:nowrap; color:#FDDA51;
}
#nav .select a b {
display:block;padding:2px 5px 2px 5px; 
}
#nav .select li:hover a { padding:2px 5px 2px 5px; line-height:5px; cursor:pointer; color:#FFFFFF;
}
#nav .select li:hover a b {
display:block;padding:2px 5px 2px 5px; cursor:pointer;
}
#nav .selected {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .selected a {
display:block; height:20px; 
float:left;
padding:2px 5px 2px 5px; text-decoration:none; line-height:5px; white-space:nowrap; color:#FFFFFF;
}
#nav .selected a b {
display:block;padding:2px 5px 2px 5px; 
}
#nav .selected li:hover a { padding:2px 5px 2px 5px; line-height:5px; cursor:pointer; color:#FFFFFF;
}
#nav .selected li:hover a b {
display:block;padding:2px 5px 2px 5px; cursor:pointer;
}






#nav .sub {
display:none; margin:0; padding:0 0 0 10px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:18px; display:block; position:absolute; float:left; width:100%; top:15px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:15px; float:left;  padding:0 16px; margin:0; white-space:nowrap; 
color:#E9B4D3;font-size:12px;
}
#nav .select li:hover .sub li a:hover {
color:#FFFFFF; line-height:15px;
}
