/* -------------------------------------------------- */
/*                Styling for sidebar menu            */
/* -------------------------------------------------- */
.verticalmenu{
  float: left;
  overflow: hidden;
  width: 99%;
  left: 5%;
  font-size: 85%;
  border: 1px solid;
    color: #000000;
    background:#ffffff;
}

.navcontainer{
    background:#eaf9f9;
	}

.verticalmenu, p, h1, h2, h3, h4 {
	margin-top: 6px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

/*
.verticalmenu h1, .verticalmenu h2, .verticalmenu h3, .verticalmenu h4 {
    background-color: #B0E0E6;
}
*/

.menulevel1{
	width: 95%;
	float: left;
}

.verticalmenu img {
    float: left;
    border: 0;
    margin: 3px;
    display: inline;
}

.verticalmenu ul{
	width: 90%;
	float: left;
	list-style: none;
	margin: 4px;
	padding: 4px;
}

.verticalmenu ul li{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.verticalmenu ul li a{
	text-align: left;
/*	display: block;*/
	width: 85%;
	clear: right;
	text-decoration: none;
	left: 1em;
    color: #000000;
    margin-bottom: 3px;
}

.verticalmenu ul li a:hover {
	background:#369;
	color:#fff;
}
.verticalmenu ul li a.active,
.verticalmenu ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}

/* -------------------------------------------------- */
/*               Styling for sidebar submenu          */
/* -------------------------------------------------- */
.submenu{
	float: left;
	width: 90%;
	padding-left: 10%;
    background:#ffffff;
}

.submenu ul{
	width: 90%;
	float: right;
	list-style: none;
    margin: 1px;
	padding: 0px;
    border: none;
}

.submenu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
        clear: left;
}

.submenu ul li a{
	text-align: left;
/*	display: block;*/
	width: 100%;
	text-decoration: none;
	left: 1em;
/*	background: #eeeeee;*/
/*	color:#000;*/
}
.submenu img{
    left: 2px;
}
.submenu ul li a:hover {
/*	background:#369;*/
/*	color:#fff;*/
}
.submenu ul li a.active,
.submenu ul li a.active:hover {
	color:#fff;
/*	background:#000;*/
	font-weight:bold;
}
