/* 
///////////////////////////////////////
	NAVIGATION - MAIN MENU
/////////////////////////////////////// */

#menu-container {
	/*	float:left;
	border:1px solid #33CC33;*/
	height: 69px;
	width: 1000px;
	background-image: url(images/menu-bg-6.jpg);
	background-repeat: no-repeat;
}

#menu {
	float: right; 
	width: 650px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
}

#menu ul { 
	list-style-type: none;
}

#menu ul li {
	float: left;
	/*position: relative;*/
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
}

#menu ul li a {
	display: block;
	margin: 0;
	padding: 0 12px 0 12px;
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Hide the sub */
/*
#menu ul li ul 		  { display: none }
*/

/* Show the sub */

#menu ul li:hover ul,
#menu ul li:hover > ul { display: block; position: absolute; }

#menu li ul {
	position: absolute;
	left: -999em;
}

#menu li:hover ul {
	left: auto;
	display: block;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


/* 
///////////////////////////////////////
	NAVIGATION - SUB MENU
/////////////////////////////////////// */

ul.sub-menu {
	z-index: 1000;
	position: absolute;
	left: -999em;
	width: 140px;
	height: auto;
	padding: 8px 0 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	background: #ed1b24;
}

ul.sub-menu li {
	clear: both;
	display: block;
	width: 140px;
	min-width: 140px;
	height: auto; 
	line-height: 1.4em;
}

ul.sub-menu li a {
	color: #ffffff;
	text-decoration: none;
}

ul.sub-menu li a:hover{
	color: #000000;
	text-decoration: underline;
}

ul.sub-menu2 {
	z-index: 1000;
	position: absolute;
	left: -999em;
	width: 185px;
	height: auto;
	padding: 8px 0 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	background: #ed1b24;
}

ul.sub-menu2 li {
	clear: both;
	display: block;
	width: 185px;
	min-width: 175px;
	height: auto; 
	line-height: 1.4em;
}
