/*************************************************************************
* 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
 */
.metal_blue {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 0.69em;
 	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.metal_blue ul {
	font-weight:normal;
}
/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_blue li {
	width: 175px;
	background-image:url(img/middle_tab2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0 1px 0;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.metal_blue ul li {
	width:160px;
	background-image:none;
	background-color: #004080;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.metal_blue a {
	text-decoration: none;
	color: #004080;
	line-height: 20px;
	padding: 0 8px 0 20px;
	border-right:1px solid #9F9F9F;
	border-left:1px solid #F9F9F9;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.metal_blue ul a {
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 8px 0 30px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
 /* this applies to the first item of the first level */
.metal_blue li.first {

}
/* this applies to the last item in the first level */
.metal_blue li.last {
	
}
/* this applies to the link inside the first item of the first level */
.metal_blue li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.metal_blue li.last a {
	border-right: none;
}
/* this applies to the first item of the second (or more) level */
.metal_blue ul li.first {
	background-image: url(img/blue_top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* this applies to the last item of the second (or more) level */
.metal_blue ul li.last {
	background-image: url(img/blue_bottom2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	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
 */
.metal_blue li.hover {
background-image: url(img/sample_big_tab.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.metal_blue ul li.hover {
	background-image:url(img/hover_grey1.gif);
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #FEFEFE;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.metal_blue a.hover {
	color: #000000 !important;
	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.metal_blue ul a.hover {
	color: #004080 !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
 */
.metal_blue li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_blue ul li.selected {
	border: 1px solid #CCCCCC;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_blue a.selected {
	color: #CC0000;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_blue ul a.selected {
	color:#004080;

}
/******************************************************************************
* 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
 */
.metal_blue .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.metal_blue .hover ul .arrow,
.metal_blue ul .arrow {
	background-image:url(img/arrow_white.gif);
	background-position:7px 6px;
}
/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.metal_blue .hover .arrow {
	background-image:url(img/arrow_vertical.gif);
	background-position: 7px 6px;
}
/* 
 * 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
 */
.metal_blue ul .hover .arrow {
	background-image:url(img/horizontal_arrow.gif);
}
/*************************************************************************
* 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;
	margin: auto;
	width: 700px;
	background-image: url(img/middle_tab2.gif);
	background-repeat:  repeat-x;
	border: 1px solid #FFFFFF;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0;
	padding: 0;
	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: 0;
}
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: 0 !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
