/*#side p {padding:10px 10px 0 10px; line-height:1.5em; font-size:.9em; margin:0;}
Set up the containing div with a background image
#side {float: left; width:138px; height:200px; background:#fff url(lips.jpg); border:1px solid #000; position:relative; color:#000;}
*/

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu {margin:10px 15px 15px 10px;}
.menu, .menu ul {list-style-type:none; padding:0; margin:0;width:100%;}



/* for IE7 to position the tables correctly */
.menu {position:relative; float:left}
/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {background:#B7ADAD; width:99%; height:24px; margin:2px 0 0 0; border:1px solid #EBB52F;}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menu li.sub {background:#EC9342;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table, .menu ul ul table {border-collapse:collapse; width:0; height:0; position:absolute; bottom: 0; top:auto; left:0; font-size:1em;}
.menu ul table, .menu ul ul ul table {top:5px; bottom:auto;}

/* Default link styling */
.menu li a {display:block; color:#000; font-family:arial, sans-serif; font-size:0.8em; line-height:24px; width:100%; text-decoration:none; text-indent:10px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {color:#ff0; background:#923229;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu :hover > a {color:#ff0; background:#923229;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul {position:absolute;left:-9999px; width:7em;}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
.menu :hover ul {padding:9px 3px; left:10em; bottom:0; background:transparent; /*url(transparent.gif*/); padding-top:8px;}
.menu :hover ul :hover ul {padding:9px 3px; left:80%; top:auto; top:-5px; bottom:auto;}
.menu :hover ul :hover ul :hover ul {padding:9px 3px; left:80%; bottom:0; top:auto;}

rlist
#rlist {display:block;}
#rlist ul {margin:5px; padding:0; list-style-type:none;}
#rlist li {display:block;}
#rlist a {display:block; padding-top:2px; color:#000; text-decoration:none; text-align:center; text-transform:uppercase; color:#EBB52F; font-size:0.8em; font-weight:bold;}
#rlist a:hover {background-position:top right; z-index:50; color:#fff;}

