body { font-family: Arial, Helvetica, Sans-Serif; }

/** CSS SPECIFIC TO DROPDOWN/COLOURED NAVIGATION **/
#nav { position: relative; list-style-type: none; height: 34px; font-size: 1.2em;}
#nav li { float: left; display: block; text-align: center; }
#nav li ul li { text-align: left; }
ul#nav li:hover ul { display: block; }
ul#nav ul { list-style-type: none; position: absolute;display:none; }
ul#nav ul li { clear: left; }

#nav a { color: #fff; vertical-align: middle; text-decoration: none; display: block; padding: 10px; width: 190px; }
#nav ul a { font-size: 1.0em; }
#nav ul a:hover { text-decoration: underline; }

#nav_home a { background-color: rgb(133, 161, 87 ); }
#nav_home ul a { background-color: rgb(133, 161, 87 ); color: white; }
#nav_taxes a { background-color: rgb(29, 148, 188 ); }
#nav_taxes ul a { background-color:rgb(29, 148, 188 ) ; color:white ; }
#nav_diy a { background-color: rgb(102, 46, 188 ); }
#nav_diy ul a { background-color:rgb(102, 46, 188 ); color:  white; }
#nav_reference a { background-color: rgb(255, 160, 23 ); }
#nav_reference ul a { background-color:rgb(255, 160, 23 ); color:  white; }
/** END MENU CSS **/