Simple Css Menu For Blogger

<style>
 #cssmenu_litemenu { 
 width:800px; 
 background:#166bea;  
 border-bottom: 5px solid #993300;  
 border-top: 1px solid #e14d09;  
 clear: both;  
 overflow: hidden;

Simple Css Menu For Blogger

<style>
 .navmenu,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
    height:50px;
}

.navmenu {
    position:relative;

Simple Css Menu For Blogger

 <style>
.cssmenu,.cssmenu ul,.cssmenu li,.cssmenu a {
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}
.cssmenu { 
 height: 40px;
 width: 525px;