/*************************************************************************
* 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
 */
.pandw {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
 	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.pandw ul {
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
		margin: 0px 0px 0px 0px ;
			padding: 0px 0px 0px 0px ;

}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.pandw li {
	width: 127px;
	background-color: #bcbdc0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	border-top: 4px solid #731B36;
	border-right: 4px solid #731B36;
	border-bottom: 4px none #731B36;
	border-left: 4px solid #731B36;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.pandw ul li {
	background-color: #bf9196;
	background-image: none;
	width: 127px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #731B36;
	border-right: 4px none #731B36;
	border-bottom: 4px none #731B36;
	border-left: 4px none #731B36;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.pandw a {
	color: #731B36;
	text-decoration: none;
	padding: 2px 4px 2px 4px ;
	line-height: 18px;
	cursor: pointer;
	border-top: solid 1px #C54767;
	border-bottom: solid 1px #5A0013;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.pandw ul a {
	border: none;
	border-bottom: solid 1px #ffffff;
	color: #731B36;
	line-height: 18px;
	padding: 2px 4px 2px 4px ;
}


/*****************************************************************************
* 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
 */
.pandw li.selected {
	background-color: #FFFFFF;
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.pandw ul li.selected {
	background-color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.pandw a.selected {
	color: #731B36;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu  items
 */
.pandw ul a.selected {
	color: #731B36;
}

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

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.pandw a.hover {
	color: #731B36;
	border-top: solid 2px #AB3151;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.pandw ul a.hover {
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #731B36;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.pandw ul ul li.hover  {
	background-color: #5B0014;
}

/******************************************************************************
* 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
 */
.pandw .arrow {

}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.pandw .hover ul .arrow,
.pandw ul .arrow {
	background-image: url(img/arrow_right_color.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.pandw .hover .arrow {
	background-image: url(img/arrow_right_light.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
 */
.pandw ul .hover .arrow {
	background-image: url(img/arrow_right_light.gif);
}
/*************************************************************************
* 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: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
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;
}

