/* ------------------- Top Green Menu Right Side ----------------------*/
#topgreenmenu_right 
{
	width:650px; height:24px;
	background-color: #629080;
	line-height:22px;
	float:right; /* Justify the menu LR */
	}
	
#topgreenmenu_right ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float:right;
	}

#topgreenmenu_right li 
{
    float: left;
    font-size: 11px;
    font-weight: bold;
	}

#topgreenmenu_right li a 
{
    margin: 0;
    padding: 0px 9px 0px 9px;
    color: #fff;
    border-right: 1px solid #fff;
    text-decoration: none;
	}

#topgreenmenu_right li a:hover, #topgreenmenu_right li a.selected {
    color: #adb8bf;
	}
	
/* ------------------- Top Green Menu Left Side ----------------------*/
#topgreenmenu_left
{
	width:137px !important;
	width:150px; 
	height:24px;
	padding-left:13px;
	background-color: #629080;
	line-height:22px;
	float:left; /* Justify the menu LR */
	}
	
#topgreenmenu_left ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float:left;
	}

#topgreenmenu_left li 
{
    float: left;
    font-size: 11px;
    font-weight: bold;
	}

#topgreenmenu_left li a 
{
    margin: 0;
    padding: 0px 9px 0px 9px;
    color: #fff;
    border-right: 1px solid #fff;
    text-decoration: none;
	}

#topgreenmenu_left li a:hover, #topgreenmenu_left li a.selected {
    color: #adb8bf;
	}
