/*************************************************************************
* 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
 */
.pinnacle_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 	font-weight: bold;
	color: #ffffff;
		
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.pinnacle_nav ul {

	font-weight: normal;


}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.pinnacle_nav li {

	background-repeat: repeat-x;
	background-position: top left;
	width: 193px;
	margin: 0px ;
	background-image: url(img/custom/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	 
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.pinnacle_nav ul li {
	
	background-image: none;
	border: none;
 	width: 180px;

}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.pinnacle_nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px 3px 30px ;
	line-height: 18px;

	
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.pinnacle_nav ul a {
	border: none;	
	background-color:#3F5D7B;
	margin:0 0 0 2px;
	color: #ffffff;
	border-bottom:#52779E solid 1px;
	border-left:#52779E solid 3px;
	border-right:#52779E solid 3px;
	
}


/*****************************************************************************
* 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
 */
.pinnacle_nav li.selected {
	color: #ffffff;
	background-image: none;
	background-color: #3E5369;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.pinnacle_nav ul li.selected {
color: #ffffff;
	
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.pinnacle_nav a.selected {
	color: #ffffff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.pinnacle_nav ul a.selected {
color: #ffffff;
}

/***************************************************************************
* 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
 */
.pinnacle_nav li.hover {

	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.pinnacle_nav ul li.hover {
	color: #ffffff;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.pinnacle_nav a.hover {
	color: #ffffff;
	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
 

.pinnacle_nav ul a.hover {
	border: none;

	color: #ffffff;
	background-color: #6699CC;
	
	border-left:#52779E solid 3px;
	border-right:#52779E solid 3px;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.pinnacle_nav ul ul li.hover  {
	
}

/******************************************************************************
* 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
 */
.pinnacle_nav .arrow {
	background-image: url(img/img/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.pinnacle_nav .hover ul .arrow,
.pinnacle_nav ul .arrow {
	background-image: url(img/navArrow.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.pinnacle_nav .hover .arrow {
	background-image: url(img/navArrow.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
 */
.pinnacle_nav ul .hover .arrow {
	background-image: url(img/navArrow.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical 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;
	
}
