﻿/*Copyright Bridgeline Software, Inc. An unpublished work created in 2007. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

.hidden
{
    margin: 0px;
    padding: 0px;
    display: none;
    border: 0;
}


/***** ComponentArt Menu Control  Styles *****/
table.TopGroup {
	cursor: pointer;
	padding:0;
	line-height: 12px;
	margin: 0px;
	font-family: "Century Gothic",Arial,sans-serif;
	
}


table.TopGroup td, table.TopGroup tr {
	
}

.TopMenuItem{
	cursor: pointer;
	height: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0px 15px 0 15px;
}



.TopMenuItemHover{
	cursor: pointer;
	height: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0px 15px 0 15px;
	background-color: #84765d;
}

.SelectedTopMenuItem{
	background:#d6e03e url("/Image%20Library/TemplateImages/bg_nav_selected.gif") no-repeat;
	padding: 0 10px 0 25px;
	font-weight: bold;
	color: #695E4A;
}

.SelectedTopMenuItemHover{
	background:#d6e03e url("/Image%20Library/TemplateImages/bg_nav_selected.gif") no-repeat;
	padding: 0 10px 0 25px;
	font-weight: bold;
	color: #695E4A;
}

.MenuItem{
	width:150px;
	font-weight:bold; 
	color:#FFFFFF;
	height:20px; 
	cursor: pointer;
	text-align:left;
	background-image:url("/Image%20Library/TemplateImages/bg_pulldown.png");
	background-color:none;
	margin: 6px 0 0 0;
}

.MenuItemHover{
	width:150px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	height:20px; 
	background-color: #d45022;
	margin: 6px 0 0 0;
}

.SubMenuItem{
	width:150px;
	font-weight:bold; 
	color:#FFFFFF;
	height:20px; 
	cursor: pointer;
	text-align:left;
	background:transparent url("/Image%20Library/TemplateImages/bg_pulldown.png");
}

.SubMenuItemHover{
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	height:20px; 
	background-color: #d45022;
}

.FirstSubItem{
	border-top: 6px solid #d6e03e;
}

.MenuBreak{
	padding:0px; 
}

/** Main Menu Styles CA Menu Control End **/



/** Main Menu Styles End**/

/* START MAIN NAVIGATION CONTAINER */

.header #nav{
	width: 880px;
	height: 25px;
	background: #695e4a;
	float: left;
	margin-top: 9px;
	font-size: 13px;
	text-transform:uppercase;
	padding: 0 10px;
	display:inline;
}

