.container-top {  background-image: none;  background: #660033;  color: #ffffff;  padding-top: 8px;  padding-left: 50px;  padding-bottom: 6px}.splash {  background-image: none;  background: #336667;  color: #3c535b;  width: 225px;  height: 480px;  float: left;}.selected {  background-color: #660033;  background-image: none;  color: #919191;}.salesimg {  width: 215px;  float: right;  text-align: center;  margin-top: 5px;  margin-left: 10px;  font-size: 11px;}.contact {  background: #660033 none;  float: right;  width: 185px;  padding: 5px;  text-align: center;  color: #ffffff;  font-size: 13px;  font-weight: bold;  margin-top: 0px;  margin-left: 5px;  margin-right: 0px;  margin-bottom: 0px;}.saleshdr {  text-align: right;  font-size: 14px;  font-weight: bold;}.price {  text-align: left;  font-size: 14px;  font-weight: bold;}body {  background-image: none;  background: #ffffff;  color: #000000;  margin: 0px;  padding: 0px;}#container {  background-image: none;  background: #ffffff;  color: #000000;  margin: auto;  width: 770px;  /*height: 550px;*/  text-align: center;}#splash-top {  padding-top: 24px;  width: 100%;}#splash-image {  width: 100%;}#navbar {  width: 100%;  text-align: right;  font-family: Times, "Times New Roman", serif;  font-style: italic;  font-size: 22px;  font-weight: bold;}#navbar ul {  margin: 0px;  padding: 0px;}#navbar li {  position: relative;}#navbar ul li {  margin: 0px;  padding: 0px;  list-style-type: none;}#navbar ul ul {  top: 0px;  left: 100%;  width: 220%;  text-align: left;  position: absolute;}div#navbar ul ul {  display: none;}/* Need width and height to :hover statements that display block?  okay you need to set a width and height when disply:block is used (for this purpose anyway)_drilldown_ a:hover {display:block;width:200px;height:20px;}the height means you can effectively jump between the links, keeping the hover effect.ps. _drilldown_ = whatever selectors you need.*//* #navbar ul li {float: left; width: 100%;}	   #navbar ul li a {height: 1%;}*//* Posted By: revmitcz on March 4, 2008Wouldn't it be simpler to just use a single line of jquery? Or, since hovers are generally to alert a user that "hey, this can be clicked on" - just use spans inside an anchor tag. You can then set special hovers on the spans (or anything else within an anchor tag) as :a:hover span { special span code } */div#navbar ul li:hover ul{  display: block;}#navbar ul ul li {  padding: 0px;  font-size: 18px;  font-style: normal;  font-weight: normal;}#navbar ul li a:link, #navbar ul li a:visited {  display: block;  padding-top: 3px;  padding-bottom: 3px;  padding-right: 20px;  text-decoration: none;  font-weight: 200;  color: #ffffff;  background-image: none;  background-color: #336667;}#navbar ul li a:hover {  background-color: #336667;  background-image: none;  color: #fe9b63;}#navbar ul ul li a:link, #navbar ul ul li a:visited, #navbar ul ul li a:active {  background-image: none;  background: #336667;  color: #ffffff;  padding-left: 15px;  padding-right: 0px;  text-align: left;}#navbar ul ul li a:hover {  background-image: none;  background: #336667;  color: #fe9b63;}#content {  background-image: none;  background: #ffffff;  color: #000000;  width: 485px;  float: left;  padding-left: 5px;  padding-top: 5px;}.contact a:link, .contact a:visited, .contact a:active {  background-image: none;  background: #660033;  color: #ffffff;}.contact a:hover {  background-image: none;  background-color: #ffffff;  color: #660033;}p {  margin-top: 0;  text-align: justify;  font-size: 14px;}span {color: #ff0000;background-color: #ffffff;background-image: none;}div {}a:link {  background-image: none;  background: #ffffff;  color: #000000;  text-decoration: underline;  }a:visited {  background-image: none;  background: #ffffff;  color: purple;  text-decoration: none;  }a:hover {  background-image: none;  background: #ffffff;  color: #0000ff;  text-decoration: underline;  }a:active {  background-image: none;  background: #336667;  color: #001d00;}.special {  color: #ff0000;  font-weight: bold;  }