/*************************************************************************
* 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
 */
.relogistechs_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
 	font-weight: bold;
 	border: none;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.relogistechs_header ul {
	background-color: #ACADA7;
	font-weight: bold;
 	border: none;
}

/*
 * specific to relogistechs_header skin only
 * Applies to third (or more) level menu containers
 */
.relogistechs_header ul ul {
	border: 1px solid #FF7321;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.relogistechs_header li {
	background-color: #FF7321;
	width: 144px;
	border-top: 0px solid #E88112;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.relogistechs_header ul li {
	width: 144px;
}

/*
 * specific to relogistechs_header skin only
 * Applies to third (or more) level menu items
 */
.relogistechs_header ul ul li {
	width: 174px;
	border-left: 2px solid #FAFAFA;
	border-right: 2px solid #5E6154;
	background-color: #ffffff;
}


/*
 * specific to relogistechs_header skin only
 * Applies to the first item of third (or more) level
 */
.relogistechs_header ul ul li.first {
	border-top: 2px solid #FF7321;
}

/*
 * specific to relogistechs_header skin only
 * Applies to the last item of third (or more) level
 */
.relogistechs_header ul ul li.last {
	border-bottom: 2px solid #FF7321;
}

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

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.relogistechs_header ul a {
	background-color: #ACADA7;
	text-align: left;
	line-height: 20px;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #5E6154;
	padding: 2px 2px 2px 20px;
}

/*
 * specific to relogistechs_header skin only
 * Applies to links located in the third (or more) level menu items
 */
.relogistechs_header ul ul a {
	border: none;
	padding-left: 10px;
}

/*****************************************************************************
* 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
 */
.relogistechs_header li.selected {
	background-color: #FF7321;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.relogistechs_header ul li.selected {
    color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.relogistechs_header a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.relogistechs_header ul a.selected {
	background: #ACADA7 url(../relogistechs/img/nav_left_grey_w180.jpg) top left no-repeat !important;
	font-weight: bold;
}


/***************************************************************************
* 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
 */
.relogistechs_header li.hover {
	background: #ACADA7 url(../relogistechs/img/nav_on_grey_w144.jpg) top left no-repeat !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.relogistechs_header ul li.hover {
	background: #ACADA7 url(../relogistechs/img/nav_left_grey_w180.jpg) top left no-repeat !important;
}

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

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.relogistechs_header ul a.hover {
	background: #ACADA7 url(../relogistechs/img/nav_left_grey_w180.jpg) top left no-repeat !important;
}


/*
 * specific to relogistechs_header skin only
 * Applies to third (or more) level menu items
 */
.relogistechs_header ul ul li.hover {
	background-color: #65688F;
}

/******************************************************************************
* 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
 */
.relogistechs_header .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.relogistechs_header .hover ul .arrow,
.relogistechs_header ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.relogistechs_header .hover .arrow {
}

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