@charset "utf-8";


/**********************    menu    *****************************/

/* 
///////////////////////////////////////
	NAVIGATION - MAIN MENU
/////////////////////////////////////// */

#menu-container {
	float:left;
	height: 33px;
	width: 960px;
	background: #eaeaea url(images/menu-bg.gif) no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}

#menu {
	float: left; 
	width: 670px;
	text-align: left;
	padding: 2px 0 0px 0;
	font-size: 14px;
	background-position:bottom;
	height:33px;
	margin-left:8px;
}

#menu ul { 
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
}

#menu ul li {
	float: left;
	width: auto;
	line-height: 1.9em;
	font-size:13px;
}

#menu ul li a {
	display: block;
	padding: 0 5px 0 5px;
	color: #333333;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #000000;
	background: #dedfdf bottom no-repeat;
	text-decoration: none;
/*	display: block;*/
}

/* Show the sub */

#menu ul li:hover ul,
#menu ul li:hover > ul { display: block; position: absolute; }

#menu li ul {
	position: absolute;
	left:-999px;
}

#menu li:hover ul {
	left: auto;
	/*display: block;*/
	/*border:1px solid #FF33CC;*/
}

#menu li.first{
	border-left:0px;
}

#menu li.header-all{
	border-left:1px solid #dcdcdc;
}
/*
#menu ul:hover .header-all li {
	clear:both;
	visibility:visible;
	display:block;
	border:1px solid #00CC00;*/
	


#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


#menu header-all.li{
	float: left;
	margin: 4px 0 5px 0;
	position: fixed;
	/*width:130px;*/
}


/* 
///////////////////////////////////////
	NAVIGATION - SUB MENU
/////////////////////////////////////// */

ul.sub-menu {
left:-999em;
	z-index: 10000;
	position: absolute;
	width: 135px;
	height: auto;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	background: #eaeaea repeat-y;
	
}

ul.sub-menu li {
	clear:both;
	display: block;
	height: auto; 
	line-height: 1.4em;
	background: #eaeaea;
}

ul.sub-menu li a {
	color: #ffffff;
	text-decoration: none;
	width:119px;
	
}

ul.sub-menu li a:hover{
	color: #000000;
	width:124px;
	background-color: #dedfdf;
}

ul.sub-menu2 {
	z-index: 10000;
	/*position: absolute;*/
	left: -999em;
	width: 185px;
	height: auto;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	background: #eaeaea repeat-y;
}

ul.sub-menu2 li {
	clear: both;
	display: block;
	width: 185px;
	height: auto; 
	line-height: 1.4em;
	background: #eaeaea;
	/*border-bottom:1px solid #dcdcdc;*/
} 

ul.sub-menu2 li a {
	color: #ffffff;
	text-decoration: none;
	width:175px;
}  

ul.sub-menu2 li a:hover{
	color: #000000;
	width:175px;
	background-color: #dedfdf;
}   
/* Support for the "iehover-fix.js" */

*  ul.sub-menu2 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

*  ul.sub-menu iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
   

/*** footer styling ***/
