


a:link{
color:white;
text-decoration: none}

a:visited{
color:white;
text-decoration: none}

a:hover{
color:orange;
text-decoration: none}

a:active{
color:white;
text-decoration: none}










/* common styling */

/* set up the overall width of the menu div, the background image and the margins */
.menu {
font-family:Arial, Helvetica, sans-serif;
width:400px;
height:400px;
margin:0px 0px;
background: #111087;
/*background:#fff url('map/map.jpg');*/
position:relative
}
/* remove the bullets and set the margin and padding to zero for the unordered list and position it over the menu background image */

.menu ul {


padding:0; 
margin:0;
list-style-type: none;
position:absolute;
left:0px;
top:0px;
width:300px;
height:200px;
}
/* float the list so that the items are vertical with no gaps and their position relative so that the drop down list will appear in the right place to the right of each list item */
.menu ul li {

float:left; 
position:relative;
width:400px;
}
/* style the links to be 150px wide by 50px high. place the text off screen. */

/*
.menu ul li a, .menu ul li a:visited {
display:block; 
text-indent:-1000px; 
width:300px; 
height:50px;
text-decoration:none;
}
*/
/* set up the background list/link images relative to this css file */

/*
li:hover.map1 {background:url('map/map1.jpg');}
li:hover.map2 {background:url('map/map2.jpg');}
li:hover.map3 {background:url('map/map3.jpg');}
li:hover.map4 {background:url('map/map4.jpg');}
*/
/*
li:hover.map1 em {display:block; width:50px; height:50px; background:url('map/face2.gif'); position:absolute; top:250px; left:50px}
li:hover.map2 em {display:block; width:50px; height:50px; background:url('map/face3.gif'); position:absolute; top:200px; left:50px}
li:hover.map3 em {display:block; width:50px; height:50px; background:url('map/face4.gif'); position:absolute; top:150px; left:50px}
li:hover.map4 em {display:block; width:50px; height:50px; background:url('map/face1.gif'); position:absolute; top:100px; left:50px}
*/

ul.sub1 *, ul.sub2 * , ul.sub3 * , ul.sub4 * 
{ 


color:white;
font-size:9pt;
font-weight:bold;
text-decoration:none;

z-index:100;
left:286px; 
}

ul.sub1 * a:hover , ul.sub2 *  a:hover , ul.sub3 *  a:hover , ul.sub4 *  a:hover
{
color:orange;
}



/*
ul.sub1 {background:url('map/sub1.jpg');}
ul.sub2 {background:url('map/sub2.jpg');}
ul.sub3 {background:url('map/sub3.jpg');}
ul.sub4 {background:url('map/sub4.jpg');}
*/
/*
a.sub1a:hover {background:url('map/sub1a.jpg');}
a.sub1b:hover {background:url('map/sub1b.jpg');}
a.sub1c:hover {background:url('map/sub1c.jpg');}
a.sub2a:hover {background:url('map/sub2a.jpg');}
a.sub2b:hover {background:url('map/sub2b.jpg');}
a.sub2c:hover {background:url('map/sub2c.jpg');}
a.sub3a:hover {background:url('map/sub3a.jpg');}
a.sub3b:hover {background:url('map/sub3b.jpg');}
a.sub3c:hover {background:url('map/sub3c.jpg');}
a.sub4a:hover {background:url('map/sub4a.jpg');}
a.sub4b:hover {background:url('map/sub4b.jpg');}
a.sub4c:hover {background:url('map/sub4c.jpg');}
*/

/* make the dropdown ul invisible */
.menu ul li ul {
visibility:hidden;
}

/* specific to non IE browsers */

/* make the sub menu ul visible and position it to the right of the main menu list item */

.menu ul li:hover ul {
visibility:visible;; 
position:absolute; 
top:0; 
left:0px; 
width:100px;
height:150px;
}

/* style the size of the submenu links */
/*
.menu ul li:hover ul li a {
display:block; 
width:100px;
height:50px;
}
*/