/*************************************************************************
* 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
 */
.eetheid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.eetheid ul {
	font-weight:normal;
	font-size: 13px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.eetheid li {

	width: 130px;
	margin-bottom: 7px;
	background-color: #CC5801;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.eetheid ul li {
	margin: 0px;
 	width: 150px;
 	background-color: #CC3300;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.eetheid a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 0px 0px 0px 6px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.eetheid ul a {
 	border: none; 
 	color: #FFFFFF;
 	font-size: 11px;
	line-height: 22px;
	padding: 0px 0px 0px 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
 */
.eetheid li.hover {
	background-color: #CC3300;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.eetheid ul li.hover {
	background-color: #993300;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.eetheid a.hover {
	color:#FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.eetheid ul a.hover {
  	color: #FFFFFF !important;
}

/*****************************************************************************
* 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
 */
.eetheid li.selected {

	background-color: #993300;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.eetheid ul li.selected {
	background-color: #993300;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.eetheid a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.eetheid ul a.selected {
	color: #FFFFFF;
    font-weight: normal;
}


/******************************************************************************
* 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
 */
.eetheid .arrow {
	background-position: 5px 6px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.eetheid .hover ul .arrow,
.eetheid ul .arrow {
	background-position: 8px 4px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.eetheid .hover .arrow {
	background-position: 7px 8px;
}

/* 
 * 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
 */
.eetheid 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;
}
