


/*******************************************************************************
 NAVIGATION
*******************************************************************************/

div#navigation {
	background			: #F48801;
	width				: 625px;
	}
	
div#navigationContent {
	height				: 68px;
	width				: 625px;
	}
	
	
/*******************************************************************************
 DROP DOWN MENU
*******************************************************************************/		
	
#menu {
	margin-left			: 0px;
	}

#menu a {
	display				: block;
	text-decoration		: none;
	white-space			: nowrap;
	/* Opacity % */	
	filter				: alpha(opacity=66);
	-moz-opacity		: .66;
	opacity				: .66;
	}
	
#menu ul li a {
	color				: #ffffff;
	font-size			: 1.00em;
	font-weight			: bold;
	height				: 23px;
	line-height			: 2.3em;
	padding				: 45px 8px 0px 8px;
	}
		
#menu ul li a:hover {
	color				: #FFFFFF;
	background-color	: #000000;
	}		

#menu ul ul li a {
	color				: #FFFFFF;	
	background			: #000000;
	border-bottom		: 1px solid #444444;
	font-size			: 0.7em;
	font-weight			: normal;
	height				: 20px;
	line-height			: 2em;
	padding				: 0px 8px 0px 8px;
	}

#menu ul ul li a:hover{
	color				: #000000;
	background			: #FFFFFF;
	}

#menu ul {
	float				: left;
	list-style			: none;
	margin				: 0px;
	width				: 115px;
	}

#menu li {
	margin				: 0px;
	position			: relative;
	}
	
#menu ul ul {
	display				: none;
	position			: absolute;
	top					: auto;
	z-index				: 500;	
	}
		
#menu ul ul ul {
	left				: 100%;
	top					: 0;
	}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover {
	cursor				: pointer;
	z-index				: 100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul {
	display				: none;
	}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul {
	display				: block;
	}
/*******************************************************************************
 Tap MENU
*******************************************************************************/


div#tabNavigation {
	/* background		: #F48801;*/
	background			: #FFFFFF;
	width				: 500px;
	margin-left			: 0px;
	}
	
#tabmenu {
	margin-left			: 0px;
	color				: #F48801;
	text-align:left;
	}

#tabmenu a {
	color				: #999999;
	/* background-image	: url(../images/tab.gif);*/
	background-repeat	: no-repeat;	
	text-align			: left;
	font-size			: 1.00em;
	font-weight			: bold;
	height				: 23px;
	line-height			: 2.3em;
	padding				: 0px 4px 0px 4px;
	font-family			: Geneva,Arial,Helvetica,sans-serif;
	}

#tabmenu a.current {
	color				: #000000;
	/* background-image	: url(../images/tab_over.gif);*/
	background-repeat	: no-repeat;	
	text-align			: center;
	font-size			: 1.00em;
	font-weight			: bold;
	height				: 23px;
	line-height			: 2.3em;
	padding				: 0px 4px 0px 4px;
	font-family			: Geneva,Arial,Helvetica,sans-serif;	
	}
		
#tabmenu a:hover {
	color				: #FFFFFF;
	background-color	: #F48801;
	/* background-image	: url(../images/tab_over.gif); */
	background-repeat	: no-repeat;
	text-decoration		:none;
	}		
