/*
	css-plus by Jamy Golden
*/
a { color: black }

/* Targeting both first and second level menus */
#nav li { float: left; position: relative; }
#nav li a { background: #d6cfbd; border: 3px solid #4f4026; color: #333; display: block; margin: 0 5px 0 0; padding: 5px 8px; }
#nav li a:hover { background: #f7f7f7; text-decoration: none; }

/* Targeting the first level menu Download by https://nowjava.com*/
#nav { display: block; height: 35px; padding: 10px 0; width: 500px; z-index: 100; position: absolute;}


/* Targeting the second level menu */
#nav li ul { background: #e1ddd3; border: 3px solid #4f4026; color: #333; display: none; margin: -3px 0 0 0; width: 200px; position: absolute; }
#nav li ul li { width: 100% }
#nav li ul li a { background: none; border: none; line-height: 30px; margin: 0; padding: 0 0 0 5px;  }
#nav li ul li a:hover { background: #f7f7f7;}
