/*************************************************************************
* 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
 */
.concept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-position: center;
	text-align: center;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.concept ul {
 	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.concept li {

	background-image: none;
	background-repeat: no-repeat;
	background-position: none;
	background-color: #4d4d4d;
	width: 71px;
	text-align: center;
}

/*
 * specific to AQUA skin only
 * Applies to the first item of the first level
 */
.concept li.first {
	width: 71px;
	background-position: left top;
	text-align: center;
}

/*
 * specific to AQUA skin only 
 * Applies to the last item of the first level
 */
.concept li.last {
	width: 71px;
	background-position: right top;
	text-align: center;
}

/*
 * specific to AQUA skin only
 * Applies to the link to be found within the first item of the first level
 */
.concept li.first a {
	padding-left: none;
	text-align: center;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.concept ul li {
	background-image: none;
	width: auto;
	text-align: center;
}
.concept ul li.first,
.concept ul li.last {
	background-image: none;
	width: auto;
	text-align: center;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.concept a {
	text-decoration: none;
	line-height: 25px;
	cursor: pointer;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 0px 0px 0px ;
	text-align: center;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.concept ul a {
 	line-height: 13px;
	padding: 3px 20px 5px 20px ;
	text-align: center; 
	color: #FFFFFF;
}


/*****************************************************************************
* 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
 */
.concept li.selected {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #363636;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.concept ul li.selected {
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.concept a.selected {
	color: #FFFFFF;
	font-size: 12px;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.concept ul a.selected {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 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
 */
.concept li.hover {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #363636;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.concept ul li.hover {
	background-image: none;
	background-color: #363636;
}

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

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.concept ul a.hover {
	font-size: 10px;
	color: #FFFFFF;
}


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

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.concept .hover ul .arrow,
.concept ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.concept .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
 */
.concept ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.tab {
	clear: both;
}
div.tab br {
	clear: both;
}
div.tab ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.tab li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.tab li img {
	border: none;
}
div.tab a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tab ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
	float: left;
}
div.tab ul li ul li ul {
	display: none;
}
div.tab ul li ul li {
	float: left;
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
