﻿#links
{
	text-align: center center;
	height: 31px;
	float: left;
}
#links ul
{
	margin: 0;
	padding: 0;
}
#links li
{
	list-style: none;
	float: left;
	background: url(../Images/menu_hover2.png) right no-repeat;
	
}
#links a
{
	float: left;
	background: url(../Images/menu_hover.png) left no-repeat;
	height: 20px;
	width: 83px;
	padding: 5px 0px 5px 1px;
	color: #FFFFFF;
	font-family: Cambria;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#links li:hover
{
	background: url(../Images/menu_bg2.png) right no-repeat;
}
	
#links a:hover
{
	background: url(../Images/menu_pg1.png) left no-repeat;
	color: #0000FF;
	text-decoration: blink;
}

#links li.active
{
	background: url(../Images/menu_bg2_active.png) right no-repeat;
	
}
#links li.active a
{
	background: url(../Images/menu_bg1_active.png) left no-repeat;
	
}

