div.mainmenu								{ width: auto;
										text-indent: 0;
										padding: 0 0 0 10px; }

ul.menuhead								{ color: #333333;
										text-decoration: none;
										list-style-type: none;
										margin: 0;
										margin-left: 0;
										padding: 0;
										padding-left: 0;
										width: auto;
										line-height: 1.2;
										font-weight: bold; }
    
html>body ul.menuhead						{ width: auto;
										padding: 20px 0 0 0; }
    
ul.menuhead li							{ font-size: 16px;
										line-height: 1.2;
										font-family: 'Roboto', helvetica, sans-serif;
										font-weight: bold;
										text-decoration: none;
										padding: 0; }
    
ul.menuhead a.menuhead					{ color: #333333;
										font-size: 16px;
										line-height: 1.2;
										font-family: 'Roboto', helvetica, sans-serif;
										font-weight: bold;
										text-decoration: none; }
	
html>body ul.menuhead a.menuhead			{ width: auto; }

ul.menuhead a.menuhead:hover				{ color: #ff0000;
										font-size: 16px;
										line-height: 1.2;
										font-family: 'Roboto', helvetica, sans-serif;
										font-weight: bold;
										text-decoration: none; }

ul.submenu								{ list-style-type: none;
										color: #000000;
										text-decoration: none;
										margin: 0px;
										padding: 0px;
										width: auto; }
    
html>body ul.submenu						{ width: auto; }
    
ul.submenu li							{ font-size: 14px;
										line-height: 1.4;
										font-family: 'Roboto', helvetica, sans-serif;
										text-decoration: none;
										margin-top: 1px;
										margin-left: 10px;
										padding: 0; }
    
ul.submenu ul							{ list-style-type: none;
										margin: 0px;
										text-decoration: none;
										padding: 0px;
										margin: 0px; }
    
ul.submenu a.submenu						{ font-size: 14px;
										line-height: 1.4;
										font-family: 'Roboto', helvetica, sans-serif;
										text-decoration: none;
										color: #000; }
	
html>body ul.submenu a.submenu			{ width: auto; }

ul.submenu a.submenu:hover				{ color: #ff0000;
										font-size: 14px;
										line-height: 1.4;
										font-family: 'Roboto', helvetica, sans-serif;
										text-decoration: underline; }
										
@media screen and (max-width: 720px) {
	
	div.mainmenu							{ padding: 0; }
	
	
	ul.menuhead,
	ul.submenu,
	ul.menuhead li,
	ul.submenu li,
	ul.menuhead a.menuhead,
	ul.submenu a.submenu					{ text-align: center;
										width: 100%;
										margin-left: 0;
										padding: 0; }
}