﻿#div_categories
{
	position:absolute;
	top:326px;
	right:50%;
	margin-right:-479px;
}

.div_category
{
	cursor:pointer;
	font-size:10pt;
	margin-left:5px;
	line-height:18px;
}

.div_category:hover .div_category_button_left
{
	background-image:url('../Images/goto_menu_over_left.png');
}

.div_category:hover .div_category_button_fill
{
	background-image:url('../Images/goto_menu_over_fill.png');
}

.div_category_button_left
{
	background-image:url('../Images/goto_menu_left.png');
	width:8px;
	height:29px;
}

.div_category_button_fill
{
	background-image:url('../Images/goto_menu_fill.png');
	background-repeat:repeat-x;
	height:23px;
	padding-left:10px;
	padding-right:16px;
	padding-top:6px;
}

.div_category_button_fill a
{
	text-decoration:none;
	color:#ffffff;
}
