a:link {color:#691838;text-decoration:none}
a:visited {color:#691838;text-decoration:none}
a:hover {color:#8b3a5a;text-decoration:none}
p{font-size:12pt; color:#000000; font-family: "arial","helvetica","sans serif"}
p.maroon{font-size:12pt; font-family: "arial","helvetica","sans serif"}
td.black {border: 0px solid black;}

img{border-color:black} 
img.gallerylinks{border:1 px black;vertical-align:top;}
h3{font-family: "arial","helvetica","sans serif"}
h2{font-family: "arial","helvetica","sans serif"}
h1{font-family: "arial","helvetica","sans serif"}
p.small{font-size:10pt; text-align:left; font-family: "arial","helvetica","sans serif"}
ul{font-size:12pt; font-family: "arial","helvetica","sans serif"}
ol{font-size:12pt; font-family: "arial","helvetica","sans serif"}
form.grey{background: lightgrey; padding:10px}
form{background: white; padding:10px}



/* CSS Dropdown Nav Bar*/
/* Original code by Stu Nicholls of*/
/* http://www.cssplay.co.uk/ */
/* Edited by me for content, formatting and some elements */
/* Please help support CSSPlay at: */
/* http://www.cssplay.co.uk/support.html */


/* CSS Section */

/* style the outer div to give it width */
.menu {
margin: auto;
padding:10px 0px 15px 0px;
position:relative; /*Make the container moveable*/
width:750px;     /*Main bar total width*/
font-size:1.85em;
padding-bottom:30px; /*Padding between the bottom of your mainbar and the rest of your page */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:125px; /* Cell size. Divide the main width (750px) by the number of cells you need */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:125px; /* Cell size. Divide the main width (750px) by the number of cells you need */
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
color:#650131; 
width:100; /* Defines the main box dimensions. */
height:30px; /*How tall your cells are*/
border:1px solid transparent; 
border-width:0px 0px 1px 1px; 
background: transparent; 
padding-left:10px; 
line-height:29px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:125px; 
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: transparent;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background: transparent;
}
.menu ul ul :hover > a.drop {
background: transparent;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background: transparent;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:125px;  /* Size of the daughter cells */
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px; /* IE gap between main bar and the dropdown items */
}


/* position the third level flyout menu */
.menu ul ul ul{
left:125px; 
top:0;
width:125px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-125px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: transparent; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:125px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#650131; 
background:#a8a8a8;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#650131;
background: transparent;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :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;
}

/* End Navbar Code */
