/*************************************************************************
* 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
 */
.simpleTop {
	font-family: Myriad, Helvetica, Arial,  sans-serif, Verdana;
	font-size: 11px;
 	font-weight: bold;
	width: 112px;
	
}
/*.simpleTop#bg6 {
background: url(img/tdkNav6.jpg) no-repeat;
width: 90px;
list-style-type: none;
}*/

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simpleTop ul {
	/*border: 1px solid #afafaf;*/
	list-style-type: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simpleTop li {
	/*background-image: url(img/dropNavBG.jpg);*/
	width: 112px;
	/*border: 1px solid #afafaf;*/
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simpleTop ul li {
	background-image: url(img/dropNavBG.jpg);
	background-color: #00cc00;
 	width: 112px;
 	border: none;
}

.simpleTop ul li
 {
/*background-image: url(img/tdkNav6.jpg);*/
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simpleTop a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal; 
	line-height: 24px;
	padding: 0px 0px;
	padding-left: 0px;
	/*border-top: solid 1px #ffffff;
	border-bottom: solid 1px #c0c0c0;*/
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simpleTop ul a {
 	border: none;
 	border-bottom: 1px solid silver;
 	color: #000000;
	font-weight: normal;
	line-height: 24px;
}

/***************************************************************************
* 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
 */
.simpleTop li.hover {
	background-position: 0px 40px !important;
	/*background-image: url(img/tdkNav6.jpg);*/
	background-color: #006838;
}
  
/*.simpleTop#bg6 a.hover   {
	background-position: 0px 40px !important;
	background-image: url(img/tdkNav6.jpg);
	background-color: transparent;
} */
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simpleTop ul li.hover {
  	background-color: #006838;
  	/* background-image: none; */
	/*background-image: url(img/dropdkNav6.jpg);*/
	
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simpleTop a.hover {
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
	background-color: #006838;
	
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simpleTop ul a.hover {
  	color: #ff9900 !important;
	line-height: 24px;
}
/*****************************************************************************
* 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
 */
.simpleTop li.selected {
	background-position: 0px 40px;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simpleTop ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simpleTop a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simpleTop ul a.selected {
	color: #ffffff;
}
/******************************************************************************
* 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
 */
.simpleTop .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 85px center;
}
.simpleTop#bg6 .arrow {
	background-image: url(img/tNav6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 112px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.simpleTop .hover ul .arrow,
.simpleTop ul .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 85px center;
}

.simpleTop#bg6 .hover ul .arrow,
.simpleTop#bg6 ul .arrow {
	background-image: url(img/tNav6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 112px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.simpleTop .hover .arrow {
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
	background-image: url(img/arrow_hover.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
 */
.simpleTop ul .hover .arrow {
	background-image: url(img/arrow.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 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;
}
