@charset "utf-8";
/* CSS Document */

#menuh_right_bg {
	background: url(../images/menu_right_corner-bg.png) no-repeat right;
	float:left;
	width:100%;
}
#menuh_left_bg {
	background: url(../images/menu_left_corner-bg.png) no-repeat left;
	float:left;
	height: 40px;
	padding-left: 15px;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	
	}

/*
|------------------------------------------------------------
| modified by JOJ 082609 <--BEGIN-->
|------------------------------------------------------------
*/

/*
#menuh
	{
	background: url(../images/menu-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	}
*/
#menuh{
	background: url(../images/newlayout/nav_menu.gif) repeat-x;
	font-family:"Trebuchet MS";
	font-size:10px;
	float:left;
	padding:0px 0px 0px 0px;
	width:100%;
	margin:0 auto 0 auto;
	height:33px;
	/*border:1px solid #FFFF00;*/
}

#menuh_cc {
	width:900px;
	margin:auto;
	height:30px;
}
/*
|------------------------------------------------------------
| modified by JOJ 082609 <--END-->
|------------------------------------------------------------
*/
		
#menuh a
	{
	color: #FFFFFF;
	display:block;
	margin:0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{	
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	text-decoration: none;
	}	

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		padding: 0;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0 2px 0 2px;
	float:left;
		
	/* width:5em; width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#menuh a.top_menu div { /* menu text container (top menu only)*/
	clear: both;
	padding: 6px 10px 6px 20px;
	text-align: left;
	white-space: nowrap;
}
#menuh a.top_parent div { /* menu text container (top parent menu only)*/
	background-color: none;
	background-image: url(../images/x_navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#menuh a.first_menu {
	border-left: none ! important;
}
#menuh a.top_menu:link, #menuh a.top_menu:visited, #menuh a.top_menu:active	{
	border-left: solid 1px #222;
	font-family: 'Tw Cen MT Condensed', 'Tw Cen MT Condensed Extra Bold';
	/*font-size: 22px;*/
	height:32px;
	
}

/*
|-----------------------------------------------
|---------- modified by JOJ <BEGIN>--------------
|-----------------------------------------------
*/
#menuh a.top_menu:hover {
	background-color:#444;
	/*background: url(../images/menu_highlight-bg.png) no-repeat center top;*/
	/*background-color: #ff0000 ! important;*/
}
/*
|-----------------------------------------------
|---------- modified by JOJ <END>--------------
|-----------------------------------------------
*/

#menuh a.current {
	background: url(../images/menu_highlight-bg.png) no-repeat center top;
}

/*
|-----------------------------------------------
|---------- modified by JOJ <END>--------------
|-----------------------------------------------
*/

#menuh ul ul li a { /* Sub menus styles */
	background-color: #222;
	border-bottom: solid 1px #333;
	color: #ccc ! important; 	
	
	padding: 0.3em;
	padding-left: 20px;
	
	width: 12.5em;
	
	font-family:"Trebuchet MS";
	font-size:14px;
}

/*
|-----------------------------------------------
|---------- modified by JOJ <END>--------------
|-----------------------------------------------
*/

#menuh ul ul li a:hover {
	color: #FFFFFF ! important;
	background-color: #444;
}
