@charset "UTF-8";
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5571e0;
	margin-bottom: 25px;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
	border-left: 1px solid #b8c5ca;
	border-right: 1px solid #b8c5ca;
	border-top: 1px solid #b8c5ca;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #0066CC;
	background: #e4e9eb;
	background: -webkit-linear-gradient(#e4e9eb, #d5dde0);
	background: -moz-linear-gradient(#e4e9eb, #d5dde0);
	background: -o-linear-gradient(#e4e9eb, #d5dde0);
	background: -ms-linear-gradient(#e4e9eb, #d5dde0);
	background: linear-gradient(#e4e9eb, #d5dde0);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
	color: #6699FF;
	background: #d5dde0;
	background: -webkit-linear-gradient(#d5dde0, #c7d1d5);
	background: -moz-linear-gradient(#d5dde0, #c7d1d5);
	background: -o-linear-gradient(#d5dde0, #c7d1d5);
	background: -ms-linear-gradient(#d5dde0, #c7d1d5);
	background: linear-gradient(#d5dde0, #c7d1d5);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #b8c5ca;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #b8c5ca;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #5571e0;
  border-left: 2px solid #5571e0;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #96a9f5;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/* Button */
.myButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #0c6fd1));
	background: -moz-linear-gradient(top, #33bdef 5%, #0c6fd1 100%);
	background: -webkit-linear-gradient(top, #33bdef 5%, #0c6fd1 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #0c6fd1 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #0c6fd1 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #0c6fd1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#0c6fd1',GradientType=0);
	background-color: #33bdef;
	border: 1px solid #0066cc;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 178px;
}

#topics {
	float: left;
	height: 150px;
	width: 178px;
	padding: 10px;
	border: thin solid #E4E4E4;
	color: #333;
	background: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #e6eff2);
	background: -moz-linear-gradient(#ffffff, #e6eff2);
	background: -o-linear-gradient(#ffffff, #e6eff2);
	background: -ms-linear-gradient(#ffffff, #e6eff2);
	background: linear-gradient(#ffffff, #e6eff2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	font-size: 12px;
	overflow: scroll;
	margin-bottom: 20px;
}

#topics ul {
	margin-left: -13px;
}
#topics ul li {
	background-image: url(../images/top_list.png);
	background-repeat: no-repeat;
	text-indent:0em;
	list-style-type: none;
	background-position: left 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.topicsButton {
	-moz-box-shadow: 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow: 0px 1px 0px 0px #f7c5c0;
	box-shadow: 0px 1px 0px 0px #f7c5c0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background: -moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background: -webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background: -o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background: -ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color: #fc8d83;
	border: 1px solid #d83526;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 178px;
}

#floatMenu{
	float: left;
	clear: left;
	width: 230px;
	position: fixed;
}
#floatMenu2{
	float: left;
	clear: left;
	width: 230px;
}
.fixed {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 10000;
}

#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #069;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #006AB4;
}
/* CSS Document */
