/* ---------------------------------------- */
/* ------ SETTINGS FOR THE ITEMS MENU ----- */
/* ---------------------------------------- */


/* ------- THIS IS THE CONTAINER FOR THE ITEMS MENU --------- */
.items_menu{

	position: relative;
	background-color: #8da1ac;
	width: 186px;
	
	float: left;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	margin: 0px;

	font-family: verdana;

	font-size: 11px;

	font-weight: normal;

	color: #555555;

	border: 2px solid #ffffff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	behavior: url(../roundcornersIE/PIE.htc);
}


/* ------- THIS IS THE "ITEMS MENU" TITLE --------- */
.menu_title{
	position: relative;


	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;

	font-family: MichromaRegular;


	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

	text-align: center;


	border-bottom: 2px solid #ffffff;

}

/* ------- THIS IS THE ITEM SUBCATEGORY TITLE --------- */
.menu_subtitle{
	position: relative;
	background-color: #aaaaaa;
	
	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;
	padding-right: 0px;

	margin: 0px;

	font-family: MichromaRegular;
	font-size: 10px;


	font-weight: bold;
	color: #ffffff;

	text-align: left;


	border-bottom: 2px solid #ffffff;

}

/* ------- THIS IS THE ITEMS SECTION --------- */
.menu_items{
	position: relative;
	background-color: #eeeeee;


	padding-top: 10px;

	padding-bottom: 10px;

	padding-left: 10px;
	padding-right: 0px;

	margin: 0px;

	font-family: Verdana;
	font-size: 10px;

	font-weight: bold;
	color: #555555;

	text-align: left;

	border-bottom: 2px solid #ffffff;

}


/* ------- SETTINGS FOR THE LINKS IN ITEMS SECTION --------- */
a#itemlink {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 24px;
	
}


/* ------- SETTINGS FOR THE LINKS IN ITEMS SECTION: SET ALIGNMENT OF THE IMAGES --------- */
#itemlink img {
	display: inline-block;
	margin-bottom: -4px;
}

/* ------- THIS IS THE LINKS SECTION --------- */
.menu_links{
	position: relative;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}


/* ------- SETTINGS FOR THE LINKS IN LINKS SECTION: SET ALIGNMENT OF THE IMAGES --------- */
#menu_items_links img {
	display: inline-block;
	margin-bottom: -5px;
}

/* ------- SETTINGS FOR THE LINKS IN THE LINK SECTION --------- */
a#menu_items_links {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 22px;
}

.fixIElineheight {
	height: 0px;
}