.mbmenu{
  display:none;
}
.rootVoices{
	font-weight:bold;
 
}


.rootVoices div.rootVoice { 
	background-color:transparent;
	width:80px;
	cursor: pointer;
	color:#8acd35;
 
}

.rootVoices div.selected {
	cursor: pointer;
}

.rootVoices div.selected:link { color: #8acd35; text-decoration: none; }

.rootVoices div.selected:visited { color: #8acd35; text-decoration: none; }

.rootVoices div.selected:active { color: #8acd35; text-decoration: none; }

.rootVoices div.selected:hover { color: #000; text-decoration: none; }





.rootVoices_profile {
	font-weight:bold;
 
}
.rootVoices_profile div.rootVoice { 
	width:180px;
	cursor: pointer;
	color:#8acd35;
	font-size:18px;
 
}

.rootVoices_profile div.selected {
	cursor: pointer;
}

.rootVoices_profile div.selected:link { color: #8acd35; text-decoration: none; }

.rootVoices_profile div.selected:visited { color: #8acd35; text-decoration: none; }

.rootVoices_profile div.selected:active { color: #8acd35; text-decoration: none; }

.rootVoices_profile div.selected:hover { color: #000; text-decoration: none; }



.menuShadow{
	padding:2px;
	margin-left:-2px;
	margin-top:3px;
}

 

.menuContainer{
	background-color:#FFF;
	border:solid 1px #999;
 margin-top:5px;
}
.menuContainer .line {
	background-color:transparent;
	width:80px;
	height:25px;
}
.menuContainer .line.title {
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	border-bottom:1px solid darkred;
}
.menuContainer .line.title a{
	font-size:12px;
}
.menuContainer td a{
	text-decoration:none;
	width:80px;
	color: #333;
	height:30px;
}
.menuContainer div.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:7px;
}
.menuContainer .separator{
	background-color:#999;
	height:1px;
}
.menuContainer div.img{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer div.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #c3c3c3;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
}
.menuContainer .selected td a{
	color:#000;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-repeat:no-repeat;
	background-position:right;
}
