* {
margin: 0;
padding: 0;
}

a:link {color:#d15029; text-decoration: none;}      
a:visited {color:#d15029; text-decoration: none;}  
a:hover {color:#d15029; text-decoration: underline;}  
a:active {color:#d15029; text-decoration: none;}  

.normaltext{
	color: #000000;
	Font-Family: Arial;
	font-size: 10pt;
	font-style: normal;
}
.copytext{
	color: #ffffff;
	Font-Family: Verdana;
	font-size: 7pt;
	font-style: normal;
}
.subheadertext{
	color: #254cba;
	Font-Family: Times New Roman;
	font-size: 14pt;
	font-style: italic;
}
.subtitletext{
	color: #d15029;
	Font-Family: Georgia;
	font-size: 16pt;
	font-style: normal;
}

.custombutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	}
			 
* html .custombutton {
	cursor:hand;
	} /* alternate cursor style for ie */

#multi-level {height:43px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:43px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:69px; background:url(../images/nav/home_roll.gif) no-repeat;;}
.menu li.p2 {width:117px; background:url(../images/nav/author_roll.gif) no-repeat;;}
.menu li.p3 {width:99px; background:url(../images/nav/book_roll.gif) no-repeat;;}
.menu li.p4 {width:218px; background:url(../images/nav/seminar_roll.gif) no-repeat;;}
.menu li.p5 {width:188px; background:url(../images/nav/divorce_roll.gif) no-repeat;;}
.menu li.p6 {width:95px; background:url(../images/nav/contact_roll.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:69px; background:url(../images/nav/home.gif) no-repeat;}
.menu li a#author {width:117px; background:url(../images/nav/author.gif) no-repeat;}
.menu li a#book {width:99px; background:url(../images/nav/book.gif) no-repeat;}
.menu li a#seminar {width:218px; background:url(../images/nav/seminar.gif) no-repeat;}
.menu li a#divorce {width:188px; background:url(../images/nav/divorce.gif) no-repeat;}
.menu li a#contact {width:95px; background:url(../images/nav/contact.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#author:hover, .menu li:hover a#author,
.menu li a#book:hover, .menu li:hover a#book,
.menu li a#seminar:hover, .menu li:hover a#seminar,
.menu li a#divorce:hover, .menu li:hover a#divorce,
.menu li a#contact:hover, .menu li:hover a#contact 
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:2px; top:38px; background: #fff; padding:3px 0; border:1px solid #d15029; white-space:nowrap; width:179px; height:auto;}
.menu :hover ul.sub li {display:block; height:24px; position:relative; float:left; width:177px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:24px; width:174px; line-height:28px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#d15029; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#d15029 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#d15029 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/* CONTENT STYLES */
h1 {font:1.9em "Georgia", Times, serif; color:#d15029;}
