/*************************************************************************
* 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
 */
 
#top_menu{
background-image:url(../images/menu.gif);
background-repeat:repeat-x;
height:32px;

}

#menu{
text-align:center;


}
#top_menu .menu {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
    margin-top:6px;
	}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
#top_menu .menu ul {
	font-size:11px;
	font-weight:normal;

	}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
#top_menu .menu li {
	background-image: none;
	text-transform:none;
	background-color:#4b4b4b;
	}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
#top_menu .menu ul li {
	margin: 0px;
	color:#fff;
	background-image:none;
	background-color:#4b4b4b;
	width:160px;
	border:solid #000 1px;
	
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
#top_menu .menu a {
	text-decoration: none;
	color: #fff;
	line-height: 26px;	
	cursor: pointer;
	padding:0px 43px 0 43px;
	
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
#top_menu .menu ul a {
background-image:none;
color:#fff;
line-height:18px;
padding:0px 10px;
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
 */
#top_menu .menu li.hover {

		
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
#top_menu .menu ul li.hover {
	background:#000;
	background-image:none;
	margin: 0px;
	color:#fff;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
#top_menu .menu a.hover {
	color:#fff !important;
	text-decoration:none; 	
	line-height: 26px; 
	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
#top_menu .menu ul a.hover {
  	color:#fff !important;
	background-image:none;
	line-height:18px; 
	padding:0 10px 0 10px;
	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
 */
#top_menu .menu li.selected {
	color:#fff !important;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
#top_menu .menu ul li.selected {
	color:#fff !important;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
#top_menu .menu a.selected {
	color:#fff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
#top_menu .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
 */
#top_menu .menu .arrow {
	background-image:url(../images/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position:center 9px;
	}


/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
#top_menu. menu .hover ul .arrow,
#top_menu .menu ul .arrow {
	background-position:right;
	margin-right:8px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
#top_menu .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
 */
#top_menu .menu ul .hover .arrow {
	 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;
	width: auto !important;
}