/*************************************************************************
* 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
 */
.breehorn { color: #001a35; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-indent: 0; }

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.breehorn ul { color: #001a35; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-indent: 0; }

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.breehorn li { color: #001a35; background-image: none; background-repeat: repeat-y; background-position: center top; text-indent: 0; width: 125px; margin-right: 2px; }

/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.breehorn li.last { color: #001a35; text-indent: 0; padding-right: 20px; }



/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.breehorn ul li { color: #001a35; background-color: #ffffff; background-image: none; text-indent: 0; border: none; margin-right: 0; width: 150px; }

.normal a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.breehorn a { color: #001a35; text-decoration: none; line-height: 22px; text-indent: 0; cursor: pointer; padding: 2px 2px 2px 10px; }

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.breehorn ul a { color: #001a35; text-indent: 0; }


/*****************************************************************************
* 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
 */
.breehorn li.selected { color: #001a35; background-image: none; text-indent: 0; }

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.breehorn ul li.selected { color: #001a35; background-color: #ffffff; text-indent: 0; }

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.breehorn a.selected { color: #001a35; font-size: 13px; text-indent: 0; }

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.breehorn ul a.selected { color: #001a35; font-size: 12px; text-indent: 0; }


/***************************************************************************
* 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
 */
.breehorn li.hover { color: #001a35; background-color: #021a34; background-image: none; text-indent: 0; }
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.breehorn ul li.hover { color: #001a35; background-color: #ffffff; text-indent: 0; }

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.breehorn a.hover { color: #001a35; border-top:medium none; border-bottom: medium none; font-size: 13px; text-indent: 0; }

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.breehorn ul a.hover { border-top: medium none; border-bottom: 0 solid #ffffff; color: #001a35; font-size: 12px; text-indent: 0; }


/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.breehorn ul ul li.hover  { color: #001a35; background-color: #4c677d; text-indent: 0; }


/******************************************************************************
* 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
 */
.breehorn .arrow { color: #001a35; background-repeat: no-repeat; background-position: 6px center; text-indent: 0; }

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.breehorn .hover ul .arrow,
.breehorn ul .arrow { color: #001a35; text-indent: 0; }

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.breehorn .hover .arrow { color: #001a35; text-indent: 0; }

/* 
 * 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
 */
.breehorn ul .hover .arrow { color: #001a35; text-indent: 0; }
/*************************************************************************
* 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;
}

