/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/
.menu2 {
font-family: verdana, arial, sans-serif; 
width:500px;
height:400px;
background:#eee url(../img/maps/backmap.jpg);
margin:0 auto; 
position:relative;
z-index:1;
border:0px solid #fae8e8;
}
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:300px;
top:90px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 233px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
outline-style:none;
outline:none;
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:500px; 
height:31px; 
color:#000; 
background:#fae8e8; 
line-height:30px; 
font-size:11px;

}





.menu2 ul li a.last, .menu2 ul li a.last:visited {
border-width:0;
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}



/* clear the link floats at the end of each line so that IE gets it right */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:1px;}



/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#fa8686;
outline-style:none;
outline:none;
}


/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}




/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:460px;
height:330px;
border:10px solid #fa8686;
background:#eee; 
color:#000;
position:relative;
padding:10px 10px;
cursor:pointer;
}


/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
outline-style:none;
}



/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:85px;
background:#eee;
border:0px solid #888;
margin:2px;
}
/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}
/* keep the large image hidden with a position absolute to take it out of the page flow */
.menu2 ul li:hover ul li a img.bigger {
visibility:hidden; position:absolute; z-index:0;}



/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:150px; height:100px;
position:relative;
left:0px; top:0px;
border:0;
border:0px solid #888;
padding:5px;
background:#ccc;
}
/* give the link focus/active state a relative position and remove the focus/active border so that it doesn't spoil the large image */
/* active img for Opera (and Safari thanks to Anonymous Coward) and focus for Firefox */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {
background:#aaa; 
position:relative;
width:0px; height:0px;
outline:none;
outline-style:none;
}

/* make the large image visible and give it an absolute position, set the padding and margin, use the default pointer */
.menu2 ul li:hover ul li a:active img.bigger, .menu2 ul li:hover ul li a:focus img.bigger {
visibility:visible;
background:#ddd; 
position:absolute; 
width:480px; 
height:350px; 
z-index:200; 
padding:0px; 
cursor:default;
}


.menu2 ul li:hover ul li a:active img, .menu2 ul li:hover ul li a:focus img {

position:absolute; 
width:100px; 
height:75px; 
}


/* position the large image depending on the photo clicked */

.menu2 ul li:hover ul li a:active img.pos1, .menu2 ul li:hover ul li a:focus img.pos1 {top:-17px; left:-17px;}
.menu2 ul li:hover ul li a:active img.pos2, .menu2 ul li:hover ul li a:focus img.pos2 {top:-17px; left:-131px;}
.menu2 ul li:hover ul li a:active img.pos3, .menu2 ul li:hover ul li a:focus img.pos3 {top:-17px; left:-245px;}
.menu2 ul li:hover ul li a:active img.pos4, .menu2 ul li:hover ul li a:focus img.pos4 {top:-17px; left:-359px;}
.menu2 ul li:hover ul li a:active img.pos5, .menu2 ul li:hover ul li a:focus img.pos5 {top:-106px; left:-17px;}
.menu2 ul li:hover ul li a:active img.pos6, .menu2 ul li:hover ul li a:focus img.pos6 {top:-106px; left:-131px;}
.menu2 ul li:hover ul li a:active img.pos7, .menu2 ul li:hover ul li a:focus img.pos7 {top:-106px; left:-245px;}
.menu2 ul li:hover ul li a:active img.pos8, .menu2 ul li:hover ul li a:focus img.pos8 {top:-106px; left:-359px;}
.menu2 ul li:hover ul li a:active img.pos9, .menu2 ul li:hover ul li a:focus img.pos9 {top:-195px; left:-17px;}
.menu2 ul li:hover ul li a:active img.pos10, .menu2 ul li:hover ul li a:focus img.pos10 {top:-195px; left:-131px;}



