/*************************************************************************
* 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,Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second level menu containers
 */
.simple ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	width: 200px;
	background-color: #B0B479;
	letter-spacing: 0.15em;
}
#container #content #main #PROJECTS {
	color: #CCCCCC;
	letter-spacing: .15em;
}


/*
 * Menu items settings
 * Applies to second level menu items
 */
.simple ul li {
    background-image: none;
 	border: none;
	background-color: #B0B479;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	text-decoration: none;
	color: #666666;
	line-height: 40px;
	padding: 0px 15px ;
	padding-left: 50px;
	cursor: pointer;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the first item of the second level.
 */
.simple ul li.first {
	border-top: solid 1px #666666;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the first item of the second level.
 */
.simple ul li.first a {
	border-top: solid 1px #999999;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the last item of the second level.
 */
.simple ul li.last {
	border: none;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the last item of the second level.
 */
.simple ul li.last a {
	border:none;
}

/*
 * Menu link settings
 * Applies to links located in the second level menu items
 */
.simple ul a {
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: 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 li.hover {
	background-position: 0px 12px !important;
	background-color: #B0B479;
}
  
/*
 * Mouse over on menu items
 * Applies to second level menu items
 */
.simple ul li.hover {
  
  	background-image: none;
	background-color: #B0B479;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

/*
 * Mouse over on links
 * Applies to links located in the second level menu items
 */
.simple ul a.hover {
  	color: #000000 !important;
	font-weight: normal;
	font-size: 13px;
}
/*****************************************************************************
* 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;
	background-color: #B0B479;
}

/*
 * Selected menu item
 * Applies to second level selected menu items
 */
.simple ul li.selected {
	background-color: #B0B479;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	color: #333333;
	font-weight: normal;
}

/*
 * Selected links
 * Applies to selected links located in the second level menu items
 */
.simple ul a.selected {
	color: #333333;
	font-weight: normal;
	font-size: 13px;
}
/******************************************************************************
* 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-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
	background-image: url(img/arrow_hover.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;
}
