

.menu {

 background-color:#108FF8;
 padding:0;
}

.menuItem {

  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  color:#ffffff;
  background-color:#0470B8;
}


.menuItem a {
  color:#ffffff;
  text-decoration:none;
}

.menuItem a:visited {
  color:#ffffff;
  text-decoration:none;
}

.menuItem a:hover {
  color:#ffffff;
  text-decoration:none;
}

.menuItem a:link {
  color:#ffffff;
  text-decoration:none;
}

#nav{
	position:absolute;
	width:978px;
	height:253px;
	margin:0;
  text-align:left;
}


#demo1 {

 background:url(../images/1.gif) no-repeat;
position:absolute;
 top: 175px;
 left: 0px;
 width: 238px;
 height: 33px;
text-align:center;
 padding:0;
 cursor:pointer;
 
}
#demo2 {
 background:url(../images/2.gif) no-repeat;
position:absolute;
 top: 175px;
left: 240px;
 width: 240px;
 height: 33px;
text-align:center;
 padding:0;
 cursor:pointer;
}

#demo3 {
 background:url(../images/3.gif) no-repeat;
position:absolute;
 top:  175px;
left: 481px;
 width: 239px;
 height: 33px;
text-align:center;
  padding:0;
  cursor:pointer;
}
#demo4 {
 background:url(../images/4.gif) no-repeat;
position:absolute;
 top:  175px;
 left: 722px;
 width: 239px;
 height: 33px;
text-align:center;
  padding:0;
  cursor:pointer;
}


#demo span:hover {
  text-decoration:underline;
}


