.gmenu {
	width: 100%;
	height: 25px;
	background-image: url(img/bg_menu.gif);
}

/*labels*/
.gmenu_label {
	color: White;
	cursor: pointer;
	text-decoration:none;
}


/*items*/

.gmenu_item_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: White;
	/*font-weight: bold;*/
	/*vertical-align: middle;*/
	text-align: center;
	margin-bottom: 3px;
	height: 25px;
	cursor:pointer;
	background-image: url(img/bg_gold.gif);
}

.gmenu_item_over {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: White;
	/*font-weight: bold;*/
	/*vertical-align: middle;*/
	text-align: center;
	height: 25px;
	cursor: pointer;
	background-image: url(img/bg_gray.gif);
}

.gmenu_item_out {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: White;
	/*font-weight: bold;*/
	/*vertical-align: middle;*/
	text-align: center;
	height: 25px;
	cursor: pointer;
	background-image: url(img/bg_gold.gif);
}

.gmenu_item_active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: White;	
	/*font-weight: bold;*/
	/*vertical-align: middle;*/
	text-align: center;	
	height: 25px;
	cursor: default;
	background-image: url(img/bg_gray.gif);
}

/*divs*/
.gmenu_div_start_normal {
	background-image: url(img/div_gold_start.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_start_over {
	background-image: url(img/div_gray_start.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}


.gmenu_div_start_out {
	background-image: url(img/div_gold_start.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_start_active {
	background-image: url(img/div_gray_start.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_end_normal {
	background-image: url(img/div_gold_end.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_end_over {
	background-image: url(img/div_gray_end.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_end_out {
	background-image: url(img/div_gold_end.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

.gmenu_div_end_active {
	background-image: url(img/div_gray_end.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

/* 
legenda:
nn = sx->normal, dx->normal
an = sx->active, dx->normal
na = sx->normal, dx->active
*/

.gmenu_div_nn_normal {
	background-image: url(img/div_gold_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_nn_left_over {
	background-image: url(img/div_gray_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_nn_left_out {
	background-image: url(img/div_gold_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_nn_right_over {
	background-image: url(img/div_gold_gray.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_nn_right_out {
	background-image: url(img/div_gold_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}


.gmenu_div_an_normal {
	background-image: url(img/div_gray_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_an_over {
	background-image: url(img/div_gray_gray.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_an_out {
	background-image: url(img/div_gray_gold.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_na_normal {
	background-image: url(img/div_gold_gray.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_na_over {
	background-image: url(img/div_gray_gray.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

.gmenu_div_na_out {
	background-image: url(img/div_gold_gray.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	border: 0px;
}

