/*<xmp>*/
/*							*/
/*			 MENU			*/
/*							*/
/*			 (\/)			*/

/* #################### */
/*			LAYOUT			*/
/* #################### */

/* ### MENU GENERAL ### */
table.menu{
	width: 100%;
}
td.menu_type_div1,
td.menu_type_div2,
td.menu_type_1,
td.menu_type_2{
	font-size: 2px;
	color : #FFFFFF;
	background-color: transparent;
	width: 7px;
	height: 18px;
}
td.menu_type_3
{
	font-size: 2px;
	color : #FFFFFF;
	background-color: transparent;
	width: 14px;
	height: 18px;
}

/* ### MENU DIV ### */
td.menu_type_div1{
	border-bottom : 1px solid #000066;
}
td.menu_type_div2{
	border-bottom : 1px solid #0066CC;
}
td.menu_type_div3{
	background-color: transparent;
}
td.menu_item_div1,
td.menu_item_div2,
td.menu_item_div3{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #FFFFFF;
	padding-left: 7px;
	padding-right: 3px;
	background-color: transparent;
	height: 18px;
}
td.menu_item_div1,
td.menu_item_div2{
	border-bottom : 1px solid #0066CC;
}

/* ### MENU TYPE ### */
td.menu_type_1{
	background-color: #000066;
}
td.menu_type_1act{
	background-color: #CCFF00;
}
td.menu_type_2{
	background-color: #CCCC99;
}
td.menu_type_2act{
	background-color: #CCFF00;
}
td.menu_type_3{
	background-color: transparent;
}

/* ### MENU lastitem TYPE ### */
td.menu_lastitemtype_2{
	background-color: #CCCC99;
	border-bottom : 1px solid #0066CC;
}

/* ### MENU ITEM ### */
/* ITEM 1 */
td.menu_item_1, td.menu_item_reapemba, td.menu_item_reapemba_containing, td.menu_item_1act
{
	padding-right: 3px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	cursor: hand;
	color: #ffffff;
	line-height: 12px;
	padding-top: 2px;
	border-bottom: #0066cc 1px solid;
	font-family: Arial, sans-serif;
	height: 18px;
	background-color: transparent;
}
td.menu_item_1act{
	background-color: #000066;
	border-bottom : 1px solid #000066;
}
td.menu_item_reapemba
{
	border-bottom: 0px;
	height: 1%;
	padding: 0px 0px 0px 0px;
}
td.menu_item_reapemba_containing
{
	padding-top: 1px;
	padding-bottom: 1px;
}
/* ITEM 2 */
td.menu_item_2,
td.menu_item_2act{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #FFFFFF;
	padding-left: 7px;
	padding-right: 3px;
	background-color: transparent;
	border-bottom : 1px solid #0066CC;
	height: 18px;
}
td.menu_item_2act{
	background-color: #0066CC;
	border-bottom : 1px solid #0066CC;
}
/* ITEM 3 */
td.menu_item_3{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #FFFFFF;
	padding-left: 0px;
	padding-right: 3px;
	background-color: transparent;
	height: 18px;
}

/* ### MENU LINK ### */
a.menu_item_1,
a.menu_item_1:link,
a.menu_item_1:visited,
a.menu_item_1:hover,
a.menu_item_1:focus:hover,
a.menu_item_2,
a.menu_item_2:link,
a.menu_item_2:visited,
a.menu_item_2:hover,
a.menu_item_2:focus:hover,
a.menu_item_3,
a.menu_item_3:link,
a.menu_item_3:visited,
a.menu_item_3:hover,
a.menu_item_3:focus:hover{
	text-decoration : none;
	background-color: transparent;
}
a.menu_item_1:link,
a.menu_item_1:visited,
a.menu_item_2:link,
a.menu_item_2:visited,
a.menu_item_3:link,
a.menu_item_3:visited{
	color : #FFFFFF;
}
a.menu_item_1:hover,
a.menu_item_1:focus:hover,
a.menu_item_2:hover,
a.menu_item_2:focus:hover,
a.menu_item_3:hover,
a.menu_item_3:focus:hover{
	color : #000066;
}
a.menu_item_1act,
a.menu_item_1act:link,
a.menu_item_1act:visited,
a.menu_item_1act:hover,
a.menu_item_1act:focus:hover,
a.menu_item_2act,
a.menu_item_2act:link,
a.menu_item_2act:visited,
a.menu_item_2act:hover,
a.menu_item_2act:focus:hover{
	text-decoration : none;
	background-color: transparent;
}
a.menu_item_1act:link,
a.menu_item_1act:visited,
a.menu_item_2act:link,
a.menu_item_2act:visited{
	color : #FFFFFF;
}
a.menu_item_1act:hover,
a.menu_item_1act:focus:hover,
a.menu_item_2act:hover,
a.menu_item_2act:focus:hover{
	color : #CCFF00;
}
a.menu_item_3act,
a.menu_item_3act:link,
a.menu_item_3act:visited,
a.menu_item_3act:hover,
a.menu_item_3act:focus:hover{
	text-decoration : none;
	background-color: transparent;
}
a.menu_item_3act:link,
a.menu_item_3act:visited{
	color : #000066;
}
a.menu_item_3act:hover,
a.menu_item_3act:focus:hover{
	color : #3300CC;
}
/*</xmp>*/
