/*************************************************************************
* 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
 */
.myapadana {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #73253E;
	width: 820px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.myapadana ul {
	font-weight:normal;
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-collapse:separate;
	border-bottom-color: #BEAF84;
	background-image: none;
	background-color: #71233C;
	text-align: center;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.myapadana li {
	background-repeat: no-repeat;
	width: 103px;
	margin-right: 0px;
	background-image: url(img/custom/menu.png);
	text-decoration: none;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.myapadana ul li {
	background-color: #73253E;
	width: 140px;
	margin: 0px;
	background-image: none;
}

/* these settings are specific to NATURE skin only */
/* this applies to the last item of the first level */
.myapadana li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.myapadana a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 33px;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.myapadana ul a {
	color: #FFFFFF;
	line-height: 19px;
	text-decoration: none;
}


/***************************************************************************
* 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
 */
.myapadana li.hover {
	background-image: url(img/custom/_over.png) !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.myapadana ul li.hover {
	background-image: none !important;
	background-color: #8C2D4B !important;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.myapadana a.hover {
	color: #FFFFFF !important;
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.myapadana ul a.hover {
	color: #FFFFFF !important;
	background-image: none;
}


/*****************************************************************************
* 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
 */
.myapadana li.selected {
	background-image: url(img/custom/_selected.png);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.myapadana ul li.selected {
	background-image: none;
	background-color: #8A2D4B;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.myapadana a.selected {
	color: #ffffff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.myapadana ul a.selected {
	color: #FFFFFF;
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
	width: 820px;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}

