.floatleft{float:left;}
.floatright{float:right;}

.bigwrapper {
	margin: 0px auto;
	width: 1000px;
}
#topmenu {
	/* controls the vertical space above the menu items */
	width: 100%;
	padding: 0px 0px 0px; /* BT 80 - padding above menu */
}

/* MENU BACKGROUND */
#topround {
	background: url('../site/images/menuleft_combined3.jpg') no-repeat left top;
	height: 75px;
	width: 204px;
 margin-top:0px;
}
td.tti {
    vertical-align: bottom
}
/* needed to align top of squareroot logo to bottom of bleeding table cell */
td img { 
vertical-align: bottom; 
} 	
	
#topnavibackground {
	background: url('../site/images/topnaviborder2.gif') repeat-x left top;
	width: 750px; /* BT 640 Length of the menu background */
	height: 75px;
	position: relative;
}

.topMenuWrapper {
	position:relative;
	z-index:100;
}
.lavaLampWithImage {
	position: relative;
	height: 39px;
	padding-top:20px;
	margin:0px;
	padding-left:0px;
   /*         background: url("../site/images/bg3.gif") no-repeat top;  */
        }
.lavaLampWithImage li {
	float: left;
	list-style: none;
	height:35px;
}

/* Represents the background of the highlighted menu-item. */
.lavaLampWithImage li.back {
	background: url("../site/images/lavablue.gif") no-repeat right -31px;
	width: 15px; height: 32px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
    	background: url("../site/images/lavablue.gif") no-repeat top left;
    	height: 32px;
    	margin-right: 15px;  /* 7px is the width of the rounded shape */
}

/*, .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active */					  
					 
.lavaLampWithImage li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000; /*  #336699 text color of items */
	outline: none;
	top: 10px;
	text-transform:capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 12px;	/* menu font size */
	margin: 0px 20px;
	padding: 0px 0px 20px;
} 
					
.lavaLampWithImage li.current a{
	color:#000000;	/* text color of current item  */
}	
	
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}

#menuCon ul {
	display:none;
	position:absolute;
	top:45px;
	width:165px;
	line-height:1.5em;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	background:transparent url(../site/images/bg3.gif) no-repeat scroll 0 100%;
	z-index: 999;
}	

#menuCon ul a {
	color:#ffffff;
	font-weight:normal;
	height:25px;
	line-height:25px;
	position:static;
	margin:0;
	padding:0;
	padding-left:8px;
	width:157px;
	border-top: 1px solid #CCCCCC; /*new add */
}


#menuCon ul a:hover{
	/*background-color:#5F9BAF;*/
	background:#79d0ee;
	color:#fff;
}

#menuCon ul li {
	float:left;
	position:relative;
	width:165px;
	margin-bottom:5px;
	height:auto;
}


.ulsubmenu
{
	display: block;
	width:100%;
	position:absolute;
	clear:left;
	top:50px;
	/*background:#3C5B66 url("h_menu_bg.png") repeat-x left center;*/
	background-color:#5F9BAF;
	height:40px;
	margin:auto;
	left:0px;
}
.ulsubmenu li
{
	float:left;
	height:auto;
}

.ulsubmenu a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	line-height:40px;
}

.ulsubmenu a:active, .ulsubmenu a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.ulsubmenu a:hover
{
	
	background-color:#3C5B66;
	color:#FFFFFF;
}


#menuCon ul ul,
#menuCon ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 165px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
#menuCon li:hover ul ul,
#menuCon li:hover ul ul ul,
{
  display:none;
}

#menuCon li:hover ul,
#menuCon ul li:hover ul,
#menuCon ul ul li:hover ul,
{
  display: block;
}

