/*************************************************************************
* 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
 */
.dhskin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.dhskin ul {
	border: 1px solid #635030;
	background-color: #957C5C;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.dhskin li {
	width: auto;
/*	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;*/
	height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.dhskin ul li {
/*	filter:alpha(opacity=100);*/
	-moz-opacity: 1;
	opacity: 1;
	height: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #635030;
	width: 130px;
}


/* Settings specific for YELLOW skin */
/* this applies to the first item of the first level */
.dhskin li.first {
}
/* this applies to the first item of the second (and more) level */
.dhskin ul li.first {
	border-top-style: none;
}


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.dhskin a {
	text-decoration: none;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
	color: #D5CBBE;
	line-height: 24px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.dhskin ul a {
	line-height: 23px;
	padding-right: 0px;
	padding-left: 10px;
}

/***************************************************************************
* 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
 */
.dhskin li.hover{
/*	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.dhskin ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.dhskin a.hover {
	color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.dhskin ul a.hover {
	color: #D5CBBE;
}

/*****************************************************************************
* 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
 */
.dhskin li.selected {
/*	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	background-image: url(../../../../images/layout/menu_sel.gif);
	background-repeat: repeat-x;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.dhskin ul li.selected {
	background-image: url(../../../../images/layout/fond_ssmenu.gif);
	background-repeat: repeat-x;
	background-color: #635030;
	background-position: top;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.dhskin a.selected {
	color: #FFFFFF !important;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.dhskin ul a.selected {
	padding-left: 15px;
}


/******************************************************************************
* 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
 */
.dhskin .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.dhskin .hover ul .arrow,
.dhskin ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.dhskin .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
 */
.dhskin 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.horizontal {
	clear: both;}
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;
	
}
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;
}