/*************************************************************************
* 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
 */
.s2s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:420px;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.s2s ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.s2s li {
	width:112px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.s2s ul li {
	width:112px;
	padding:0px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0038A7;
	border-bottom-color: #0038A7;
	border-left-color: #0038A7;
}


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.s2s a {
	text-decoration: none;
	color: #0038A7;
	line-height: 20px;
	padding: 0px 6px 0px 0px ;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.s2s ul a {
	color: #029EDE;
	line-height: 18px;
	padding: 2px 0px 0px 5px ;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
 /* this applies to the first item of the first level */
.s2s li.first {
	background-image: url(img/left_tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* this applies to the last item in the first level */
.s2s li.last {
	background-image: url(img/right_tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* this applies to the link inside the first item of the first level */
.s2s li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.s2s li.last a {
	border-right: none;
}
/* this applies to the first item of the second (or more) level */
.s2s ul li.first {
	width:112px;
	padding:0px;
	background-color: #ffffff;
	border: 1px solid #0038A7;
}
/* this applies to the last item of the second (or more) level */
.s2s ul li.last {
	width:112px;
	padding:0px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0038A7;
	border-bottom-color: #0038A7;
	border-left-color: #0038A7;
}
/***************************************************************************
* 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
 */
.s2s li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.s2s ul li.hover {
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #029EDE;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.s2s a.hover {
	color: #0038A7;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.s2s ul a.hover {
  	color: #ffffff;

}


/*****************************************************************************
* 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
 */
.s2s li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.s2s ul li.selected {
	background-color: #029EDE;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.s2s a.selected {
	color: #0038A7;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.s2s ul a.selected {
	color: #ffffff;
}


/******************************************************************************
* 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
 */
.s2s .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.s2s .hover ul .arrow,
.s2s ul .arrow {
	background-image:url(img/arrow_white.gif);
	background-position:10px 10px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.s2s .hover .arrow {
	background-image:url(img/arrow_vertical.gif);
	background-position: 9px 12px;
}

/* 
 * 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
 */
.s2s 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;
}
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;
}