 body, nav ul li a  {margin: 0; padding: 0;}
 body, nav ul li {margin: 0; padding: 0;}
 body, nav ul {margin: 0; padding: 0;}
 body, nav {margin: 0; padding-left: 30px;}
 
 
.toggleMenu {
    display:  none;
    background: #666;
    padding: 15px 15px;
    color: #fff;
}
#CreateMenu .nav {
    list-style: none;
     *zoom: 1;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    border-right: 1px solid rgba(9, 9, 9, 0.125);
	box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	
	position:relative;
	
	float: left;
	list-style: none;

    border-radius: 4px 4px 4px 4px;
    width:100%;
}



#CreateMenu .nav:before,
#CreateMenu .nav:after {
    content: " "; 
    display: table; 
}
#CreateMenu .nav:after {
    clear: both;
}
#CreateMenu .nav ul {
    list-style: none;
    width: 9em;
    
}
#CreateMenu .nav a {
    padding: 10px 15px;
    color:#fff;
}
#CreateMenu .nav li {
    position: relative;
    
   

}
#CreateMenu .nav > li {
    float: left;
    border-top: 0px solid #104336;
  

}
#CreateMenu .nav > li > .parent {
    background-image: url("../img/icon/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
#CreateMenu .nav > li > a {
    color: #5d5d5d;
	display: block;
	font: 12px/0.6 Calibri;
	padding: 10px 18px 12px;
 
    margin: 0px auto;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
    font-family: Calibri;
    font-size:14px;
    width:100%;
}
#CreateMenu .nav li  ul {
    position: absolute;
    left: -9999px;
    border-radius: 4px 0 0 4px;
}
#CreateMenu .nav > li.hover > ul {
    left: 0;
  
   
}
#CreateMenu .nav li li.hover ul {
    left: 100%;
    top: 0;
    
    
}

 
#CreateMenu .nav li li a {
    display: block;
    /*background: #1d7a62;*/
    position: relative;
    z-index:100;
    /*border-top: 1px solid #175e4c;*/

    background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    border-right: 1px solid rgba(9, 9, 9, 0.125);
	box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;

    color: #5d5d5d;
 
	font: 12px/0.6 Lobster,Arial,sans-serif;
	padding: 10px 15px 12px;
 
    margin: 0px auto;
	 
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	 
	text-decoration:none !important;
	white-space:nowrap;
    /*width:250px;*/

     width:250px;
    

}
#CreateMenu .nav li li li a {
    /*background:#249578;*/
    z-index:200;
    /*border-top: 1px solid #1d7a62;*/

    color: #5d5d5d;
	display: block;
	font: 12px/0.6 Lobster,Arial,sans-serif;
	padding: 10px 15px 12px;
 
    margin: 0px auto;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
    

}

 

#CreateMenu .nav a.homeIcon{
	background:url('../img/icon/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	text-indent: -9999px;
	width: 50px;
    margin: 0 auto;
}


    #nav-mobile{
        display: none;
        background: url(../img/icon/nav.png) no-repeat center center;
        float: right;
        width: 50px;
        height: 45px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .5;

    } 


@media screen and (max-width: 768px) {
    .active {display: block;}
   #CreateMenu .nav > li {float: none;}
   #CreateMenu .nav > li > .parent {background-position: 95% 50%; }
   #CreateMenu .nav li li .parent {
        background-image: url("../img/icon/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
  #CreateMenu .nav ul {display: block; width: 100%;  }
  #CreateMenu .nav > li.hover > ul , .nav li li.hover ul { position: static;}
  #CreateMenu .nav {width:100%;}
  #CreateMenu  .nav li{text-align:center; width:100%;}
  #CreateMenu  .nav li a{margin: 0px auto;}
   #mainmenu{width: 100%; float:none; padding-top: 36px;}
   body, nav {margin: 0; padding-left: 0;}
  #CreateMenu  .nav > li {float: left; border-bottom: 1px solid #af1b2a;}

   #CreateMenu .nav a.homeIcon{
	width: 100%;
    margin: 0 auto;
    }
}
