/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Start of CSS for Land of Nod
	Created by: Josh Birk
	Created on: 

	This CSS file controls the 
	dropdown menus only.

	start dhtml menus
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.submenu { position:absolute; 
	width:157px;
	z-index:140;
	border:1px solid #c0c0c0; 
    background:white; 
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	padding:3px;
	padding-left: 7px;
	cursor: hand;
	visibility: visible;
}
		 
.submenuHover
{
	padding-right: 3px;
	padding-left: 3px;
	z-index: 40;
	background: #efefef;
	padding-bottom: 3px;
	width: 157px;
	cursor: hand;
	color: #666666;
	padding-top: 3px;
	border: #c0c0c0 1px solid;
	font-family: Verdana;
	position: absolute;
}
		 
a.smenu { color:#666666;
	text-decoration:none;
}
		 
a.smenu:hover { color:#275880; 
	text-decoration:none;
}
/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	end dhtml menus
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/