/* This is the IE stylesheet for the Osceola Library System. Changes to the top margin of the contentleft div was needed to properly position the Header. */	
	
		/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
	list-style: none;
}

.readMore {
		display: inline;
		position: relative;
		top: 70px;
		right: -90px;
		color: #fff;
		padding: 2px 7px;
		text-decoration: none;
		font-size: 12px;
	}
	
.readMore a, a:visited {
color: #fff;
font-size: 12px; 
text-decoration: none;
}

a:hover, a:active {
color: #8f1d13; 
background-color: #fff;
text-decoration: none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 90px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	position:relative;
	z-index:10;
	background: #1a071a url(/images/mooaccount1.jpg) ;
}

#kwick .opt2 {
	position:relative;
	z-index:20;
	background: #1a071a url(/images/moocatalog2.jpg);
}

#kwick .opt3 {
	position:relative;
	z-index:30;
	background: #1a071a url(/images/mooresearch3.jpg);
}

#kwick .opt4 {
	position:relative;
	z-index:40;
	background: #1a071a url(/images/mooevents4.jpg);
}

#kwick .opt5 {
	position:relative;
	z-index:50;
	background: #1a071a url(/images/mooreaders5.jpg);
}

#kwick .opt6 {
	position:relative;
	z-index:60;
	background: #1a071a url(/images/mookids6.jpg);
	border-right: 0;
}

#kwick .opt7 {
	position:relative;
	z-index:70;
	background: #1a071a url(/images/mooteens7.jpg);
	border-right: 0;
}

#kwick .opt8 {
	position:relative;
	z-index:80;
	background: #1a071a url(/images/moohours8.jpg);
	border-right: 0;
}
	

