@charset "utf-8";
/* CSS Document */

*{

   padding:0px;
   margin:0px;
}
h1{
    
	 font:"Times New Roman", Times, serif; 
	 font-weight:400;
	 height:180px;
	 width:80%;
	 background:  url(bg.png);
	 line-height:10px;
	 color:white;
	 
	 
}
div{   
       width:200px;
	   height:3666px;
	   background: #046882;
	   
	   
}
div a{

    text-decoration:none;
	color:white;
	padding:10px;
	padding-right:50px;
}
div ul li {

        list-style-type:none;
        display:block;
		padding:10px;
		border-bottom:1px solid #014c5f;
    
}
div ul li:hover{
      background:white;
	  transition:linear all 0.60s;
	  margin-left:10px;
	  
}
div ul li a:hover{
     color:#014c5f;
    margin-left:10px;

}

.selected{
   background: white; 

}
.selected a{
    color:black;
}




::-webkit-scrollbar {
    width: 0.1em;
    height: 0.1em
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
}


