/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: "Futura",arial, sans-serif; 
width:628px; 
position:relative;
z-index:100;
padding-top:12px;
white-space:nowrap;
padding-left:10px;
}
.menu ul {
	text-align:center;
	display:inline;
	}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
text-transform:uppercase;
margin:0 9px;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#666; 
margin:0 9px;
height:30px;
}
.menu ul li.last a, .menu ul li.last a:visited {
margin:0 0 0 20px;
}
#shadowMenu ul li.last a, .menu ul li.last a:visited {
	display:block;
margin:0 0 0 10px;
}

.menu ul li ul li a, .menu ul li ul li a:visited{
	width:160px;
}

/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
text-transform:none;
text-align:left;
margin-top:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:0; 
width:140px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#fff;
font-size:0.9em;
text-transform:none;
background-color:#8a8b16;
height:18px;
padding-left:8px;
margin-left:10px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
color:#ccc;
}
.shadowMenu{
}

#smartsite_smartavatar0{
left: 652px;
top: 43px;
}
