
.mbmenu{
  display:none;
}
.rootVoices{
	padding: 5px;
	margin: 5px;
	padding-bottom:0;
}
.rootVoices td.rootVoice {
	border-bottom:solid 1px transparent;
	vertical-align:middle;
	background-color:transparent;
	font-family:Arial,Helvetica,sans-serif;
	color: #0061aa;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	padding:6px 0 6px 0;
	cursor: pointer;
}

.rootVoices td.rootVoice.selected{
	background-image: url('../images/reversed_arrow.gif');
	background-repeat:no-repeat; 
	background-position: bottom right;
	/* border-bottom:solid 1px #95BDDA; */
	padding:6px 0 6px 0;
	color:#d1720b;
	cursor: pointer;
	font-size:15px;
}

.rootVoices.vertical {
}
.rootVoices.vertical td.rootVoice{
	-moz-border-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}

/**/

.menuContainer{
	/*
	-moz-border-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	*/
	padding:0;
}

.menuContainer .line{
	/* background-color: #95BDDA; */
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url('../images/flyout_middle.gif');
	background-repeat:no-repeat; 
	background-position: top left;
}

.menuContainer .line.first{
	background-color: transparent;
	background-image: url('../images/flyout_top.gif');
	background-repeat:no-repeat; 
	background-position: top left;
}

.menuContainer .line.last{
	background-color: transparent;
	background-image: url('../images/flyout_bottom.gif');
	background-repeat:no-repeat; 
	background-position: bottom left;
}

.menuContainer .line.title {
	border-bottom: 0px;
}
.menuContainer .line.title a{
	font-size:12px;
	font-weight: bold;
}
.menuContainer td a{
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
}
.menuContainer td.voice{
	font-family:Arial;
	font-size:12px;
	padding:7px;
}
.menuContainer .separator{
	padding: 0;
	margin: 0;
	border-bottom:1px dotted white;
	height: 1px;
}
.menuContainer td.img{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:dimgray url("../header_bgnd.jpg");
	color: #c3c3c3;
}
.menuContainer .selected td{
	/* background-color:#95BDDA; */
}
.menuContainer .selected td a{
	color:#0061aa;
	font-weight: bold;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("../images/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
