.div-menu
{
}

.div-menu ul, .div-menu li
{
	border: 0;
	margin: 0;
	padding: 4px 0px 0px 0px;
	list-style: none;
}

.div-menu li
{
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}
	
.menu a:link, .menu a:visited
{
	background: url(/../images/menu.gif) right 52px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	cursor: pointer;
}

.menu a span
{
	background: url(/../images/menu.gif) left 52px;
	display: block;
	height: 26px;
	margin-right: 15px;
	padding-left: 15px;
}

.menu a:hover
{
	background: url(/../images/menu.gif) right 26px;
	display: block;
	color: #FFFFFF;
}

.menu a:hover span
{
	background: url(/../images/menu.gif) left 26px;
	display: block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:hover, .active a:active
{
	color: #FFFFFF;
	background: url(/../images/menu.gif) right 0 no-repeat;
} 
.active a span, .active a:hover span
{
	background: url(/../images/menu.gif) left 0 no-repeat;
}