* { margin:0; padding:0;}
body,td,th { margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040; text-align:left;
}

.menu { background:url(../img/menu_bg.gif) repeat-x bottom; height:54px;}
*html .menu { background:url(../img/menu_bg.gif) repeat-x bottom; height:54px; }

#parent_top { background:url(../img/str_white.gif) right center no-repeat;}


/* Begin CSS Drop Down Menu */

/*  common div if user logged in */
*html #menuh-container_login{
	position:absolute;
	margin:3px 0 0 10px;
	width: 1100px;
}
#menuh-container_login{
	position:absolute;
	margin:-15px 0 0 10px;
	width: 1100px;
}

/* main menu  */
*html #menuh-container {
	position:absolute;
	margin:22px 20px 0 10px;
	width: 640px;
}

#menuh-container {
	position:absolute;
	margin:6px 0 0 10px;
	width: 640px;
}

/* for user menu */
/**html #cp-container	{
	position:absolute;
	margin:3px 0 0 950px;
	width: 160px;}

#cp-container	{
	position:absolute;
	margin:6px 0 0 950px;
	width: 160px;
}
#cp-container_login	{
	position:absolute;
	margin:-15px 0 0 950px;
	width: 160px;
}
*html #cp-container_login	{
	position:absolute;
	margin:3px 0 0 950px;
	width: 160px;
}*/

#menuh
	{
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
/* 		width:100%; */
		float:left;
	}

#menuh a
	{
	text-align: left;
	display:block;
	padding: 8px;
	}

#menuh ul ul li
{
	border-right:#444444 1px solid;
 	border-bottom:#444444 1px solid;
}

#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;*/
	text-decoration:none;

	}

#menuh a:hover	/* menu at mouse-over  */
	{
		color: white;
		background-color:#000000;
	}


#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
	{
	background:url(../img/str_white.gif) no-repeat;
	background-position: 97% 60%;
	border-right:#ffffff 1px solid;
	height:15px;
	/*background-image: url(../img/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	}



#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background:url(../img/str_r_white.gif) no-repeat;
	background-position: 95% 50%;
	/*background-image: url(../img/nav_white.gif);
		background-position: right center;
	background-repeat: no-repeat;*/
	}

#menuh a.parent:hover { background:url(../img/str_r_white_bl.gif) no-repeat; background-position: 95% 50%; background-color:#000000; }

#menuh ul li ul li {background:#393939;}

#menuh ul
	{
	list-style:none;
	float:left;
	width:150px;	/* width of all menu boxes */
	}

#menuh ul li
	{
	background:url(../img/menu_list_bg.gif) repeat-x top;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:900;
	top:auto;
	display:none;
	padding: 10px;
	margin:-10px 0 0 -10px;
	}

#menuh ul ul ul
	{
		top:0;
		left:100%;
		z-index:900;
	}

#menuh ul ul
	{
		z-index:900;
	}

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 */