/*
 * Menu container settings
 * Applies to the first level menu container
 */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	

}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menu ul {

	
}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu containers
 */
.menu ul ul {
	font-weight:normal;

}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.menu li {
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	margin-right:8px;
	border:1px solid #CCCCCC;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.menu ul li {
	border:0px;
	color:#333333;
	margin:0px;
	background-image:none;
	padding:1px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:10px;
	width:232px;
	background-color:#FFFFFF;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li {
	border:0px;
	color:#333333;
	background-image:none;
	padding:1px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:10px;
	width:232px;
}


/*
 * specific to menu skin only
 * Applies to the first item of third (or more) level
 */
.menu ul li.first {
	padding-top: 1px;
}

/*
 * specific to menu skin only
 * Applies to the last item of third (or more) level
 */
.menu ul li.last {
	padding-bottom: 1px;
}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.menu a {
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	padding:0px 6px 0px 6px;
	border:1px solid #FFFFFF;
	color:#333333;
}

.menu li.hover {
	background-image:none;
	background-color:#FF9900;
	color:#FFFFFF;
}
.menu a.hover {
	color:#FFFFFF;
	text-decoration:none;
}

.menu ul{
	border:1px solid #CCCCCC;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0px;
	text-align: left;
	line-height:normal;
	padding: 2px 2px 2px 16px;
	line-height:20px;
	border-left:15px solid #333333;
	background-image:none;
	padding-right:18px;
}


/*
 * specific to menu skin only
 * Applies to links located in the third (or more) level menu items
 */
.menu ul ul a {
	border: 0px;
	padding: 2px 2px 2px 16px;
	line-height:20px;
	border-left:15px solid #333333;
	background-image:none;
	padding-right:18px;
}

/*****************************************************************************
* 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
 */
.menu li.selected {

}

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

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.menu a.selected {
}


/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menu ul a.selected {

}


/***************************************************************************
* 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
 */
.menu li.hover {
	/*background-color: #FF9900 !important;*/

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
 
.menu ul li.hover,  .menu ul a.hover{
	background-color: #FFFFFF;
	color:#FF9900;
	font-weight:bold;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menu a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a.hover {

}


/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li.hover {

}

/******************************************************************************
* 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
 */
.menu ul .arrow {
	background-image: url(../images/arrow.gif);
	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
 */
.menu .hover ul .arrow,
.menu ul .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menu .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
 */
.menu ul .hover .arrow {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*************************************************************************
* 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;
	float:left;
	position:relative;
}
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;
	width:auto;
}
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;
}
