ul.rMenu,
ul.rMenu ul,
ul.rMenu li,
ul.rMenu a
{
	display: block;	
	margin: 0;
	padding: 0;
}

ul.rMenu,
ul.rMenu li,
ul.rMenu ul
{
	list-style: none;	
}
ul.rMenu ul
{
	display: none;		/* hide the sub-menus until needed */
}
ul.rMenu li
{
	position: relative;	
	z-index: 1;
}

ul.rMenu li:hover
{
	z-index: 999;		/* make sure this and any sub-menus that pop 
						   appear above everything else on the page */
}
ul.rMenu li:hover > ul
{
	display: block;		/* show the sub-menu */
	position: absolute;
}

ul.rMenu-hor li
{
	float: left;
	width: auto;
}
ul.rMenu-hRight li
{
	float: right;
}
ul.rMenu-ver li
{
	float: none;	
}
ul.rMenu-ver, ul.rMenu-ver ul
{
	width: 10em;	
}
ul.rMenu-wide
{
	width: 100%;
}
ul.rMenu-vRight
{
	float: right;	/* use this to float a vertical menu right. */
}
ul.rMenu-lFloat
{
	float: left;	/* use this to float a vertical menu left. */
}
ul.rMenu-noFloat
{
	float: none;	
}

div.rMenu-center ul.rMenu
{
	float: left;
	position: relative;
	left: 50%;
}
div.rMenu-center ul.rMenu li
{
	position: relative;
	left: -50%;
}
div.rMenu-center ul.rMenu li li
{
	left: auto;
}

ul.rMenu-hor ul
{
	top: auto;		
	right: auto;
	left: auto;		
	margin-top: -1px;
}

ul.rMenu-ver ul
{
	left: 60%;
	right: auto;
	top: auto;
	margin-top: -0.5em;	
}

ul.rMenu-vRight ul,
ul.rMenu-hRight ul.rMenu-ver ul,
ul.rMenu-dRight,
ul.rMenu-dRight ul
{
	left: -60%;
	right: auto;
	top: auto;
	margin-top: -0.5em;	
}

ul.rMenu-hRight ul
{
	left: auto;
	right: 0;		
	top: auto;
	margin-top: -1px;
}

ul.rMenu li a
{
	border: solid 1px #99f	/* border around all anchor tags */
}

ul.rMenu-hor li
{
	margin-bottom: -1px;	
	margin-left: -1px;
}

ul.rMenu-hor
{
	padding-left: 1px ;	
}
ul.rMenu-ver li
{
	margin-left: 0;
	margin-top: -1px;
}

ul.rMenu-ver
{
	border-top: solid 1px #fff;	
}

ul.rMenu li a
{
	padding: 2px 5px 3px;
}

ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{
	text-decoration: none;
}

ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active
{
	color: #fff;
	background-color: #c00;
}

ul.rMenu li
{
	background-color: #ddf;	
}

ul.rMenu li:hover,
ul.rMenu li.sfhover
{
	background-color: #eda;	
}

ul.rMenu li a:hover
{
	background-color: #ffc;
}

ul.rMenu li.rMenu-expand a,
ul.rMenu li.rMenu-expand li.rMenu-expand a,
ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a
{
	padding-right: 25px;
	background-image: url("expand-right.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

ul.rMenu-vRight li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a
{
	padding-right: 5px;
	padding-left: 20px;
	background-image: url("expand-left.gif");
	background-repeat: no-repeat;
	background-position: -5px 50%;
}

ul.rMenu-hor li.rMenu-expand a
{
	padding-left: 5px;	
	padding-right: 15px;
	background-image: url("expand-down.gif");
	background-position: 100% 50%;
}

ul.rMenu li.rMenu-expand li a,
ul.rMenu li.rMenu-expand li.rMenu-expand li a,
ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a
{
	background-image: none;
	padding-right: 5px;	
	padding-left: 5px;	
}

* html ul.rMenu
{
	display: inline-block;	
	display: block;	
	position: relative;
	position: static;
}

* html ul.rMenu ul
{
	float: left;
	float: none;
}

ul.rMenu ul
{
	background-color: #fff;	
}

* html ul.rMenu-ver li,
* html ul.rMenu-hor li ul.rMenu-ver li
{
	width: 100%;
	float: left;
	clear: left;
}

*:first-child+html ul.rMenu-ver > li:hover ul
{
	min-width: 0;
}

ul.rMenu li a
{
	position: relative;	
	min-width: 0;
}

* html ul.rMenu-hor li
{
	width: 6em;	
	width: auto;	
}

* html div.rMenu-center
{
	position: relative;
	z-index: 1;
}

html:not([lang*=""]) div.rMenu-center ul.rMenu li a:hover {
	height: 100%;	/* for Netscape 6 */
}
html:/* */not([lang*=""])  div.rMenu-center ul.rMenu li a:hover {
	height: auto;	/* reset for Netscape 7 and better */
}

* html ul.rMenu ul
{
	display: block;
	position: absolute;
}

* html ul.rMenu ul,
* html ul.rMenu-hor ul,
* html ul.rMenu-ver ul,
* html ul.rMenu-vRight ul,
* html ul.rMenu-hRight ul.rMenu-ver ul,
* html ul.rMenu-hRight ul
{
	left: -10000px;
}

* html ul.rMenu li.sfhover
{
	z-index: 999;
}

* html ul.rMenu li.sfhover ul
{
	left: auto;
}

* html ul.rMenu li.sfhover ul ul,
* html ul.rMenu li.sfhover ul ul ul
{ 
	display: none;
}

* html ul.rMenu li.sfhover ul,
* html ul.rMenu li li.sfhover ul,
* html ul.rMenu li li li.sfhover ul
{
	display: block;		
}

* html ul.rMenu-ver li.sfhover ul
{
	left: 60%;
}

* html ul.rMenu-vRight li.sfhover ul,
* html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul
{
	left: -60%;	
}

* html ul.rMenu iframe
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix
{
	min-width: 0;	
	display: inline-block;
	display: block;	
}

* html .clearfix
{
	height: 1%;
}
