a.mitem{
	display: block;
	float: left;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
	background: url(../images/sep.gif) center right no-repeat;
}

#menuh-container
{
	position: absolute;		
	top: 210px;
	left: 275px;
	z-index: 200;
}

#menuh
{
	width: 728px;
	/*float:left;*/
}
		
#menuh a
{	
	/*display: block;*/
}
	
#menuh a:link, #menuh a:visited, #menuh a:active
{
	text-decoration: none;
}
	
#menuh a:hover
{
	text-decoration: none;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover
{

}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{

}

#menuh ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*float:left;*/
}

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

#menuh ul ul
{
	position: absolute;
	top:0;
	left: 0;
	display:none;
	list-style-position: inside;
	z-index: 5;
}

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

div#menuh li:hover
{
	cursor: pointer;
}

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;}

ul.anylinkcss{
	margin-top: 32px !important;
	padding-top: 10px !important;
	width: 230px;
}

ul.anylinkcss li{
	display: block;
	width: 230px;
	background-color: #cccccc;
	border: 1px solid #FB8440 !important;
}

ul.anylinkcss li a{
	display: block;
	background-color: #cecece;
	color: Black;
	text-indent: 5px;
	font-size: 12px;
	font-weight: normal;
}
ul.anylinkcss li a:hover{
	background-color: #e4e4e4;
}

.selected{
	color: #fdfdfd !important;
}

