/*************************************************************************
* 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
 */
.Arrow_Menu_CSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right: solid 1px #FFFFFF;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.Arrow_Menu_CSS ul {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.Arrow_Menu_CSS li {
/* CRL	margin-right: 30px; */
	border-left: solid 1px #FFFFFF;
 
/* CRL	background-image: url(img/custom/redmenuline.gif);
 	margin: 0px 20px 0px 0px ; 
	border: thin none; */
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.Arrow_Menu_CSS ul li {
	border-top: solid 1px #FFFFFF;
	/* CRL border-left: solid 1px #FFFFFF; */
	margin: 0px;
	width: 200px;
	/* CRL replaced with line below    background-image: url(img/custom/redmenuline.gif); */
	background-color: #ACACAC;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.Arrow_Menu_CSS a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 26px;
	padding:0px 24px 0px 24px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.Arrow_Menu_CSS ul a {
	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
 */
.Arrow_Menu_CSS li.hover {

	/* CRL background-image: url(img/custom/redmenuline1.gif); */
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.Arrow_Menu_CSS ul li.hover {


	background-color: #ACACAC;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.Arrow_Menu_CSS a.hover {
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.Arrow_Menu_CSS ul a.hover {
  	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: bold;
	padding-left: 24px;
    padding-right: 24px;
    text-align: left;
}

/*****************************************************************************
* 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
 */
.Arrow_Menu_CSS li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.Arrow_Menu_CSS ul li.selected {
	background-color: #ACACAC;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.Arrow_Menu_CSS a.selected {
	color: #FFFFFF;
	font-size: 14px;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.Arrow_Menu_CSS ul a.selected {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}


/******************************************************************************
* 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
 */
.Arrow_Menu_CSS .arrow {
	/* CRL background-image:url(img/grey_arrow.gif); */
	background-repeat: no-repeat;
	background-position: 9px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.Arrow_Menu_CSS .hover ul .arrow,
.Arrow_Menu_CSS ul .arrow {
	/* background-image:url(img/grey_arrow.gif); */
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.Arrow_Menu_CSS .hover .arrow {
	/* background-image:url(img/white_arrow_vertical.gif); */
}

/* 
 * 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
 */
.Arrow_Menu_CSS ul .hover .arrow {
	/* background-image:url(img/red_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;
	height: 26px !important;
	/*width: 400px !important;*/
}
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; /* CRL - This is okay to have in here even though it is not supported in Nav 6 & 7*/
	background:	transparent !important;
	width: auto !important;
}