
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
	margin-left:0px;
	
	
}

#kwick .kwicks {
	display: block;
	height: 250px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#kwick li {
	float: left;
	list-style-type:none;
	
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 160px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 5px solid #fff;
}

#kwick .kwick a {
	display:block;
	text-indent:-1500px;
	height:100%;
	text-decoration:none;
}

#kwick .opt1 {
	background: url(img/m_ms.jpg) ;
	filter:alpha(opacity=85);
}

#kwick .opt2 {
	background: url(img/m_pg.jpg);
	filter:alpha(opacity=85);
}

#kwick .opt3 {
	background: url(img/m_st.jpg);
	filter:alpha(opacity=85);
}

#kwick .opt4 {
	background: url(img/m_pt.jpg);
	filter:alpha(opacity=85);
	border-right: 0;
}


