.sanctuaryNav, .sanctuaryNav li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.sanctuaryNav li{
position: relative;
}

.sanctuaryNav li a{
background-color:#969f71;
font: bold 11px Georgia, "Times New Roman", Times, serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border:1px solid #717a4d;
}

.sanctuaryNav li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 212px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.sanctuaryNav li ul li{
float: left;
}

.sanctuaryNav li ul a{
width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.sanctuaryNav li a:visited, .sanctuaryNav li a:active{
color: white;
}

.sanctuaryNav li a:hover{
background-color: #757c59;
}

/*  Hack for IE \*/
* html .sanctuaryNav li { float: left; height: 1%; }
* html .sanctuaryNav li a { height: 1%; }
/* End */
