﻿ul,ul li
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
}

ul
{
	width:800px;
	padding: 2px 2px 1px 2px;
	background-color: #25b;
	border: 3px double yellow;
	text-align: center;
	margin: 0 auto;
}
#oprpln{
	
}

#one, #two, #three
{
	background-color: #27c;
	width:790px;
}

#oprpln
{
	position: relative; top: 20px;
}

#stdpln
{
	position: relative; top: 100px;
}


ul a:link, ul a:visited
{
	display: block;
	width: 150px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #28c;
	color: yellow;
	border-left: 10px solid #25b;
	margin: 0 auto;
}

ul a:hover{
	width: 140px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
	margin: 0 auto;
}
