/*************************************************************************
* 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
 */
.tubosider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: 400;
 	border-bottom-color: #666666;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.tubosider ul {
	border: 0px solid #afafaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.tubosider li {
	width: 110px;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.tubosider ul li {
	background-image: none;
	background-color: #006DAE;
 	width: 191px;
	border: 0px none #006DAE;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.tubosider ul ul li {
	background-image: none;
	background-color: #006DAE;
 	width: 180px;
	border: 0px none #006DAE;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.tubosider a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 27px;
	padding: 0px 2px;
	padding-left: 18px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.tubosider ul a {
 	border: none;
 	border-bottom: 0px solid silver;
 	color: #FFFFFF;
	line-height: 26px;
}

/***************************************************************************
* 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
 */
.tubosider li.hover {
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.tubosider ul li.hover {
  	background-color: #06276C;
  	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.tubosider a.hover {
	color: #004E7C;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.tubosider 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
 */
.tubosider li.selected {
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.tubosider ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.tubosider a.selected {
	color: #88B4C5;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.tubosider ul a.selected {
	color: #88B4C5;
}
/******************************************************************************
* 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
 */
.tubosider .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*************************************************************************
* 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;
	clear: both;
	visibility: hidden;
	z-index: 4;
}
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;
}
