ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 51px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.top {
	background: url(../images/nav/nav_top.png) no-repeat;
	width: 102px;
}
ul#topnav a.m2iw {
	background: url(../images/nav/nav_m2iw.png) no-repeat;
	width: 140px;
}
ul#topnav a.works {
	background: url(../images/nav/nav_works.png) no-repeat;
	width: 83px;
}
ul#topnav a.company {
	background: url(../images/nav/nav_company.png) no-repeat;
	width: 83px;
}
ul#topnav a.blog {
	background: url(../images/nav/nav_blog.png) no-repeat;
	width: 63px;
}
ul#topnav a.contact {
	background: url(../images/nav/nav_contact.png) no-repeat;
	width: 102px;
}

/*sub menus*/
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 51px; left: -299px;
	z-index: 99999;
	background: #333 url(../images/nav/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	border-top: 1px solid #999;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 130px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	font-size: 10px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #eaeaea;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #DA7B3D;
}

/* additional css for formatting, etc */
.sub_h2 {font-size: 10px; margin-top: -5px; padding-bottom: 7px; color: #999;}
.nav_explain {color: #aaa; font-size: 12px; margin:0px;}
