.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
	background:url(../images/re-menu.jpg) no-repeat !important;
    margin: 20px 0 0 4px;
	font-size:0px;
	width:133px; height:45px;
    color: #fff;
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	color: #545859 !important;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
/*.nav > li > .parent {
	background:url(../images/downArrow.png) 0 17px no-repeat;
	background-position:right;
}*/
.nav > li > a {
	display: block;
	text-align: center;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
	width:150px;
	background:#3e6fb4;
	opacity:0.9;
}

.nav li li a:hover { 
	background:url(../images/active-menu.png) !important;
}
.nav li li li a {
    background:#3e6fb4;
    z-index:200;
	margin-left:75px;
}

@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: left;
		width:100%;
	    background:#35383d;;
		padding:0 0 0 0;
    }
	
	.nav a:hover {
		max-width:100%;
	    color:#fff !important;
    	background:#1a3345 !important;
    }
	
    .nav li li a:hover { 
	    background:#000 !important;
    }
	
	.nav li li a {
		display: block;
		position: relative;
		z-index:100;
		width:93.5%;
		background:#3e6fb4;
		opacity:0.9;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
		padding-left:25px;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.nav li li li a {
    background:#3e6fb4;

    }

}

.sgr .sgrwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.wrapper .wrapper .dashboard .greycenter .underruler-wrap .checklistwrap .linewrap .iicon img {
	margin: 0px;
}
.wrapper .wrapper .dashboard .greycenter .underruler-wrap .checklistwrap .linewrap .iicon {
	float: left;
	margin-right: 15px;
}
