body {
	color: #000;
	margin-top:30px;
	padding:0px;
	min-width:750px;
	}

.warnockprolt {
	font-family: "Warnock Pro Light";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	padding-right: 6px;


}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D8B4D9;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D8B4D9;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D8B4D9;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: underline;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.modern {
	font-family: "Modern No. 20", "Perpetua Titling MT";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.modern a:link {
	font-family: "Modern No. 20", "Perpetua Titling MT";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		color: #000000;

}


.modern a:visited {
	font-family: "Modern No. 20", "Perpetua Titling MT";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		color: #000000;

}

.perpet {
	font-family: "Perpetua Titling MT";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.edwardian {
	font-family: "Edwardian Script ITC";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.onyx {
	font-family: "Onyx BT";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.text{}

/* style the outer div to give it width */
.menu {
width:550px; 
font-size:0.85em;
padding-bottom:10px;

}
/* 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:90px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon Take out float:left to make it vertical*/
.menu li {
float:left;
width:90px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
width:90px; 
height:21px; 
border:1px solid #ffffff; 
border-width:1px 1px 1px 1px; 
background:#000000; /* black color */
padding-left:10px; 
line-height:20px;

}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:90px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#BDDFFF; /* gray color */
}
.menu ul ul :hover > a.drop {
background:#BDDFFF; /* gray color */
}
/* 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:#b2ab9b;
}

/* 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:21px;
left:0; 
width:90px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:21px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:90px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part 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:#B2878E; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:100px;		/* Width of cathedral button */
text-decoration:none;
}


* html .menu ul ul a{
width:90px;
w\idth:100px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
text-decoration:none;
display:block;
font-size:11px;
font-weight:bold;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li: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;
}

