@charset "utf-8";
/* Store it menu CSS Document */


/***************main menu*****************************************/
.buttons_menu{
	background:url(images/button_main.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:15px;
	float:left;
	width:162px;
	height:27px;
	text-align:center;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.buttons_menu_last{
	background:url(images/button_main.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:0;
	float:left;
	width:162px;
	height:27px;
	text-align:center;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.menu a{
	color:#fff;	
	text-decoration:none;
	text-align:center;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-weight:900;
	line-height:24px;
}

.menu a:hover{
	color:#231F20;	
}

#button_active{
		background:url(images/button_main_active.png);
		background-position:center;
		background-repeat:no-repeat;
}

#button_active a:hover{
	color:#CE1141;	
}

#last_button{
	margin-right:0;	
}

/*******************secondary menu*********************************/

#secondary_menu{
	width:178px;
	float:left;
}

.secondary_button{
	width:162px;
	height:27px;
	background:url(images/button_secondary.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:15px;
	margin-top:15px;
	text-align:center;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:13px;	
}

.secondary_button a{
	color:#CE1141;	
	line-height:26px;
}

.secondary_button a:hover{
	color:#1A1818;	
	line-height:26px;
}


