/* CSS Document */

.cursor {
	cursor:pointer; 
	}

/* side nav hover tr*/
tr.menu	a:link {
	font: .6em/20px verdana;
	color: #333333;
	text-decoration: none;
}


tr.menu	a:active { 
color: #oooooo;
background: #ffffff;
text-decoration: none; 
}

tr.menu	a:visited {
font: .6em/20px verdana;
color: #333333; 
background: #ffffff;
text-decoration: none; 
}



tr.menu	a:hover {
color: #999999;
text-decoration: underline; 
/*background: #747474;*/ 
/*border:1px solid #000000;*/
cursor:pointer; 
}












/* side nav hover div*/
div.menu	a:link {
	font: .6em/30px verdana;
	color: #333333;
	text-decoration: none;
}


div.menu	a:active { 
color: #oooooo;
background: #e4e4e4;
text-decoration: none; 
}

div.menu	a:visited {
font: .6em/30px verdana;
color: #333333; 
background: #e4e4e4;
text-decoration: none; 
}



div.menu	a:hover {
color: #999999;
text-decoration: underline; 
/*background: #747474;*/ 
/*border:1px solid #000000;*/
cursor:pointer; 
}





/*divs*/
#rightnav {
		position: absolute;
	left: 587px;
	width: 109px;
	top: 33px;
	height: 394px;
	z-index: 2;
	}

#placeholder {
	background-color: #ffffff;
	position: absolute;
	left: 11px;
	width: 599px;
	top: 228px;
	height: 276px;
	}	

