﻿body {
}
ul{
	color: #2b4d7b;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;

	width: 150px;
	margin: 0;
	padding: 0;	
	
	}
ul a
{
    display: block;
    width: 160px;
    height: 25px;
    color: #0066FF;
    line-height: 25px;
    text-decoration: none;
    background: url(Images/btnYellow.jpg) no-repeat;
}
ul a:hover
{
    background-position: 0px -25px;
    color: #4D4D4D;
    display: block;
}
	
	
ul li{
	display: block;
	float: left;
	list-style-type: none;
	}
	temp{}
