.navm {
	margin: 0;
	background-color: #F9F9F9;
	cursor:pointer;	
}

.ulm {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.lim {
	display:inline-block;
	background-color: #F9F9F9;
}

.limt {
	display:block;
	padding:0 10px;	
	color:#1BB4EC;
	font-size:15px;
	line-height: 60px;
	text-decoration:none;
}

.limt:hover {
	border-bottom-style: solid;
	border-bottom-color: #1BA0E1;
}

.ulm .lim:hover > .ulsm {
	display:inherit;
	border-top-style: solid;
	border-top-color: #1BA0E1;			
}

/* Hide Dropdowns by Default */
.ulsm {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
	border-top-style: solid;
	border-top-color: #1BA0E1;			
	padding: 0;
	margin: 0;
	list-style: none;	
	z-index:1000;
	background-color:#F9F9F9;
}

.lism {
	width:200px;
	float:none;
	display:list-item;
	position: relative;
}

.lismt {
	display:block;
	padding:0 10px;	
	color:#1BB4EC;
	font-size:12px;
	line-height: 30px;
	text-decoration:none;
}

.lismt:hover {
	background-color:#F0E7EE;
}