@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: #E6E6E6;
  color: #4d4949;
  border-bottom: 1px solid #9a9a9a;
  text-transform: none;
}
#cssmenu > ul > li > a > span {
  background: #e6e6e6;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #900;
}
#cssmenu > ul > li.active > a span {
  background: #e6e6e6;
}
#cssmenu div.cnt {
  position: absolute;
  top: 14px;
  right: 15px;
  padding: 0;
  margin: 0;
  width:12px;
  height:8px;
  background-image: url(glyphs-down.png);
  
  background-size: cover;
  
 } 
#cssmenu > ul > li.active .cnt{
background-image: url(glyphs-up.png);
	
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #a86b02;
  font-size: 13px;
}
#cssmenu ul ul a:hover {
  color: #9e0000;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}
.row #lect {
    background-color: #FFF;
    width: 165px;
    height: 230px;
    transition-duration: 1s;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    background: #FFF;
    color: #333;
    margin-left:5%;
    margin-top: 20px;
    border-color:#CCC;
    border-style:solid;
    border-width:thin;
    border-radius:5px;
    overflow:hidden;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    line-height:18px;
    clear:right;
    float:left;}

.row #lect:hover {
    height: 310px;
    color:#333;
}

.row #lect a img {
    margin:4px;
    height: 200px;
    width: 155px;
    border-color:#CCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius:5px 5px 0 0;}


.row #lect #lectname {
    color: #830509;
    text-align: center;
    width:175px;
    font-weight:bold;
}


.row #lect a:hover {
    text-decoration:none;
    color:#3E5B00;}


.row hr {
    width: 100%;
    float:left;
    clear:right;
    color:#CCC;
    border:hidden;
}
#lecttitle {
    color:#999;
    border-bottom-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-bottom: 20px;
    text-align: center;
    float: left;
}
#lecttitle h2{
    font-family: Verdana, Geneva, sans-serif;
    color:#999;
    font-weight:100;
    margin:0;
}

.row #lect p {
    padding-right: 10px;
    padding-left: 10px;
}