.map_highlight{
color: #800000;
font-weight:bold;
font-size:14px;
}

#map{
margin: auto 0;
padding: auto 0;
text-align: center;
position:absolute;
bottom: 0;
margin-left: 130px;
}
#roadmap {
position: relative; /* positionning for IE5 et IE5.5 */
text-align: left;
margin: 0 auto;
padding: 0 auto;
}

#roadmap tr td a#db{
background:transparent url(../images/maps/database_norm/images/database_select.png) top left no-repeat; 
height: 89px;
width:299px;
display:block;
}
#roadmap tr td a#db:hover{
background:transparent url(../images/maps/database_norm/images/database_select.png) top left no-repeat; 
height: 89px;
width:299px;
display:block;
background-position: 0px -89px;
}
#roadmap tr td a#db_norm{
background:transparent url(../images/maps/database_norm/images/database_deselect.png) top left no-repeat; 
height: 89px;
width:299px;
display:block;
}
#roadmap tr td a#db_norm:hover{
background:transparent url(../images/maps/database_norm/images/database_deselect.png) top left no-repeat; 
height: 89px;
width:299px;
display:block;
background-position:0px -89px;
}

#roadmap tr td a#center{
background:transparent url(../images/maps/database_norm/images/center.png) top left no-repeat; 
height: 96px;
width: 103px;
display:block;
}
#roadmap tr td a#preinvite_norm{
background:transparent url(../images/maps/database_norm/images/pre_event_deselect.png) top left no-repeat; 
height: 96px;
width: 101px;
display:block;
}
#roadmap tr td a#preinvite_norm:hover{
background:transparent url(../images/maps/database_norm/images/pre_event_deselect.png) top left no-repeat; 
height: 96px;
width: 101px;
display:block;
background-position:0px -96px;
}
#roadmap tr td a#preinvite{
background:transparent url(../images/maps/database_norm/images/pre_event_select.png) top left no-repeat; 
height: 96px;
width: 101px;
display:block;
}
#roadmap tr td a#preinvite:hover{
background:transparent url(../images/maps/database_norm/images/pre_event_select.png) top left no-repeat; 
height: 96px;
width: 101px;
display:block;
background-position:0px -96px;
}



#roadmap tr td a#accprofile_norm{
background:transparent url(../images/maps/database_norm/images/account_profile_deselect.png) top left no-repeat; 
height: 96px;
width: 95px;
display:block;
}#roadmap tr td a#accprofile_norm:hover{
background:transparent url(../images/maps/database_norm/images/account_profile_deselect.png) top left no-repeat; 
background-position: 0px -96px;
height: 96px;
width: 95px;
display:block;
}#roadmap tr td a#accprofile:hover{
background:transparent url(../images/maps/database_norm/images/account_profile_select.png) top left no-repeat; 
height: 96px;
width: 95px;
display:block;
background-position: 0px -96px;
}#roadmap tr td a#accprofile{
background:transparent url(../images/maps/database_norm/images/account_profile_select.png) top left no-repeat; 
height: 96px;
width: 95px;
display:block;
}

#roadmap2 {
position: relative; /* positionning for IE5 et IE5.5 */
text-align: left;
margin: 0 auto;
padding: 0 auto;
width:299px;
height:103px;
margin-top: -1px;
}

#roadmap2 tr td a#postevent_norm{
background:transparent url(../images/maps/database_norm/images/post_event_deselect.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
}
#roadmap2 tr td a#postevent_norm:hover{
background:transparent url(../images/maps/database_norm/images/post_event_deselect.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
background-position:0px -103px;
}#roadmap2 tr td a#postevent{
background:transparent url(../images/maps/database_norm/images/post_event_select.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
}#roadmap2 tr td a#postevent:hover{
background:transparent url(../images/maps/database_norm/images/post_event_select.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
background-position:0px -103px;
}

#roadmap2 tr td a#groundzero_norm{
background:transparent url(../images/maps/database_norm/images/ground_zero_deselect.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
}

#roadmap2 tr td a#groundzero_norm:hover{
background:transparent url(../images/maps/database_norm/images/ground_zero_deselect.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
background-position:0px -103px;
}
#roadmap2 tr td a#groundzero{
background:transparent url(../images/maps/database_norm/images/ground_zero_select.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
}

#roadmap2 tr td a#groundzero:hover{
background:transparent url(../images/maps/database_norm/images/ground_zero_select.png) top left no-repeat; 
height: 103px;
width: 133px;
display:block;
background-position: 0px -103px;
}

#roadmap2 tr td a#bottom_mid{
background:transparent url(../images/maps/database_norm/images/bottom_middle.png) top left no-repeat; 
height: 103px;
width: 32px;
display:block;
}








#map ul, li { /* using a list for menu */
list-style-type: none;	/* clean up of the liste */
margin:0;
padding:0;

}

#map ul {
position: relative; /* positionning for IE5 et IE5.5 */
/*malcolm
background: transparent url(../images/maps/navi2.gif) top left no-repeat; 
height: 60px;
width:450px;
text-align: left;
*/
background: transparent url(../images/maps/navi2.gif) top left no-repeat; /* general background for the menu */
height: 50px;
width:375px;
text-align: left;
}

.page{
position:relative;
top: 20px;

font-size: 10px;
text-align:center;
}

#map li {
display: inline; /* correction for IE5 et IE5.5 */
float: left; /* sets the navigation to horizontal */
}

#map li a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
/*malcolm height: 60px;*/
height: 50px;
width: 40px;
/*line-height: 14px;   height of line to avoind paddings */
color: #E2C6BA;
font-size: 12px;
font-family: georgia, serif;
text-decoration: none;
}

#map li a:hover {
color: #43271B;
background: transparent url(../images/maps/navi2.gif) top left no-repeat;
}

#map a#menu1{
width: 48px;
}
#map a#menu2{
width: 42px;
}

#map a#menu3{
width: 40px;
}

#map a#menu4{
width: 64px;
}

#map a#menu5{
width: 41px;
}

#map a#menu6{
width: 44px;
}
#map a#menu7{
width: 46px;
}

/*middle black space*/
#map a#menux{
width: 50px;
}
#map a#menu1:hover {
background-position: 0% -50px;
}

#map a#menu2:hover {
background-position: -48px -50px;
}

#map a#menux:hover{
background-position: -90px -50px;
}

#map a#menu3:hover {
background-position: -139px -50px;
}

#map a#menu4:hover {
background-position: -180px -50px;
}

#map a#menu5:hover {
background-position: -244px -50px;
}

#map a#menu6:hover {
background-position: -285px -50px;
}
#map a#menu7:hover {
background-position: -329px -50px;
}

/*
#map a#menu1{
width: 58px;
}
#map a#menu2{
width: 50px;
}

#map a#menu3{
width: 48px;
}

#map a#menu4{
width: 77px;
}

#map a#menu5{
width: 49px;
}

#map a#menu6{
width: 53px;
}
#map a#menu7{
width: 55px;
}

#map a#menux{
width: 60px;
}
*/


 /* move of background for each button */
 /*
#map a#menu1:hover {
background-position: 0% -60px;
}

#map a#menu2:hover {
background-position: -58px -60px;
}

#map a#menux:hover{
background-position: -108px -60px;
}

#map a#menu3:hover {
background-position: -168px -60px;
}

#map a#menu4:hover {
background-position: -216px -60px;
}

#map a#menu5:hover {
background-position: -293px -60px;
}

#map a#menu6:hover {
background-position: -342px -60px;
}
#map a#menu7:hover {
background-position: -395px -60px;
}


*/
