﻿.sub_tab_menu
{
	position:absolute; 
	top: 125px;
	left: 0px;
	display: inline;
	width: 996px;
	height: 29px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	list-style: none;
	text-align:left;
	z-index:999;
	background-position: left bottom;
	background-repeat : repeat-x;
	font-size: 11px;
}

.sub_tab_menu ul{
 margin: 0px;
 padding: 0px;
}

.sub_tab_menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.root_item
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 3px 7px 3px 3px;
	z-index: 999;
	background-position: right top;
	background-repeat: repeat-y;
}

.root_item a {
	display: block;
	float: none;
	text-decoration: none;
	padding: 2px 10px 2px 3px;
	/*margin-right:3px;*/
}

.root_item a.root_item_arrow
{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.root_item a.root_item_arrow:hover
{
	
}

.dd_item
{
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 250px;
	z-index: 999;
}

.dd_item a 
{
	text-decoration: none;
	margin-left: 8px;
	margin-right: 7px;
	padding: 2px 5px 2px 5px;
	width: 220px;
}

.dd_item li
{
	display: inline;
}

.dd_item iframe
{
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:249px;/*must have for any big value*/
	height:800px/*must have for any big value*/;
}

/*.selectFree {
  display: none; 
  font: 10px Verdana; 
  z-index: 2000; 
  background : #C1DAF0;  
  width: 200px
}*/

a.sub_tab_parent
{
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.dd_item .dd_item{
	margin: -20px 0 0 235px;
}

.top_image
{
	position: relative;
	overflow:hidden;
	height: 3px;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 999;
	
}

.middle_image
{
	position: relative;
	height: auto;
	padding: 4px 0px 6px 0px;
	background-position: left top;
	background-repeat: repeat-y;
	z-index: 999;
}

.buttom_image
{
	position: relative;
	overflow:hidden;
	height: 3px;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index:998;
	
}

.menu_dividerline
{
	height: 4px;
	padding: 0px;
	margin: 5px;
	overflow:hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

.menu_item a:hover
{

}

.menu_item:hover,
.menu_item:hover .menu_item
{	
	left: auto;
	min-height:1px; /* IE7 hover trigger */
}

.menu_item:hover .menu_item .menu_item
{
	left: -999em;
	min-height:1px; /* IE7 hover trigger */
}

.menu_item .sub_tab_parent:hover .menu_item
{
	left: auto;
	background-attachment: fixed; /* IE7 needs something for the hover to work */
	/* IE7 needs a change */
}

.menu_item .sub_tab_parent:hover .menu_item .menu_item
{
	left: -999em;
	min-height:1px; /* IE7 hover trigger */
}

.menu_item .menu_item .menu_item .sub_tab_parent:hover .menu_item
{
	left: auto;
	background-attachment:scroll; /*IE7 needs something for the hover to work */
	/* IE7 needs a change */
}