#nav-1 {
  width: 14em;
  height: 14em;
  margin:0 0 0 14em;;
  background: #d74d08;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
}

#nav-2 {
  width: 14em;
  height: 14em;
  margin: -25.2em 0 0 30em;
  background: #555555;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
}

#nav-L {
  background-color:#FFFFFF;
  background: #fff url(../images/9.png) -13px -14px no-repeat;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
  height:17em;
  margin:-25.9em 0 0 21em;
  width:17em;
  z-index:9;
}
#nav-faq {
  width: 8em;
  height: 8em;
  margin: -22em 0 0 15.2em;;
  background: #d74d08;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
  position:absolute;
}
#nav-teacher {
  width: 17em;
  height: 17em;
  margin: -13.6em 0 0 8em;
  background: #555555;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
}
#nav-forum {
  width: 13em;
  height: 13em;
  margin:8.7em 0 0 29.3em;
  background: #d74d08;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow:rgba(0, 0, 0, 0.498039) 2px 2px 5px;
}

.icon-reorder {
  padding: .8em 1em;
  color: white;
  border-radius: 0 .4em .4em 0;
  float: right;
}

.drop {
  width:150px;
  height:150px;
  position: relative;
  font-size: 1em;
  cursor: pointer;
  list-style-type: none;
  font-size:14pt;
}

#nav-1 .drop {
  width:150px;
  height:150px;
  position: relative;
  cursor: pointer;
  padding: 25px 0 0 0px;
  left:-1.4em;
  color:#fff !important;
  list-style-type: none;
  font-size:14pt;
}
#nav-2 .drop {
  width:150px;
  height:150px;
  position: relative;
  cursor: pointer;
  color:#fff !important;
  list-style-type: none;
  font-size:14pt;
  margin-left:-3em;
}
#nav-2 .drop a {
  padding-top:5em;
  position:absolute;
}
#nav-faq .drop {
  list-style-type: none;
  font-size:14pt;
  top:1.65em;
  left:-2.5em;
}
#nav-teacher .drop {
  font-size:16pt;
  left:-1.3em;
  list-style-type:none;
  top:3.84em;
}
#nav-forum .drop {
  font-size:16pt;
  left:2em;
  list-style-type:none;
  top:3em;
  -webkit-transform: rotate(-40deg); /* Safari */
  -moz-transform: rotate(-40deg);/* Firefox */
  -ms-transform: rotate(-40deg);/* IE */
  -o-transform: rotate(-40deg);/* Opera */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);/* Internet Explorer */
}

.drop a {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 1em;
  color: #FFF !important;
  text-decoration: none;
}

#nav-L .drop a {
	padding: 0px;
	font-weight:bold;
}

.drop a:link, .drop a:visited {
  color:#fff !important;
}

.triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #FFB135;
  left: 89.5%;
  margin-left: -.4em;
  opacity: 0;
}

.dropdownContain {
	width: 10em;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -3.5em;
	/* half of width */
	top: -380px;
}

.dropOut {
  width: 10em;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.dropOut ul {
  padding: .3em 0;
  margin: 0;
}

.dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.6em 0;
  color: gray;
  border-left: 3px solid #f7f7f7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size:14px !important;
  padding-left:10px;
}
.dropOut li span {
  color: #cccccc;
  margin: 0 1.5em 0 .8em;
}
.dropOut li:hover {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}
.dropOut li:hover span {
  color: gray;
}

ul li:hover .triangle {
  opacity: 1;
}

ul li:hover .dropdownContain {
  top: 30px;
}

ul li:hover .dropOut {
  opacity: 1;
  margin-top: 20px;
}

.orange-txt {
  background-color: #ffc15e;
  background-image: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background-image: linear, bottom, #ffb135 0%, #ffc15e 100%;
}
.orange-txt:hover {
  background: #ffb135;
}

.student {margin: 0;}
.teacher {width: 230px;}
.forum {margin: 0;}
.curator {margin: 0;}