/*************************************************************************
* 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
 */
.navigationMenu {
	width: 770px !important;
	background-color: #0072C6;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.navigationMenu ul {
	font-weight: normal;
}

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

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.navigationMenu li {
/*	width: 100px;  */
 	background-color: #0072C6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;  */
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.navigationMenu ul li {
	background-color: #0072C6;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;  

}
.navigationMenu ul li.first {
	border-top: 1px solid #FFF;	
}

/*
 * specific to navigationMenu skin only
 * Applies to third (or more) level menu items
 */
.navigationMenu ul ul li {
	width: 200px;
	border-right: 1px solid #FFF;
/*	border-bottom: 1px solid #FFF;  */
	border-left: 1px solid #FFF;
	background-color: #0072C6;
}


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

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




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.navigationMenu a {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding: 2px 19px 2px 20px;	
	cursor: pointer;
}

li.lastNavigationItem {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
li.lastNavigationItem.hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}


a.lastNavigationLink {
	padding: 2px 21px 2px 22px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.navigationMenu ul a {
	text-align: left;
	border-bottom: 1px solid #FFF;
	cursor: pointer;  
}

/*
 * specific to navigationMenu skin only
 * Applies to links located in the third (or more) level menu items
 */
.navigationMenu ul ul a {
	border: none;
	border-bottom: 1px solid #FFF;  
	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
 */
.navigationMenu li.selected {
	background-color: #000;
	color: #CC6600;
}

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

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.navigationMenu a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.navigationMenu ul a.selected {
	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
 */
.navigationMenu li.hover {
	background-color: #000 !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.navigationMenu ul li.hover {
}

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

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


/*
 * specific to navigationMenu skin only
 * Applies to third (or more) level menu items
 */
.navigationMenu 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
 */
.navigationMenu .arrow {
	background-image: url(img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.navigationMenu .hover ul .arrow,
.navigationMenu ul .arrow {
	background-image: url(img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.navigationMenu .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
 */
.navigationMenu 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;
}