/*************************************************************************
* 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
 */
.filetabs {
	font-family: 'trebuchet ms';
	font-size: 12px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.filetabs ul {
	font-weight: bold;
	border: 0px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.filetabs li {
	background-image: url(../img/_nav_btn_bg_f1.jpg);
	background-repeat: no-repeat;
	margin-right: 2px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.filetabs ul li {
	background-image: none;
	background-color: #D1D1D1;
	border-bottom: solid 1px #D7D7D7;
	margin: 0px ;
	width: 215px;
}

/* these settings are specific to NATURE skin only */
/* this applies to the last item of the first level */
.filetabs li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.filetabs a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 3px 0px 0px 0px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.filetabs ul a {
 	color: #000000;
	padding: 2px 2px 2px 7px;
	text-decoration: 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
 */
.filetabs li.hover {
	background-image: url(../img/_nav_btn_bg_f2.jpg) !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.filetabs ul li.hover {
	background-image: none !important;
	background-color: #A2A2A2 !important;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.filetabs a.hover {
	color: #000000 !important;
	padding: 2px 2px 2px 7px;
	font-size: 12px;
	font-weight: bold;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.filetabs ul a.hover {
	text-decoration: none;
  	color: #000000 !important;
	padding: 2px 2px 2px 7px;
	font-weight: bold;
}


/*****************************************************************************
* 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
 */
.filetabs li.selected {
	background-image: url(img/selected1.gif);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.filetabs ul li.selected {
	background-image: none;
	background-color: #AEAEAE;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.filetabs a.selected {
	color: #ffffff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.filetabs ul a.selected {
	color: #000000;
	padding: 2px 2px 2px 7px;
	font-weight: bold;
}


/******************************************************************************
* 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
 */
.filetabs .arrow {
	background-image:url(img/white_arrow_horizontal.gif);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.filetabs .hover ul .arrow,
.filetabs ul .arrow {
	background-image:url(img/green_arrow_horizontal.gif);
	background-position: 14px 5px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.filetabs .hover .arrow {
	background-image:url(img/green_arrow_vertical.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
 */
.filetabs ul .hover .arrow {
	background-image:url(img/green_arrow_horizontal.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
	width: 404px;
	float: right;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}