/* RadMenu HPH2009 skin 
#####################################################
©2008 Alle Rechte vorbehalten 
Marcus Köhler mjkoehler@gmail.com
#####################################################
*/
.RadMenu_HPH2009
{
	background:  white ;
	line-height: 69px;
}
div.RadMenu_HPH2009 .rmRootGroup
{
	margin: 0;
            padding: 0;
	}
div.RadMenu_HPH2009 .rmItem .rmLink .rmLeftImage,
        div.RadMenu .rmItem .rmLink,
        div.RadMenu .rmLink .rmText
        {
            margin: 0;
            padding: 0;
        }
       

	
.RadMenu_HPH2009 .rmLink
{
	Text-decoration: none;
	font-size:12px;
	/*line-height: 40px;*/
	color:#333333;	
	border-bottom: solid 1px #cccccc;
	cursor: hand;
}
.RadMenu_HPH2009 .rmLink:hover,
.RadMenu_HPH2009 .rmFocused,
.RadMenu_HPH2009 .rmExpanded
{
	background:  white ;
	cursor: hand;
}
.RadMenu_HPH2009 .rmText
{
	color: black;
	font-family: Arial;
	/*padding: 2px 6px;background-color: transparent;*/
	background:  white ;
	Text-align: left;
	  
}
.RadMenu_HPH2009 .rmLink:hover .rmText,
.RadMenu_HPH2009 .rmFocused .rmText,
.RadMenu_HPH2009 .rmExpanded .rmText
{
	 /*background-color: #D8EFAB;
	 background-color:White;  */
}

.RadMenu_HPH2009 .rmGroup .rmLink .rmText
{
	
margin: 0;
padding-left: 10px;

	 
    }

.RadMenu_HPH2009 .rmGroup .rmLink:hover .rmText
{
	background-color:#eaeaea;

	 
    }
 .RadMenu_HPH2009 .rmGroup .rmText,
 .RadMenu_HPH2009 .rmGroup .rmFocused .rmText,
.RadMenu_HPH2009 .rmGroup .rmExpanded .rmText
{	
		
	/*padding: 3px 20px 3px 20px;*/
	color: #000000;
	background-color:White;
}      
.RadMenu_HPH2009 .rmGroup .rmLink
{
    background-color:White;
	/*line-height: 30px;*/
	Text-align: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*IE*/
  -moz-opacity: 0.9;  /*FireFox*/
}
.RadMenu_HPH2009 .rmGroup .rmLink:hover,
.RadMenu_HPH2009 .rmGroup .rmFocused,
.RadMenu_HPH2009 .rmGroup .rmExpanded
{
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); IE*/
    /*-moz-opacity: 0.6;FireFox*/
    
    
}

.RadMenu_HPH2009 .leftArrow,
.RadMenu_HPH2009 .rightArrow,
.RadMenu_HPH2009 .topArrow,
.RadMenu_HPH2009 .bottomArrow,
.RadMenu_HPH2009 .leftArrowDisabled,
.RadMenu_HPH2009 .rightArrowDisabled,
.RadMenu_HPH2009 .topArrowDisabled,
.RadMenu_HPH2009 .bottomArrowDisabled
{
	border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #d7e9ff url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_HPH2009 .topArrow,
.RadMenu_HPH2009 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_HPH2009 .bottomArrow,
.RadMenu_HPH2009 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_HPH2009 .rightArrow,
.RadMenu_HPH2009 .leftArrow
{
	height:100%;
}
.RadMenu_HPH2009 .rightArrow,
.RadMenu_HPH2009 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}
.RadMenu_HPH2009 .vertical .separator .rmText
{
	padding-top: 3px;
	background: white url('img/Separator.gif');
	font-size: 1px;
}
.RadMenu_HPH2009 .rmGroup .level2
{
	background: transparent;
}
.RadMenu_HPH2009 .rmGroup .level2 .rmLink
{
	line-height: 30px;
}
.RadMenu_HPH2009 .rmGroup .level2 .first .rmLink,
.RadMenu_HPH2009 .rmGroup .level2 .first .rmLink:hover,
.RadMenu_HPH2009 .rmGroup .level2 .first .rmFocused,
.RadMenu_HPH2009 .rmGroup .level2 .first .rmExpanded
{
	line-height: 30px;
}
.RadMenu_HPH2009 .rmGroup .level2 .first .rmLink .rmText
{
	margin-left: 0px;
}
.RadMenu_HPH2009 .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right 6px;
}

.RadMenu_HPH2009 .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left 6px;
}

.RadMenu_HPH2009 .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_HPH2009 .rmGroup .rmFocused .rmExpandRight,
.RadMenu_HPH2009 .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_HPH2009 .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_HPH2009 .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_HPH2009 .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

