﻿
.button b{color: #999;
    font-size: 0.22rem;
    font-family: arial;
    font-weight: normal;}
li.menu{
	/* The main list elements */
	width:100%;
	background:#e0e0e0;
	margin-top:-4px;
}
.button img{
	position: absolute;
    top: 28%;
    right: 4%;
    width: 6%;
	
}
li.button a{
	/* The section titles */
	display:block;
	color:#444;
	font-size: 0.28rem;
	height:0.7rem;
	line-height:0.7rem;
	overflow:hidden;
	padding: 0 0.2rem;
	position:relative;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

/* li.button a.blue{background:url(../images/blue.png) repeat-x top left; color:#074384;} */
/* li.button a.blue span{ background:url(../images/blue.png) repeat-x top right;} */

/* li.button a.green{background:url(../images/green.png) repeat-x top left; color:#436800;} */
/* li.button a.green span{ background:url(../images/green.png) repeat-x top right;} */

/* li.button a.orange{background:url(../images/orange.png) repeat-x top left; color:#882e02;} */
/* li.button a.orange span{ background:url(../images/orange.png) repeat-x top right;} */

/* li.button a.red{background:url(../images/red.png) repeat-x top left; color:#641603;} */
/* li.button a.red span{ background:url(../images/red.png) repeat-x top right;} */

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#14609e;
	border-bottom:1px solid #fff;
	color:#fff;
	height:0.5rem;
	line-height:0.5rem;
	padding: 0.1rem 0.3rem;
    font-size: 0.22rem;
}
.dropdown li a{ color:#fff}

.clear{
	clear:both;
}

