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

.indentmenu{
width: 980px; /*width of menu*/
background-color: #fff;
overflow: hidden;
z-index: 100;
padding-bottom: 8px;
}

.indentmenu ul{
width: 100%; /*width of menu*/
align: center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
}

.indentmenu ul li a:visited{
}

.indentmenu ul li a:hover, .indentmenu ul li .current{

}



@media all and (max-width: 1024px) {

.indentmenu{
width: 100%; /*width of menu*/
overflow: visible;
}
	
}



@media screen and (max-width:640px), screen and (max-height: 640px) /* 640 */
{
	.indentmenu {
		width: 94%;
		padding-bottom: 0px;
	}
	
	.indentmenu ul{
width: 100%; /*width of menu*/
align: center;
}



#samplemenu.sticky {
	
	width: 100%;
	
	}

}