#navbar, #navbar ul{width:1100px; margin:0; display:block; list-style:none;}/*remove the default list formating*/
#navbar li{width:20%; float:left;}/*make first level items appear horizontally*/
#navbar a{width:auto; padding: 0 5px; display:block; background:black; text-decoration:none;}/*make the whole link clickable*/
#navbar a:link{color:#CCFFCC;}
#navbar a:visited{color:#CCFFCC;}
#navbar a:hover{color:#00FF00;}
#navbar a:hover.current{color:red; cursor:default;}/*make home option appear inactive on home page*/
#navbar a.defaultcursor{cursor:default;}/*make cursor the default for high level drop downs*/
#navbar li ul{display:none;}/*hide second level and keep rest of page from bouncing when hovered*/
#navbar li ul li{width:auto; font-size:13px; float:none;}/*reduce second level text size*/
#navbar li:hover ul{width:auto; position:absolute; display:block;}/*display second level when hovered*/
#navbar ul li ul li a:hover{font-weight:normal;}/*unbold second level itmes*/