/* upper top level elements styles */
.menu_left_jquery_css {
	font-family: "Times New Roman", Georgia, Times;
	color: white;
	margin-top: 10px;
	margin-left: 27px;
	font-size:12px;
	font-weight: bolder;
}

.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;
	display: block;
	width: 150px;
	color: white;
	margin: 0;
	padding: 0;	
	float: left; 
}

/*Top level menu link items style*/
.menu_left_jquery_css ul li a {
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	text-align: right;
	line-height: 21px;
	padding-right: 10px;
}
.menu_left_jquery_css ul li a.hasChildren {
	background-image: url(images/menu_jquery_css_right.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.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: 0;
	z-index: 101;
	border-top: 1px solid white;
	width: 192px;
	margin-top: -1px;
}

/*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;
}

/*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 {
	width: 180px; /*width of sub menus*/
	color: white;

	margin: 0;
	/*
	margin-top: -1px;
	border: 1px solid white;
	*/
	background-color: #941100;

	text-align: left;
	padding: 0 5px 0 5px;
}

/* 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;
}
