﻿.MenuBgNew
{
	
	background-repeat: repeat-x;
}

.jquerycssmenu
{
	font-size: 14px;
	font-weight:bold;
	font-family: Cambria; /*border-bottom: 1px solid black;*/
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	background: #fff url(../Images/Common/Header_BG.png) top center repeat-x; /*background of tabs (default state)*/ /*border:solid 1px red;*/
	z-index: 4800;
}

.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;
	padding: 8px 18px 5px 18px;
	margin-right: 3px; /*spacing between tabs*/ /*border: 1px solid #778;*/
	border-bottom-width: 0;
	color: black;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover
{
	
	background: #5862a3 url(../Images/Common/HeaderHover_BG.png) top center repeat-x;
	padding: 8px 18px 5px 18px;
	color:White;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 4800;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li
{
	display:inherit;	
	float: none;
	z-index: 4800;

}


/* Sub level menu links style */
.jquerycssmenu ul li ul li a
{
	font-size: 14px;
	font-weight:bold;
	font-family: Cambria;
	width: 105px; /*width of sub menus*/
	white-space: nowrap; /*background: #F8931F;*/
	background: #fff url(../Images/Common/Menu.png) top left no-repeat;
	color: black;
	padding: 4px 15px 7px 15px;
	margin: 0;
	border-top-width: 0;
	z-index: 4800;
	
}

.jquerycssmenu ul li ul li a:hover
{
	/*sub menus hover style*/ /*background: #F2870C;*/
	
	background: #002648 url(../Images/Common/MenuHover.png) top left no-repeat;
	border-bottom: solid 0px #673601;
	padding: 4px 15px 7px 15px;
	color: #fff;
	z-index: 4800;
	
	
}
.jquerycssmenu ul li ul li a.brown
{
	font-size: 14px;
	font-weight:bold;
	font-family: Cambria;
	width: 105px; /*width of sub menus*/
	white-space: nowrap; /*background: #C79D6B;*/
    background: #fff url(../Images/Common/MenuBrown.png) top left no-repeat;
	color: black;
	padding: 4px 15px 7px 15px;
	margin: 0;
	border-top-width: 0;
	z-index: 4800;
}

.jquerycssmenu ul li ul li a.brown:hover
{
	/*sub menus hover style*/
	
	background: #fff url(../Images/Common/MenuBrowHover.png) top left no-repeat;
	padding: 4px 15px 7px 15px;
	color: white;
	z-index: 4800;
}
.jquerycssmenu ul li ul li a.maxwidth
{
	font-size: 14px;
	font-weight:bold;
	font-family: Cambria;
	width: 205px; /*width of sub menus*/
	white-space: nowrap; /*background: #F8931F;*/
	background:  #fff url(../Images/Common/MenuMax.png) top left no-repeat;
	color: black;
	padding: 4px 15px 7px 15px;
	margin: 0;
	border-top-width: 0;
	z-index: 4800;
}

.jquerycssmenu ul li ul li a.maxwidth:hover
{
	/*sub menus hover style*/ /*background: #F2870C;*/
	
    background: #fff url(../Images/Common/MenuMaxHover.png) top left no-repeat;
	padding: 4px 15px 7px 15px;
	margin: 0;
	color: #fff;
	z-index: 4800;
}



.jquerycssmenu ul li ul li a.brownmaxwidth
{
	font-size: 14px;
	font-weight:bold;
	font-family: Cambria;
	width: 205px; /*width of sub menus*/
	white-space: nowrap; /*background: #C79D6B;*/
	background: #fff url(../Images/Common/MenuBrownMax.png) top left no-repeat;
	color: black;
	padding: 4px 15px 7px 15px;
	margin: 0;
	border-top-width: 0;
	z-index: 4800;
}

.jquerycssmenu ul li ul li a.brownmaxwidth:hover
{
	/*sub menus hover style*/ 
	background: #fff url(../Images/Common/MenuBrownMaxHover.png) top left no-repeat;
	padding: 4px 15px 7px 15px;
	color: white;
	z-index: 4800;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	position: absolute;
	top: 7px;
	right: 0px;
	display: none;
}

.rightarrowclass
{
	position: absolute;
	top: 5px;
	display: none;
	right: 5px;
}
