body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


a:link, a:visited
{
text-decoration: none;
color: #D97A2C;
}

a.MenuLinks:link, a.MenuLinks:visited
{
	text-decoration: none;
	color: #000000;
	line-height: 11pt;
}

a:hover
{
color: #666666;
}

.purpletext
{

color: #660099;
font-size: 7pt;

}
.heading {
	font-size: 12px;
}

/* style the outer div to give it width */
.menu {
	width:720px;
	font-size:0.85em;
	padding-bottom:0px;
	padding-left: 1px;
}
/* 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 */
.menu li {
	float:left;
	width:90px;
	position:relative;
	z-index: 500;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration:none; 
color:#000000; 
width:84px; 
height:20px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#eeeeee; 
padding-left:5px; 
line-height:20px;
filter: alpha(opacity=90); /* Used for IE opacity */
-moz-opacity: 0.90; /* used for mozilla opacity */
opacity: 0.9 /* used i think for opera opacity */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:84px;
}

/* 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{
color:#000000;
background:#eeeeee;
}
.menu ul ul :hover > a.drop {
background:#eeeeee;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#F6E8DC;
}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
background:#F6F1EE;
}

/* style the third level hover */
.menu ul ul ul a:hover {
color:#000000;
background:#eeeeee;
}
.menu ul ul ul :hover > a {
color:#000000;
background:#eeeeee;
}

/* style the fourth level hover */
.menu ul ul ul ul a:hover {
color:#000000;
background:#eeeeee;
}
.menu ul ul ul ul :hover > a {
color:#000000;
background:#eeeeee;
}

/* 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:150px;

}
/* 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:150px;
}
/* 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 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:#F6D6BB; 
color:#000; 
height:auto; 
line-height:1.4em; 

padding:3px 10px 3px; 
width:129px;

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#eee;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#eee;
}

/* 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;
}

#menuLeft {
display:none;
}

#display
{
display:none;
}

#print
{
display: none;
}


#body {
	position: relative;
	top: -10px;
	left: 0px;
}

#header {
display:none;
}

#headerPrint
{
	top: 0px;
	left: 0px;
	display: block;	
}

#menu
{
display:none;}

#main
{
width: 721px;
background-color: #fff;
border: 0px solid #cccccc;

}
#footer
{
display:none;
}


.style3 {font-size: 9px}

body {

	background-color: #ffffff;
}
.menuleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-size: 10px;
}
.menuleft p
{
margin: 0px 0px 8px 0px;
}
