/*************************************************************************
* 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
 */
 
 
.simple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0067c5;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.simple a {
	font-size: 8pt;
	padding-left: 5px;
	text-decoration: none;
	color: #0067c5;
	line-height: 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid silver;
}

.simple a.hover {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0067c5;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
	font-size: 8pt;
	text-transform: none;
	text-decoration: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	text-decoration: none;
	text-transform: none;
	font-size:8pt;
	width: 150px;
}

.simple li a {
	font-size:8pt;
	text-transform: none;
	text-decoration: none;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	font-size: 8pt;
	background-color: #bfd2fc;
	width: 175px;
	height: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0067c5;
	font-weight: normal;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
	font-size: 8pt;
 	border: none;
 	color: #0067c5;
	text-decoration: none;
	font-weight: normal;
}

/***************************************************************************
* 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
 */
 
.simple ul a.hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #0067c5;
}
 
.simple li a.hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #0067c5;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li a.hover {
	color:#FFFFFF;
  	background-color: #0067c5;
	text-decoration: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */

.simple a:visited {
	text-decoration: none;
	cursor: default;
	text-decoration: none;
	padding-left: 5px;
}

.simple ul a:visited {
	text-decoration: none;
	cursor: default;
	text-decoration: none;
}

/*.simple ul li a:visited {
 	color: #0067c5;
	text-decoration: none;
	cursor: default;
	text-decoration: none;
}*/

/*****************************************************************************
* 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
 */
 
.simple li.selected {
	color: #FFFFFF;
	background-position: 0px 25px;
	text-decoration: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
/*.simple ul li a.selected {
	color: #FFFFFF;
	background-color: #0067c5;
	text-decoration: none;
}
*/
/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	color: #0067c5;
	text-decoration: none;
}

/******************************************************************************
* 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
 */
.simple .hover ul .arrow,
.simple .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.simple .hover .arrow {
	background-image: url(img/arrow-white.gif);
}

.simple ul .hover .arrow {
	background-image: url(img/arrow-white.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;
}
div.vertical ul li ul {
	position: absolute;
	visibility: hidden;
	clear: both;
	border-top: 1px solid #0067c5;
	border-right: 1px solid #0067c5;
	border-left: 1px solid #0067c5;
}
div.vertical ul li ul li {
	clear: both; 
	left: 0px;
}

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;
}
