/*************************************************************************
* 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
 */
.projects {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.projects ul {
	font-weight:normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.projects li {

	background-repeat: no-repeat;
	margin-bottom: 1px;
	width: 240px;
	background-color: #18217C;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.projects ul li {
	background-image: none;
	margin: 0px;
	background-color: #f6f6f6;
}


/* these settings are specific to NATURE skin only */
/* this applies to the last item of the first level */
.projects li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.projects a {
	text-decoration: none;
	color: #ffffff;
	line-height: 25px;
	padding: 0px 8px 0px 31px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.projects ul a {
 	color: #333333;
 	padding: 0px 8px 0px 22px;
	line-height: 22px;
}


/***************************************************************************
* 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
 */
.projects li.hover {


}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.projects ul li.hover {
  	background-image: none !important;
	background-color: #dddddd;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.projects a.hover {
	color: #6699CC !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.projects ul a.hover {
  	color: #333333 !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
 */
.projects li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.projects ul li.selected {
	background-image: none;
	background-color: #cccccc;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.projects a.selected {
	color: #6699CC;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.projects ul a.selected {
	color: #18217C;
	font-weight: normal;
}


/******************************************************************************
* 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
 */
.projects .arrow {
	background-image:url(../../../../images/listarrow1.gif);
	background-repeat: no-repeat;
	background-position: 13px 9px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.projects .hover ul .arrow,
.projects ul .arrow {
	background-image:url(../../../../images/listarrow1.gif);
	background-position: 15px 5px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.projects .hover .arrow {
	background-image:url(../../../../images/listarrow1.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
 */
.projects ul .hover .arrow {
	background-image:url(../../../../images/listarrow1.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;
}