



ul{
	margin:0;
	padding:0;
  // margin-top:25px;
}

ul.container{
	/* The topmost UL */
	width:100%;
	//margin:0 auto;
	padding:0px;
  margin-top:270px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
  margin-top:-295px;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
  color:#424242;
 	overflow:hidden;
	padding:5px;
	position:relative;
	width:100%;
      background-color: #ffffff;
    margin-bottom: 1px;
}

li.buttonsel a{
	/* The section titles */
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	//height:34px;
  color:#fff;
  background-color:#1A6FBB;
	overflow:hidden;
	padding:5px;
	position:relative;

  border: 1px solid #1b70bc;
}

li.button a span{
	/* This span acts as the right part of the section's background */

	position:absolute;
	right:0;
	top:0;

	width:4px;
	display:block;
}

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

li.button a.green{background:#fff; color:#000;}
li.button a.green span{ background:#000;}

/* The hover effects */

li.button a:hover{ background-color:#1A6FBB;color:#fff;}
li.button a:active{ background-color:#1A6FBB;color:#fff;}
//li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
  padding-top:1px;
	padding-bottom:5px;
	width:100%;
} 


.dropdown li{
	/* Each element in the expandable list */

	background-color:#99CCFF;
  
	border:1px solid #000;
	margin:0;
	padding:5px;
}

.dropdown li a:hover{
  color:#fff;
}
.dropdown li a:link{
  color:#fff;
}
.dropdown li a:active{
  color:#fff;
}

.dropdownop{
	/* The expandable lists */
display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	//height:34px;
  	background-color:#99CCFF;
  color:#000;
 	overflow:hidden;
	padding:5px;
	position:relative;

  border: 1px solid #fff;
} 

.dropdownop li{
	/* Each element in the expandable list */

	background-color:#99CCFF;
 	border:1px solid #000;
	margin:0;
	padding:5px;
}

.dropdownop li a:hover{
  color:#000;
  	background-color:#99CCFF;
}

.dropdownop li a:link{
  color:#000;
  	background-color:#99CCFF;
}

.dropdownop li a:active{
  color:#000;
  	background-color:#99CCFF;
}


