/*************************************************************************
* 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
 */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform:none;
	text-align:center;
	min-width: 200px;
	font: 200;
	}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menu ul {
	font-size:12px;
	font-weight:normal;
	text-indent: 1px;
	}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.menu li {
	background-image: none;
	text-transform:none;
	padding-right: 2px;
	}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.menu ul li {
	margin: 0px;
background: #ebeef8;

		filter:alpha(opacity=90);
	-moz-opacity:.90;opacity:.90;
	
}

/*
 * 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;
	color: #333333;
	line-height: 40px;	
	cursor: pointer;
	padding: 0 2px 0 2px;
	background: url(../images/horiz_l.png) bottom left repeat-x;
	width: 125px;
	text-align: center;

}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a {
background-image:none;
color:#333333;
line-height:30px;
padding: 0px 2px;
text-decoration:none;
letter-spacing: 0px;
text-align: left;
}


/***************************************************************************
* 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 {
	padding-right: 2px;
	

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.menu ul li.hover {
	background:#9BABD9;
	background-image:none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menu a.hover {
	color:#ffffff !important;
	background: url(../images/horiz_l_h.png) bottom left no-repeat;
	text-decoration:none; 	
	line-height: 40px; padding-bottom: 0px;
	text-shadow: #4169e1;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a.hover {
  	color:#ffffff !important;
	background-image:none;
	line-height:30px; 
	padding:0px 2px;
	text-decoration: none;
	
}

/*****************************************************************************
* 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 {
	color:#d6d6d6;
	font-weight: bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menu ul a.selected {
	color: #fff;
	}


/******************************************************************************
* 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 .arrow {
	/* background-image:url(img/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 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 {
	background-image:url(img/arrow_sub.png);
	background-position:right;
	margin-right:8px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menu .hover .arrow {
	/* background-image:url(img/white_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
 */
.menu ul .hover .arrow {
	 background-image:url(img/arrow_sub.png); 
	 background-position:right;
	 margin-right:8px;
	
}
/*************************************************************************
* 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;
}