﻿div#navbar	{
	display: block;
	position: relative;
	margin: 0px;
	width: 960px;
	height: 32px;
	background-color: #6d0304;
	padding-left: 0px;
	text-align: left;
	z-index: 300;
	}

#myjquerymenu ul {position: absolute; left: 0; top: 0; z-index: 200; }
#myjquerymenu ul img	{ border: none; padding: 0; margin: 0; }

.jquerycssmenu	{ padding-left: 0px; }

.jquerycssmenu ul	{ margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.jquerycssmenu ul li	{ position: relative; display: inline; float: left; }

/*Top level menu link items style*/
.jquerycssmenu ul li a	{
	display: block;
	background: none; /*background of tabs (default state)*/
	padding-right: 0px !important;
	margin-right: 0px; /*spacing between tabs*/
	color: #6b6131;
	text-decoration: none;
	}

/*tab link color during hover state*/
.jquerycssmenu ul li a:hover	{ color: #354171; text-decoration: none; }
.jquerycssmenu ul li a:visited	{ color: #6b6131; text-decoration: none; }

/*1st sub level menu*/
.jquerycssmenu ul li ul	{ position: relative; top: 32px !important; left: 0; display: block; visibility: hidden; }

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li	{ display: list-item; float: none; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul	{ top: 0px !important; margin-left: -2px; }


/* Sub level menu links style */
.jquerycssmenu ul li ul li a	{
	font: bold 11px Trebuchet MS;
 /*	width: 200px;  width of sub menus */
	white-space: nowrap;
	background-color: #fff;
	color: #6d0304;
	padding: 4px 10px !important;
	margin: 0;
	border: 1px solid #83805e;
	border-top: none;
	}
.jquerycssmenu ul li ul li a:visited	{ color: #6d0304; text-decoration: none; }
/*sub menus hover style*/
.jquerycssmenu ul li ul li a:hover	{ background-color: #dfd6c1; color: #433b15; }

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
display: none;
position: absolute;
top: 12px;
right: 10px;
}
.rightarrowclass{
display: none;
position: absolute;
top: 10px;
right: 5px;
}
