html, body, div1, span1, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p1, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img1, ins, kbd, q, s, samp,
small, strike, strong1, sub, sup, tt, var,
b1, u, i, center,
dl, dt, dd, ol, ul1, li1,
fieldset, form, label, legend,
table1, caption, tbody, tfoot, thead, tr1, th1, td1,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav1, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
  
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav1, section {
  display: block;
}

/*body {
  line-height: 1;
}*/

ol, ul1 {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table1 {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}*/

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color:#000;
  background:#000;
  height:100%;
  width:100%;
}

.container5 {
  margin: 50px auto;
  width: 95%;
  text-align: center;
}
.container5 .dropdown {
  text-align: left;
}

.dropdown {

  margin-top:-9px;
  margin-left:-20px;
  position:relative;
  height: 27px;
  background:#E2DFDF;
  border: 1px solid;
  border-color: #272c33 #242930 #22272d;
  border-radius: 5px;
  display:inline-block;
  z-index:1000;
  
  vertical-align: baseline;
  zoom: 1;
   
 
}
.dropdown a {
  font-size: 11px;
  text-decoration: none;
  text-shadow: 0 0px black;
}
.dropdown > a {
  float: left;
  position: relative;
  height: 27px;
  line-height: 25px;
  padding: 0 12px;
  color:#000;
  border-radius: 2px 0 0 2px;
}
/*.dropdown > a:before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background:url(../../7-mini-dropdown-menu/img/i.png) 0 0 no-repeat;
}*/
.dropdown > a:hover {
  background: #3f4753;
  background: rgba(255, 255, 255, 0.04);
}
.dropdown > a:active {
  background:#CCC;
}
.dropdown div {
  float: left;
  height: 27px;
  width: 26px;
  background:url(img/toggle.png) 9px 9px no-repeat;
  border-left: 1px solid #292e36;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
}
.dropdown div:hover {
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
}
.dropdown div:hover ul1 {
  display: block;
}
.dropdown ul1 {
  display: none;
  position: absolute;
  top: 27px;
  left: -1px;
  right: -1px;
  background:#EBEBEB;
  border: 1px solid #20242a;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown ul1 li1 {
  display: block;
}
.dropdown ul1 li1:last-child a {
  border-radius: 0 0 3px 3px;
}
.dropdown ul1 a {
  display: block;
  line-height: 28px;
  padding: 0 10px 1px;
  color:#000;
  border-top: 1px solid transparent;
}
.dropdown ul1 a:hover {
  color: white;
  text-shadow: 0 0px rgba(0, 0, 0, 0.7);
  background:#27A9E1;

 
}

