/* Styles for Drop Down Menu */

#nav-home {  }
#nav-services {  }
#nav-clients {  }
#nav-blog {  }
#nav-about {  }

#dmenu {
	float: right;
	margin: 0;
	padding: 75px 0 0 0;
	width: 705px;

}

#dmenu li>ul {
	left: auto;
	top: auto;
}

li:hover ul , li.over ul { /* lists nested under hovered list items */
	display: block;
}

.tmli {
	float: left;
	list-style-type: none;
}

.tmli a {
	background: url(../images/template/nav-tab-bg.jpg) no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin: 0 1px 0 0;
	padding: 14px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 140px;
}

.tmli a:hover {
	background: url(../images/template/nav-tab-bg-on.jpg) no-repeat;
}

.smul {
	background: #E2ECF5;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	display: none;
	list-style-type: none;
	margin: 0 0 0 0;
	position: absolute;
	padding: 0;
}

#dmenu li ul li a {
	background: none;
	border-bottom: 1px solid #fff;
	color: #555555;
	display: block;
	font-size: 11px;
	font-weight: lighter;
	height: 15px;
	padding: 6px 2px 6px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: 155px;
}

#dmenu li ul li a:hover {
	background: #B5CEE6;
	color: #412E1F;
}
