*{
    box-sizing: border-box;
}

body {
  margin: 0;
}

#divMenu .ui-accordion .ui-accordion-content
{
	padding: 10px;
	border-top: 0;
	overflow: auto;

}

.myMenu
{
	margin-bottom:150px
}

/*heading styles*/

#root h3 {
  /*fallback for browsers not supporting gradients*/

  display: block;

	font-family: Ubuntu, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
  font-size: 14px;
	font-variant: small-caps;
	font-weight: 100;

  line-height: 24px;

  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/*heading hover effect*/
#root h3:hover {
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.7);
}

#root ul a
{
  display: block;
	text-decoration: none;

	font-family: Ubuntu, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 18px;

  padding-top: 2px;
  padding-bottom: 2px;

  -webkit-transition: all .15s ease-in-out; /* Safari 3.1 to 6.0 */
  transition: all .15s ease-in-out;

  	border-bottom: 1px solid #555;

}

#root ul a:hover {
  background-color: #003545;
  border-left: 5px solid lightblue;
  color: white;
}