﻿/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */

.arrow {
	float: right;
	line-height: 3.5em;
	right:10px;position: absolute;
}
#menu a{ position:relative}
.glyphicon.arrow:before {
	content: "\e079"
}
.active>a>.glyphicon.arrow:before {
	content: "\e114"
}
.fa.arrow:before {
	content: "\f104"
}
.active>a>.fa.arrow:before {
	content: "\f107"
}
.plus-times {
	float: right
}
.fa.plus-times:before {
	content: "\f067"
}
.active>a>.fa.plus-times {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.plus-minus {
	float: right
}
.fa.plus-minus:before {
	content: "\f067"
}
.active>a>.fa.plus-minus:before {
	content: "\f068"
}
.lanmu1 ul li{ background:none;}
#menu .active ul{ margin-top:2px;}
#menu .active ul li a {
    width: 100%;
    display: block;
        background: #e4e4e4;
    color: #0168b7;
}
