/*************************************************************************
* 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
 */
.syac_vert {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
 	font-weight: normal;
 
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.syac_vert ul {
	font-weight: normal;
	font-size: .9em;
	background: url(img/neutral_2lvl.png) repeat;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
/*.syac_vert ul ul {
	border: 1px solid #FFFFFF;
}
*/
/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.syac_vert li {
	/*background-color: #e2001a;*/
	width: 180px;
	margin: 0;
	padding:5px 10px;	
    background: url(img/neutral.png) repeat left top;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.syac_vert ul li {
	width: 220px;
	margin: 0px ;
	border: 0px solid #FFFFFF;
	padding:0;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.syac_vert ul ul li {
	width: 220px;
	margin: 0px ;
	border: 0px solid #FFFFFF;
	padding:0;
}


/*
 * specific to interakt_blue skin only
 * Applies to the first item of third (or more) level
 */
.syac_vert ul ul li.first {
	border-top: 0px solid #FFFFFF;
}

/*
 * specific to interakt_blue skin only
 * Applies to the last item of third (or more) level
 */
.syac_vert ul ul li.last {
	border-bottom: 0px solid #ffffff;
}

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

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.syac_vert ul a {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 0px 0px 0px 10px ;
	line-height: 15px;
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.syac_vert ul ul a {
	border: none;
	padding-left: 10px;
}

/*****************************************************************************
* 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
 */
.syac_vert li.selected {
	/*background-color: #CCCCCC;*/
	background: url(img/selected.png) repeat;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.syac_vert ul li.selected {
    
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.syac_vert ul a.selected {
	font-weight: normal;
	color: #000;
}


/***************************************************************************
* 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
 */
.syac_vert li.hover {
	background: url(img/hover.png) repeat;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.syac_vert ul li.hover {
	/*background-color: #FF0000;*/
	background: url(img/hover.png) repeat;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.syac_vert a.hover {
	color: #000;
	font-weight: normal;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.syac_vert ul a.hover {
	color: #000;
	font-weight: normal;
}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.syac_vert ul ul li.hover {
	background: url(img/hover.png) repeat;
}

/******************************************************************************
* 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
 */
.syac_vert .arrow {
	background-image: url(img/pos2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.syac_vert .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
 */
.syac_vert 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.vertical {
	clear: both;
    margin-bottom: 20px;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 10px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical 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;
}