﻿#pad {height:140px;}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline 
{
	padding:0px; 
	margin:0px; 
	list-style:none; 
	height:28px; 
	/*background:url(../images/bg_navmenu.jpg) repeat-x; */
	position:relative;
	width: 1000px;
}

#dropline table 
{
	border-collapse:collapse: width:0; 
	height:0; 
}

#dropline li 
{
	float:left;
}

#dropline li a.home
{
	display:block; 
	height:28px; 
	line-height:28px; 
	padding:0 6px;
	float:left; 
	color:#fff; 
	text-decoration:none; 
	font-family:arial; 
	font-size:9pt;
}


#dropline li a.home:hover
{
	background:none !important;
	line-height:28px; 
	height:28px; 
	color: #000
}

#dropline li.current a.home:hover
{
	background:none !important;
	line-height:28px; 
	height:28px; 
	color: #000
}

#dropline li.current a.home
{
	background:none !important;
	line-height:28px; 
	height:28px; 
	color: #000
}


#dropline li:hover > a.home
{
	background:none !important;
	line-height:28px; 
	height:28px; 
	color: #000
}


#dropline li a 
{
	display:block; 
	height:28px; 
	line-height:28px; 
	padding:0 8px;
	float:left; 
	color:#fff; 
	text-decoration:none; 
	font-family:arial; 
	font-size:9pt;
}

#dropline li a span 
{
	display:block; 
	height:28px; 
	float:left; 
	padding:0 0 0 8px; 
	cursor:pointer;
	font-weight: bold;
}

#dropline li a:hover 
{
	/*background:url(../images/menu_tab_bg.gif) repeat-x right top;*/
	line-height:28px; 
	height:28px; 
	color: #000
}

#dropline li a:hover span
{
	/*background:url(../images/tab_b.gif) no-repeat left top; */
	line-height:28px;
	color: #000;
	font-weight: bold;
}

#dropline li:hover > a
{
	/*background:url(../images/menu_tab_bg.gif) repeat-x right top; */
	line-height:28px; 
	height:28px;
	color: #000
}

#dropline li:hover > a span
{
	/*background:url(../images/tab_b.gif) no-repeat left top; */
	line-height:28px;
	color: #000;
	font-weight: bold;
}

#dropline ul 
{
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	height:28px; width:1000px; 
	/*background: url(../images/bg_location.jpg) repeat-x; */
	left:-9999px; 
	top:28px; 
	z-index:10;
}

#dropline ul li 
{
	height:28px; line-height:28px; }

#dropline ul li .cat_select
{
	background: none !important; ;
	height:28px !important; 
	line-height:28px  !important; 
	font-weight: bold  !important;
	padding-left: 10px !important;
	padding-right: 12px !important;
	color:#014288 !important;
}

#dropline ul.right li 
{
	float:right;
}

#dropline ul li a 
{
	color:#000; 
	padding:0 8px 0 8px; 
	height:28px; line-height:28px; 
	font-family: Arial;
	font-size:9pt;
}

#dropline ul li a:hover 
{
	height:28px; 
	line-height:28px; 
	background:transparent; 
	color:#c60;
}

#dropline ul.right li a 
{
	border-right:0;
	font-weight: bold;
}

#dropline ul li a.last 
{
	border:0;
}

#dropline :hover ul 
{
	left:0;
}

#dropline li.current ul 
{
	left:0; 
	z-index:1;
}

#dropline li.current a 
{
	/*background:url(../images/menu_tab_bg.gif) repeat-x right top; */
	line-height:28px; 
	height:28px; 
	color: #000;
}
#dropline li.current a span 
{
	/*background:url(../images/tab_b.gif) no-repeat left top; */
	line-height:28px;
}

#dropline li.current ul li a 
{
	color:#000; 
	padding:0 10px 0 10px; 
	height:28px; line-height:28px; background:transparent;
}

#dropline li.current ul li.current_sub a 
{
	color:#c60;
}

#dropline li.current ul li a:hover 
{
	color:#c60;
}

