/* ######################################## Styles for the entire LavaLamp menu */
.lavaLamp{width:985px;height:44px;position:relative;padding:0px;margin:0px;overflow:hidden}
/* Force the list to flow horizontally */
.lavaLamp li {margin-top:7px;margin-left:20px;float:left;list-style:none}
/* Styles for each menu-item. */
.lavaLamp a {position:relative;overflow:hidden;text-decoration:none;font:bold 16px Arial, Helvetica, sans-serif;color:#fff; outline:none;
                text-align: center;line-height:30px;height: 30px;z-index:10;float:left;display:block;padding:0px 4px}
.lavaLamp a:hover {font-weight: bold}
/* Represents the background of the current selected menu-item. */
#ll_menu_current{height:30px;top:7px;margin:7px 0px 0px 20px;float:left;display:block;background:url("../but/white_left.jpg") no-repeat top left;
                 text-decoration:none;text-align:center;font:bold 16px Arial, Helvetica, sans-serif;color:orange;z-index:10}
#ll_menu_current a{height:30px;padding:0px 10px;background:url("../but/white_right.jpg") no-repeat right;color:orange}