a:link {
text-decoration: none;
color: #e2a247;
}
a:visited {
text-decoration: none;
color: #ffb853;
}

a:hover {
text-decoration: none;
color: #b7833a;
}

.calendar {
left: 100px;
top: 400px;
position: absolute;
background-color: #4e664c;
width: 200px;
height: 200px;
}

.body {
position: absolute;
background-color: #FFFFFF;
width: 313px;
height: 800px;
left:0px;
top: 0px;
padding: 5px;
font-family: verdana;
}

.body_two {
position: absolute;
background-color: #FFFFFF;
width: 707px;
height: 800px;
left: 148px;
top: 139px;
overflow: scroll;
padding: 5px;
font-family: verdana;
font-size: 14px;
}

.imagebox {
position: absolute;
color: #FFFFFF;
width: 660px;
height: 200px;
background-color: #4e664c;
padding: 10px;
}

.imageviewer {
position: absolute;
background-color: #4e664c;
width: 372px;
height: 800px;
left: 328px;
top: 0px;
vertical-align: center;
}

.nav {
vertical-align: top;
position: absolute;
background-color: #4e664c;
background-image: url(images/quail_nav.gif);
height: 800px;
width: 140px;
background-repeat: no-repeat;
left: 10px;
top: 139px;
z-index: 2;
}

.bottom {
position: absolute;
font-size: 9px;
width: 857px;
top: 932px;
left: 10px;
color: #FFFFFF;
font-family: verdana;
background-color: #4e664c;
text-align: center;
z-index: 1;
}

.menu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:125px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#d4d8bd;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:125px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 0 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:125px; w\idth:125px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#c67777;}

.menu :hover > a {
color:#fff; 
background:#c67777;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:125px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}