/*************************************************************************
* 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: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: bolder;
	letter-spacing: 0.15em;
}

.simple a {
	text-align: right;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	width:100px;
}

.simple a.hover {
	color: #AB7F48;
	text-decoration: none;
}

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

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: 100px;
}

.simple li a {
	text-transform: none;
	text-decoration: none;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	font-size: 9pt;
	background-color: #532409;
	width: fixed;
	height: 25px;
	text-decoration: none;
	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 {
	text-align: left;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: bolder;
	letter-spacing: 0.15em;
	font-size: 8pt;
	color:#FFFFFF;
	text-decoration: none;
}

/***************************************************************************
* 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:#AB7F48;
	text-decoration: none;
}
 
.simple li a.hover {
	color:#AB7F48;
	text-decoration: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li a.hover {
	text-transform: uppercase;
	line-height: 16px;
	font-weight: bolder;
	letter-spacing: 0.15em;
	font-size: 8pt;
	color:#AB7F48;
	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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	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;
	padding-right:10px;

}

div.vertical li img {
	border: none;
}

div.vertical a {
	clear: both;
	display: block;
	margin-bottom:4px;
	margin-top:4px;	
}

div.vertical ul li ul {
	position: absolute;
	visibility: hidden;
	clear: both;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

div.vertical ul li ul li {
	clear: both;
	padding-left: 2px;
	padding-right: 2px;
	width:110px;
	height:auto;
	border-bottom: 1px solid #FFFFFF;
}

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