a 
{		
		
		color: #333333;
		font-weight:bold;
		width:100%; /* IE */
}
a:hover 
{
		border-color: #ff0000;
		background-color:#bbb7c7;
		color:black;
}






body
{
background:url(/images/9a1-background.gif);
margin-bottom:0px;
behavior:url("csshover.htc");

}


.white
{
float:right;
background-color:#ffffff;
width:65%;
border:solid 4px #003366;

}


.menuindent
{
margin-left:20px;
float:left;
font-size:.5 em;
}

.leftmenu
{
float:left;
margin:0px auto 0px 2px;
background-color:#ffffff;
border:solid 4px #003366;
position: absolute;
width: 25%;
padding:5px;
}

.content
{
font-size:.5 em;
margin:1px 10px 0px auto;
text-align:left;
font-weight: 300;
}




.copyright
{
clear:both;
font:  .75em Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin-bottom:10px;
color:#003366;
}

.toolbar {
    clear:both;
    background-color: #ffffFF;
    font-family: Tahoma;
    font-size: 10pt;
    padding: 5px;
    text-decoration: none;
    margin-bottom:0px;
    color:#003366;
}

.bottommenustyle
{
font-size:12px;
}


.footer
{
background-repeat: repeat-x;
margin:-10px;
margin-top:0px;
width:105%;
clear:both;
}


/*VERTICAL MENU*/

	dl,dt,dt a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	dl {
		width: 150px;
		border:1px solid #9d9da1;
		background:white;
		list-style:none;
	}

	dt {
		position:relative;
		padding:1px;
		padding-left:26px;
		background:url("images/item_moz.gif") no-repeat;
		z-index:9;
	}
		dt.folder	{ background:url("images/item_folder.gif") no-repeat; }		
		dt.folder dl {
			position:absolute;
			left:120px; /* IE */
			top:5px;
		}		
			dt.folder>dl { left:140px; } /* others */

	dt a {
		padding:2px;
		border:1px solid white;
		text-decoration:none;
		color:gray;
		font-weight:bold;
		width:100%; /* IE */
	}
		dt>a { width:auto; } /* others */

	dt a.submenu {
		background:url("images/sub.gif") right no-repeat;
	}

	/* regular hovers */

	dt a:hover {
		border-color: #ff0000;
		background-color:#bbb7c7;
		color:black;
	}
		dt.folder a:hover {
			background-color:#bbb7c7;

		}
	
	/* hovers with specificity */
	
	dt.folder:hover { z-index:10; }		
		
	dl dl, dt:hover dl dl {
		display:none;
	}

	dt:hover dl, dt:hover dt:hover dl {
		display:block;
	}	

/*VERTICAL MENU*/
