/*************************************************************************
* 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
 */
.enviromark {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
 	font-weight: bold;
	border: 0px #F8F8F8;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.enviromark ul {
	font-weight: bold;
	border: 0px solid #F8F8F8;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.enviromark li {
	width: 150px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color: #92ACC7;
	border: 0px solid #C8C9CC;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.enviromark ul li {
	width:179px;
	background-image:none;
	background-color: #92ACC7;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	border: 1px solid #C8C9CC;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.enviromark a {
	text-decoration: none;
	color: #0A3667;
	line-height: 24px;
	padding: 0px 8px 0px 20px;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.enviromark ul a {
	color: #0A3667;
	line-height: 22px;
	padding: 0px 8px 0px 30px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
/* this applies to the last item in the first level */
.enviromark li.last {
	margin: 0px;
}
/* this applies to the first item of the second (or more) level */
.enviromark ul li.first {
	background-image:none;
	background-repeat: no-repeat;
	background-position: left top;
	/*
	k
	background-color: #ffffff;*/
	
	background-color: #92ACC7;
}
/* this applies to the last item of the second (or more) level */
.enviromark ul li.last {
	background-image: none;
	background-repeat: no-repeat;
	/*
	k
	background-color: #ffffff;*/
	
	background-color: #92ACC7;
	background-position: left bottom;
/*	border-bottom: 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
 */
.enviromark li.hover {
	background-color: #0E4E96; 
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.enviromark ul li.hover {

	background-repeat:no-repeat;
	background-position: left top;
	background-color: #0E4E96;
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.enviromark a.hover {
	color: #FFFFFF !important;
	/*k*/
	background-color: #0E4E96;	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.enviromark ul a.hover {
  	color: #FFFFFF !important;
	/*k*/
	background-color: #0E4E96;		
}


/*****************************************************************************
* 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
 */
.enviromark li.selected {
	background-color: #FFFFFF;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.enviromark ul li.selected {
	background-color: #FFFFFF;
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.enviromark a.selected {

	color: #0E4E95;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.enviromark ul a.selected {
	color: #0E4E95;
}


/******************************************************************************
* 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
 */
.enviromark .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.enviromark .hover ul .arrow,
.enviromark ul .arrow {
	background-image:url(img/arrow_white.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.enviromark .hover .arrow {
	background-image:url(img/arrow_white.gif);
}

/* 
 * 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
 */
.enviromark ul .hover .arrow {
	background-image:url(img/arrow_white.gif);
	
}
/*************************************************************************
* 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;
}