
/*Credits: CSSpplay
URL: http://www.cssplay.co.uk/menus/pro_three*/
.menu3
{
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 35px;
	background: #FFF url(images/three_0.gif);
	position: relative;
	border: 1px solid #000;
	border-width: 0 1px;
	border-bottom: 1px solid #444;
}
.menu3 LI
{
	float: left;
}
.menu3 LI A
{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #AAA;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
}
.menu3 LI A B
{
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}
.menu3 LI.current A
{
	color: #FFF;
	background: url(images/three_2.gif);
}
.menu3 LI.current A B
{
	background: url(images/three_2.gif) no-repeat right top;
}
.menu3 LI A:hover
{
	color: #FFF;
	background: #000 url(images/three_1.gif);
}
.menu3 LI A:hover B
{
	background: url(images/three_1.gif) no-repeat right top;
}
.menu3 LI.current A:hover
{
	color: #FFF;
	background: #000 url(images/three_2.gif);
	cursor: default;
}
.menu3 LI.current A:hover B
{
	background: url(images/three_2.gif) no-repeat right top;
}
