/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
	border: none;
	padding-left: 8px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	margin: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
 	width: auto;
 	border: none;
}

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

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
 	border: none;
 	color: #FF9900;
	line-height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(../images/header_menu_bot.jpg) top repeat-x #333333;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
}

/***************************************************************************
* 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
 */
.simple li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
	background: url(../images/header_menu_top_over.jpg) top repeat-x #CCCCCC;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
	background: url(../images/header_menu_bot_over.jpg) top repeat-x #333333;
}
/*****************************************************************************
* 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
 */
.simple li.selected {
}

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

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	background: url(../images/header_menu_top_over.jpg) repeat-x #CCCCCC;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	background: url(../images/header_menu_bot_over.jpg) repeat-x #333333;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.simple .arrow {
	background: none;
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.simple .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
 */
.simple ul .hover .arrow {
}

/*************************************************************************/

div.tab {
	clear: both;
	margin-top: 31px;
	margin-left: 155px;
}
div.tab br {
	clear: both;
}
div.tab ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.tab li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.tab li img {
	border: none;
}
div.tab a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tab ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
	float: left;
}
div.tab ul li ul li ul {
	display: none;
}
div.tab ul li ul li {
	padding-left: 8px;
	padding-right: 2px;
	float: left;
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
