 /* common styling */
.menu2 {
	float:left;
	width:100%;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	border-top:0px solid #c00;
	color: #FFDFA1;
	vertical-align : middle;
	line-height:27px;
	font-weight: bold;
	/*background:#ddd url(images/menu2.gif) repeat-x;
	margin:0 0 20px 0; for this demo only */
}

.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu2 ul li {
	float:left;
	position:relative;
}

.menu2 ul li.group {
	display:block;
	text-indent:10px;
	background:#BC5919;
	color:#FFDFA1;
	width:175px;
	padding:4px 0;
	font-weight: bold;
}

.menu2 ul li a, .menu2 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#FFDFA1;
	font-weight: bold;
	padding:0px 10px;
	line-height:27px;
	height:30px;
}

.menu2 ul li:hover {
	width:auto;
}

.menu2 ul li a:hover {
	background:#BC5919 ;
	color:#fff;
	font-weight: bold;
}

.menu2 ul li:hover a {
	background:#BC5919/* url(images/sub2a.gif)*/;
	color:#fff;
	font-weight: bold;
}

.menu2 ul li ul {
	display: none;
}

.menu2 table {
	margin:0;
	/*border-collapse:collapse;*/
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
}

/* specific to non IE browsers */
.menu2 ul li:hover ul {
	display:block;
	position:relative;
	top:28px;
	background:#BC5919;
	margin-top:1px;
	left:0;
	width:152px;
}

.menu2 ul li:hover ul.scroller {
	height:138px;
	width:172px;
	overflow:auto;
}

.menu2 ul li:hover ul.endstop {
	left:-90px;
}

.menu2 ul li:hover ul li ul {
	display: none;
}

.menu2 ul li:hover ul li a {
	display:block;
	background:#BC5919;
	font-size: 10px;
	font-weight: bold;
	color:#FFDFA1;
	font-weight: bold;
	height:auto;
	line-height:15px;
	padding:1px 6px;
	width:160px;
	border: 1px solid #FFDFA1;
}

.menu2 ul li:hover ul li a.drop {
	background:#BC5919;
}

.menu2 ul li:hover ul li a:hover {
	color:#fff;
	font-weight: bold;
	background: #BC5919;
}

.menu2 ul li:hover ul li a:hover.drop {
	background: #BC5919; color:#fff;
}

.menu2 ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:153px;
	top:-70px;
	color:#fff;
	font-weight: bold;
	left:152px;
	height:138px;
	width:172px;
	overflow:auto;
	background:#BC5919;
}

.menu2 ul li:hover ul li:hover ul li a {
	background:#BC5919;
}

.menu2 ul li:hover ul li:hover ul li.group {
	width:152px;
	padding:5px 0;
}

.menu2 ul li:hover ul li:hover ul.left {
	left:-172px;
}

.menu2 ul li:hover ul li:hover ul li a:hover {
	background:#BC5919;
	color:#fff;
	font-weight: bold;
}


/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
	display:block;
	position:absolute;
	top:30px;
	t\op:29px;
	background:#BC5919;
	left:0;
	marg\in-top:1px;
}

.menu2 ul li a:hover ul.scroller {
	height:138px;
	overflow:auto;
}

.menu2 ul li a:hover ul.endstop {
	left: -90px;
}

.menu2 ul li a:hover ul li a {
	display:block;
	color:#fff;
	font-weight: bold;
	height:1px;
	line-height:15px;
	padding:4px 16px;
	width:152px;
	w\idth:120px;
}

.menu2 ul li a:hover ul li a.drop {
	background:#BC5919;
	padding-bottom:5px;
}

.menu2 ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:0;
}

.menu2 ul li a:hover ul li a:hover {
	color:#fff;
	font-weight: bold;
	background: #BC5919;
}

.menu2 ul li a:hover ul li a:hover.drop {
	background: #BC5919;
	color:#fff;
	font-weight: bold;
}

.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:-69px;
	t\op:-70px;
	color:#fff;
	font-weight: bold;
	left:152px;
	height:138px;
	width:170px;
	overflow:auto;
	background:#BC5919;
}

.menu2 ul li a:hover ul li a:hover ul.left {
	left:-170px;
}

.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#BC5919;
	color:#fff;
}

.left {
	clear:both;
}
