/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.profamilia {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 15px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.profamilia ul {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.profamilia li {
	background-repeat: no-repeat;
	width: 255px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.profamilia ul li {
	background-image: none;
	background-color: #3C63A2;
	width: 200px;
	border-bottom: solid 1px #D7D7D7;
	margin: 0px;
}


/* these settings are specific to profamilia skin only */
/* this applies to the last item of the first level */
.profamilia li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.profamilia a {
	text-decoration: none;
	color: #97CA3D;
	line-height: 35px;
	padding: 0px 10px 0px 36px;
	cursor: crosshair;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.profamilia ul a {
	color: #FFFFFF;
	line-height: 19px;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.profamilia li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.profamilia ul li.hover {
	background-image: none !important;
	background-color: #E9F3D6!important;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.profamilia a.hover {
	color: #FFFFFF!important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.profamilia ul a.hover {
  	color: #529700 !important;
	font-size: 11px;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.profamilia li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.profamilia ul li.selected {
	background-image: none;
	background-color: #d7dfb5;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.profamilia a.selected {
	color: #ffffff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.profamilia ul a.selected {
	color: #718D04;
	font-size: 11px;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.profamilia .arrow {
	background-repeat: no-repeat;
	background-position: 14px 11px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.profamilia .hover ul .arrow,
.profamilia ul .arrow {
	background-position: 14px 5px;
	background-image: url(img/green_arrow_horizontal.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.profamilia .hover .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.profamilia ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
