/*************************************************************************
* 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
 */
.artsoul_skin_01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
 	font-weight: normal;
	letter-spacing: .08em;
	font-size: 11px;



	
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.artsoul_skin_01 ul {
	font-weight:normal;
	background-color:#FFFFFF;

}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.artsoul_skin_01 li { width: 118px; background-repeat: repeat-x; background-position: right top; background:url(); padding: 0px; margin: 0px; }
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.artsoul_skin_01 ul li { width: 242px; background-image: none; background-color: #ffffff; padding: 0px; border-bottom: 1px solid #494949; border-left: 1px solid #494949; border-right: 1px solid #494949; letter-spacing: 0px; }



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.artsoul_skin_01 a { text-decoration: none; color: #000000; line-height: 30px; padding: 0px 0px 0px 0px; cursor: pointer; text-align: center; }
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.artsoul_skin_01 ul a { color: #666666; line-height: 24px; padding: 0px 8px 0px 30px; border-right: none; border-left: none; font-size:12px; text-align: left; 	
}



/*
 * Settings specific to the "METAL SIMPLE" skin only
 *
 */
 /* this applies to the first item of the first level */
.artsoul_skin_01 li.first {
	background-repeat: no-repeat;
	background-position: left top;
	background:url();
}
/* this applies to the last item in the first level */
.artsoul_skin_01 li.last {
	background-repeat: no-repeat;
	background-position: right top;
	background:url();
}
/* this applies to the link inside the first item of the first level */
.artsoul_skin_01 li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.artsoul_skin_01 li.last a {
	border-right: none;
}
/* this applies to the first/last item of the second (or more) level */
.artsoul_skin_01 ul li.first,
.artsoul_skin_01 ul li.last {
	background-image: none;
	background-color:#FFFFFF;
}

/***************************************************************************
* 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
 */
.artsoul_skin_01 li.hover {

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.artsoul_skin_01 ul li.hover {
	background-color: #BD032E;
	border-bottom-color: #BD032E;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.artsoul_skin_01 a.hover {
	color: #BD032E !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.artsoul_skin_01 ul a.hover {
  	color: #FFFFFF !important;
	background-color: #BD032E;
}


/*****************************************************************************
* 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
 */
.artsoul_skin_01 li.selected {
background:url(img/over_tab2.gif);
background-repeat:no-repeat;

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.artsoul_skin_01 ul li.selected {
background:url();


}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.artsoul_skin_01 a.selected {
	color: #000000;
}

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


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

	background-repeat: no-repeat;
	background-position: 5px 14px;
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.artsoul_skin_01 .hover .arrow {

	background-position: 9px 12px;
}

/* 
 * 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
 */
.artsoul_skin_01 ul .hover .arrow {
	background-image:url(img/arrow_horizontal_white.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;
}
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;
}