.mbmenu{
  display:none;
  height: 600px;
}

.mbmenu1{

}
.mbmenu2{

}
.mbmenu3{

}

.rootVoices{

}
.rootVoices td.rootVoice {
	height:28px;
	cursor: pointer;
}

.rootVoices td.m1 {
	background: url("menu01.jpg");
	width:113px;
	height:28px;
}
.rootVoices td.m1.selected{
	background: url("menu01_on.jpg");
}

.rootVoices td.m2 {
	background: url("menu02.jpg");
	width:132px;
	height:28px;
}
.rootVoices td.m2.selected{
	background: url("menu02_on.jpg");
}

.rootVoices td.m3 {
	background: url("menu03.jpg");
	width:120px;
	height:28px;
}
.rootVoices td.m3.selected{
	background: url("menu03_on.jpg");
}

.rootVoices td.m4 {
	background: url("menu04.jpg");
	width:156px;
	height:28px;
}
.rootVoices td.m4.selected{
	background: url("menu04_on.jpg");
}

.rootVoices td.m5 {
	background: url("menu05.jpg");
	width:148px;
	height:28px;
}
.rootVoices td.m5.selected{
	background: url("menu05_on.jpg");
}

.rootVoices td.m6 {
	background: url("menu06.jpg");
	width:99px;
	height:28px;
}
.rootVoices td.m6.selected{
	background: url("menu06_on.jpg");
}

.rootVoices td.m7 {
	background: url("menu07.jpg");
	width:131px;
	height:28px;
}
.rootVoices td.m7.selected{
	background: url("menu07_on.jpg");
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}

/**/

.menuContainer{
	background-color:#b44848;
	padding:0;
}
.menuContainer .line{
	background-color:transparent;
	width:100%;
}
.menuContainer .line.title {
	background-color:#990E15;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

}
.menuContainer .line.title a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.menuContainer td a{
	text-decoration:none;
	color: #f3f3f3;
}
.menuContainer td.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	padding-right:10px;
	line-height:100%;
}
.menuContainer .separator{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: default;
}
.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;
	color: #c3c3c3;
}
.menuContainer .selected td{
	background-color:#990E15;
	/*
	background-image:url("../images/bgnd_sel_2.jpg")
	*/
}
.menuContainer .selected td a{
	color:#ffffff;
}
.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;
	*/
}
