/*************************************************************************
* 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 {
 	/*border: 1px solid violet; border-bottom: none;*/
	color:#FFFFFF; text-decoration:none; font-family: Myriad Condensed Web;  
	font-size:11px; font-weight: bold;
	background:url(../images/navhover_06_03.jpg) no-repeat scroll top left;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul { 
	color:#FFFFFF; text-decoration:none; font-family: Myriad Condensed Web;  
	font-size:11.5px; font-weight: bold;
	 background:url(../images/navhover_05.jpg) repeat scroll top left;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	/*background: url(img/bg.gif) repeat scroll top left;*/
	width: 135px;
	white-space: nowrap;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	 background:url(../images/navhover_05.jpg) no-repeat scroll top left;
	background-color: #5290C1;
 	width: 135px; 
	white-space: normal;
	font-family: Myriad Condensed Web; font-size:12px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a, .simple a:visited {
 	/*border: none; border-bottom: 1px solid violet;*/
	text-decoration: none; cursor:pointer;
	
	color: #FFFFFF;		
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a, .simple ul a:visited {
 	border: none; border-bottom: 1px solid #8C4513;
	text-decoration:none; cursor:pointer;	
	padding: 15px 0px 15px 25px;
 	color: #050505;
}

/***************************************************************************
* 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 li.hover {
	/*background-position: 0px 12px !important; */
	/*background: url(img/bg.gif) repeat scroll top left;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {
  	background-color: #5290C1; text-decoration: none;
  	background-image: none;
	width: 135px; 
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover { font-size:10px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #FFFFFF; text-decoration: underline !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
 */
.simple li.selected {
	/*background-position: 0px 22px;*/
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	/*color: brown;*/
}
/******************************************************************************
* 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 .arrow {
	/*background: url(img/arrow.gif) no-repeat scroll center right;*/	
}

/*************************************************************************
* 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;
}

