﻿/********************
	Lavalamp
********************/
li.back {
	width: 9px;
	height: 2px;
	z-index: 8;
	position: absolute;
	bottom: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F3FDFF;
	list-style: none;
}

li.rmItem a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 0px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	overflow: hidden;
	border: none;
}

.rmRootGroup, .RadMenu, .rmFirst
{
	position: relative;
}


.rmItem li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
	border: none;
}

.subSubMenu_Item
{
    min-width:100%;
    max-height:21px;
    font-family:Lucida Sans Unicode, Lucida Grande;
    font-size:11px;
    font-weight:normal;
    color:#000000 !important;
    line-height:21px;
    text-align:center;
}

.subSubMenu_Item:hover
{
    font-family:Lucida Sans Unicode,  Lucida Grande;
    font-size:11px;
    font-weight:bold;
    color:#000000 !important;
    line-height:21px;
}

.subSubMenu_ActiveItem
{
    max-height:21px;
    min-width:100%;
    background-color:#FFFFFF;
    font-family:Lucida Sans Unicode;
    font-size:11px;
    color:#000000 !important;
    line-height:21px;
}

.subSubMenu_ItemLeftImg
{
    min-width:7px;
    max-height:21px;
    background-image:url(/Common/Img/subsubmenuleft.png);
}

.subSubMenu_ItemRightImg
{
    min-width:7px;
    max-height:21px;
    background-image:url(/Common/Img/subsubmenuright.png);
}

.subSubMenu_ItemSeparator
{
    padding-top:5px;
}