/*************************************************************************
* 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
 */
.yellowSharp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.yellowSharp ul {
	font-weight: normal;
	font-size: 14px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.yellowSharp li {
	width: 140px;
	margin-bottom: 5px;
	border-top-width: 6px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #9A9A9A;
	border-left-color: #9A9A9A;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.yellowSharp ul li {


	width: 140px;
	margin-bottom: 1px;
	list-style:circle;
}


/* Settings specific for YELLOW skin */
/* this applies to the last item of the first level */
.yellowSharp li.last {
	margin-bottom: 0px;
}


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.yellowSharp a {
	text-decoration: none;
	color: #3b160a;
	line-height: 27px;
	padding: 5px 0px 0px 24px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.yellowSharp ul a {
	color: #3b160A;
	line-height: 19px;
	padding: 5px 0px 0px 34px ;
	border-right-width: 12px;
	border-right-style: none;
	border-right-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFFF99;
	background-image:url(img/menu-item.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;

	
}

/***************************************************************************
* 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
 */
.yellowSharp li.hover{
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.yellowSharp ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.yellowSharp a.hover {
	color: #669933 !important;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #FFDE5D;
	font-weight: normal;
	font-size: 14px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.yellowSharp ul a.hover {
  	color: #669933 !important;
	border-top: none;
	font-size: 14px;
}

/*****************************************************************************
* 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
 */
.yellowSharp li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.yellowSharp ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.yellowSharp a.selected {
	color: #669933;
	font-weight: bold;
	font-size: 14px;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.yellowSharp ul a.selected {
	color: #669933;
	font-weight: normal;
	font-size: 14px;
	padding-top: 0px;
}


/******************************************************************************
* 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
 */
.yellowSharp .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.yellowSharp .hover ul .arrow,
.yellowSharp ul .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-position: 9px 6px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.yellowSharp .hover .arrow {
}

/* 
 * 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
 */
.yellowSharp ul .hover .arrow {
	background-image:url(img/horizontal_arrow.gif);
	background-position: 9px 7px;
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: none;
}
div.expandable br {
	clear: none;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: none;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}

