.theme1_root_list_child ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.theme1_root_item {
	width: 100%;
	display: block;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

span.theme1_root_title{
	font-size: 18px;
	color: #000;
}

div.theme1_root_image{
	padding-top: 10px;
	padding-bottom: 10px;
}

img.theme1_root_img{
	
}

div.theme1_root_list_child{
	/*position: relative;*/
	margin-top: 15px;
}


.theme1_menu_lev1{
	float: left;
	width: 100%;
}
.theme1_menu_lev2{
	position: absolute;
	float: left;
	width: 100%;
	margin-top: 4px;
	height: 25px;
	top: 0px;
	left: 0px;
}
.theme1_menu_lev3{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	white-space: nowrap;
}
.theme1_level3_li:hover .theme1_menu_lev3_bg{
	opacity:0.95;
	filter:alpha(opacity=95);
}
.theme1_menu_lev3_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 100%;
	background: url(../images/theme1_bg_tooltip_lev2.png);
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: -1;
}
.theme1_wrap_li_lev2{
	position: relative;
	width: 100%;
	height: 25px;
	float: left;
}
.theme1_bg_li_lev2{
	position: abolute
	top: 0px
	left: 0px;
	background: white;
	width: 100%;
	height: 25px;
	z-index: -1;
	opacity:0.3;
	filter:alpha(opacity=30);
	margin-left: -5px;
	display: none;
}
.theme1_level2_li :hover .theme1_bg_li_lev2{
	display: block;
}
.theme1_menu_lev1_title{
	float: left;
	margin-top: 5px;
	margin-left: 8px;
}
.theme1_level2_li:hover .theme1_menu_lev2_title{
	color: #FFF;
}
.theme1_menu_lev2_title{
	float: left;
	margin-left: 8px;
	color: #000;
	text-transform: none;
}
.theme1_menu_lev3_title{
	float: left;
	margin-left: 8px;
	color: #fff;
	width: 80%;
}
.theme1_img_li_lev1{
	display: block;
	float: left;
	margin-top: 12px;
}
.theme1_img_li_lev2{
	display: block;
	float: left;
	margin-top: 6px;
}
.theme1_img_li_lev3{
	display: block;
	float: left;
	margin-top: 7px;
}

.theme1_level1_li{
	/*position: relative;*/
	text-transform: uppercase;
	color: #135cae;
	width: 100%;
	padding: 0;
	background: none;
	height: 35px;
}
.theme1_level1_li :hover .theme1_img_li_lev1{
	display: none;
}
.theme1_img_li_lev1_active{
	display: none;
	margin-top: 12px;
	float: left;
}
.theme1_level1_li :hover .theme1_img_li_lev1_active{
	display: block;
}

.theme1_level1_li a{
	color: #135cae;
}
.theme1_level1_li :hover .theme1_menu_lev1_title{
	color: #ff9000;
}

.tooltip_lev1{
	display:none;
	position: absolute;
	/*left: 0px;
	top: 0px;*/
	width: 800px;
	z-index: 1000;
}


.theme1_level1_li_selected .tooltip_lev1{
	display:block;
}

.clear {clear:both;}

.theme1_level2_li{
	width: 150px;
	background: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	/*position: relative;
	top: 0px;*/
}

.arrow_right_lev1{
	top: 25px;
	background: url(../images/right_arrow_level2.png);
	width: 11px;
	height: 18px;
	float: left;
	position: relative;
}

.level2_list{
	float: left;
	padding-top: 12px;
	background: url(../images/theme1_bg_tooltip_lev1.png);
	box-shadow: 0px 0px 5px black;
}

.level2_ul{
	padding: 0;
	margin-left: 0px;
}

.tooltip_lev2{
	width: 140px;
	position: absolute;
	display: none;
	z-index: 2000;
	/*top: 0px;*/
}

.theme1_level2_li_selected .tooltip_lev2{
	display: block;
}

.arrow_right_lev2{
	top: 25px;
	background: url(../images/right_arrow_level3_shadow.png);
	width: 9px;
	height: 17px;
	float: left;
	position: relative;
}

.level3_list{
	float: left;
	width: 130px;
	box-shadow: 2px 2px 3px black;
	
}

.level3_bg{
	position: absolute;
	width: 130px;
	height: 100%;
	background: url(../images/theme1_bg_tooltip_lev2.png);
	top: 0px;
	left: 9px;
	opacity:0.8;
	filter:alpha(opacity=80);
	box-shadow: 2px 2px 3px black;
	z-index: -1;
}

.theme1_level3_li{
	background: none;
	width: 120px;
	float: left;
	text-transform: none;
	padding-left: 10px;
	position: relative;
}

.theme1_button{
	cursor: pointer;
	height: 24px;
    margin-bottom: 15px;
}
.theme1_button_left{
	float: left;
	background: url(../images/theme1_button_left.png) no-repeat;
	width: 10px;
	height: 22px;
}
.theme1_button_right{
	float: left;
	background: url(../images/theme1_button_right.png) no-repeat;
	width: 16px;
	height: 22px;
}
.clicked .theme1_button_right{
	background: url(../images/theme1_button_right_less.png) no-repeat;
}

.theme1_button_center{
	display: block;
	background: url("../images/theme1_button_center.png") repeat ;
    float: left;
    height: 22px;
    line-height: 24px;
    padding-right: 3px;
	text-transform: uppercase;
	color: #999999;
}
.clicked .theme1_button_center{
	display: none;
}

.theme1_button_center_less{
	display: none;
	background: url("../images/theme1_button_center.png") repeat ;
    float: left;
    height: 22px;
    line-height: 24px;
    padding-right: 3px;
	text-transform: uppercase;
	color: #999999;
}
.clicked .theme1_button_center_less{
	display: block;
}