/*************************************************************************
* 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
 */
.palmer_001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.palmer_001 ul {
	border: 1px solid #afafaf;
	font-weight: normal;
	font-size: 9px !important;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.palmer_001 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left top;
	width: 123px;
	background-color: #61B0DD;
	border: 1px solid #61B0DD;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.palmer_001 ul li {
	/* background-image: url(img/bg.gif); */
	background-repeat: repeat-y;
	background-color: #ffffff;
	border: none;
 	width: 125px;
	font-weight: normal;
	font-size: 9px !important;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.palmer_001 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 14px 1px 5px ;
	border-bottom: 2px solid  #61B0DD;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.palmer_001 ul a {
 	border-bottom:1px solid #ffffff;
	color: #61B0DD;
	line-height: 12px !important;
	font-weight: normal;
	font-size: 9px !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
 */
.palmer_001 li.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	text-decoration: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.palmer_001 ul li.selected {
	/* background-image: url(img/bg_sel.gif); */
 	font-weight: bold;
	font-size: 9px !important;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.palmer_001 a.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-color: #61B0DD;
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.palmer_001 ul a.selected {
	color: #555555;
	border-bottom-color: #ffffff;
	font-size: 9px !important;
}
/***************************************************************************
* In this section, we will define what happens with visited items          *
***************************************************************************/

/*
 * Visited menu items
 * Applies to all menu items in all menu containers
 */
.palmer_001 li.visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
  
/*
 * Visited on menu items
 * Applies to second (or more) level menu items
 */
.palmer_001 ul li.visited {
	font-weight: normal;
	font-size: 9px !important;
}

/*
 * Visited links
 * Applies to all links in all menu items
 */
.palmer_001 a.visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom-color: #61B0DD;
}

/*
 * Visited links
 * Applies to visited links located in the second (or more) level menu items
 */
.palmer_001 ul a.visited {
  	border-bottom-color: #ffffff;
	font-weight: normal;
	font-size: 9px !important;
}

/***************************************************************************
* 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
 */
.palmer_001 li.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	text-decoration: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.palmer_001 ul li.hover {
	font-weight: normal;
	font-size: 9px !important;
	/* background-image: url(/img/bg_sel.gif); */
}
/*
 * Main link definition for all menus
  */
.palmer_001 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold !important;
	color: #FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.palmer_001 a.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold !important;
	color: #FFFFFF !important;
	background-color: #18416A;
	border-bottom-color: #9290D8;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.palmer_001 ul a.hover {
  	border-bottom-color: #ffffff;
	font-size: 9px !important;
}

/******************************************************************************
* 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
 */
.palmer_001 .arrow {
	/* background-image: url(img/arrow_down_light-dk.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%; */
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.palmer_001 .hover ul .arrow,
.palmer_001 ul .arrow {
	/* background-image: url(img/sarrow_right_dark.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
 */
.palmer_001 .hover .arrow {
	/* background-image: url(img/arrow_down_dark.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
 */
.palmer_001 ul .hover .arrow {
	/* background-image: url(img/sarrow_right_dark.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;
}
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;
}