/* upper top level elements styles */
.menu_left_jquery_css {
	width:100%;
	font-family: Georgia, Times New Roman, Times, serif;
//	font-size:14px;
	font:14pt/3.25em;
	font-weight: normal;
	color: white;
	margin-top: 16px;
	text-transform:uppercase;
	float: left;
}

.menu_left_jquery_css ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	z-index: 100;
}

/*Top level list items*/
.menu_left_jquery_css ul li {
	position: relative;
	width: 165px;
	display: block;
	color: white;
	margin: 0;
	padding: 0;	
	float: left;
}

/*Top level menu link items style*/
.menu_left_jquery_css ul li a,.menu_left_jquery_css ul li a:link,  .menu_left_jquery_css ul li a:active, .menu_left_jquery_css ul li a:focus, .menu_left_jquery_css ul li a:visited, .menu_left_jquery_css ul li a:hover {
	width:155px; 
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	text-align:right; 
	line-height: 33px;
	padding-right:17px; 
	margin-left:3px;
	font-family: Georgia, Times New Roman, Times, serif;
 	background-image:url(images/menu_arrow.png);
	background-position:  100% 50%;
	background-repeat:no-repeat;
 }

* html .menu_left_jquery_css ul li a,* html .menu_left_jquery_css ul li a:link,* html  .menu_left_jquery_css ul li a:active,* html .menu_left_jquery_css ul li a:visited,* html .menu_left_jquery_css ul li a:hover {
	width:172px;
}

.menu_left_jquery_css ul li a:hover {
	background-color:#666666;
	}

.menu_left_jquery_css ul li a.hasChildren {
}
.menu_left_jquery_css ul li a.selected, .menu_left_jquery_css ul li a:hover {
	background-color: ; 
}

/*1st sub level menu*/
.menu_left_jquery_css ul li ul {
	position: absolute;
	visibility: hidden;
	top: 0px; 
	z-index: 101;
	border-top: 1px solid white;
	border-right: 1px solid white;
	width: 192px;
	margin-top: -1px;
	background-color: #941100; 
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_left_jquery_css ul li ul li {
	width: 190px;
	padding: 0;
	margin: 0;
	border: 1px solid white;
	border-top-style: none;
	border-right-style: none;
	text-align:right;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */
.menu_left_jquery_css ul li ul li a, .menu_left_jquery_css ul li ul li a:link, .menu_left_jquery_css ul li ul li a:active, .menu_left_jquery_css ul li ul li a:hover, .menu_left_jquery_css ul li ul li a:visited {
	width: 176px; /*width of sub menus*/
	color: white;

	margin: 0;
	/*
	margin-top: -1px;
	border: 1px solid white;
	*/
	background-color: #941100;

	text-align: right;
	padding-right:15px;
}

.menu_left_jquery_css ul li ul li a:hover {
/*	text-decoration: underline overline; */
	background-color:#666;
}

.menu_left_jquery_css ul li.current a {
	text-decoration: underline overline; 
}

* html .menu_left_jquery_css ul li ul li a,* html .menu_left_jquery_css ul li ul li a:link,* html .menu_left_jquery_css ul li ul li a:active,* html .menu_left_jquery_css ul li ul li a:hover,* html .menu_left_jquery_css ul li ul li a:visited {
	width:190px;
}

/* ie6 hack to keep things aligned by same manner */
* html .menu_left_jquery_css ul li ul
{
	border-top: 1px solid white;
	margin-top: -1px;
}
* html .menu_left_jquery_css ul li ul li ul
{
	margin-left: -1px;
}
