
#masthead{ }
#masthead h1{
	float: left;
}
#masthead ul{
	padding: 0px;
	margin: 0px;
	outline-style: none;
	float: left;
	position: relative;
	width: auto;
	height: 39px;
	margin: 0px;
}
#masthead li{
	list-style-type:none;
	float: left;
	height: 39px;
	text-indent: -9999px;
}
#masthead li li{
	position: static;
	text-indent: 0;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	width: auto;
	height: auto;
}
#masthead li li a{
	background:none;
	text-decoration: none;
	color: #bcc6cf;
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-left: 25px;
}
#masthead li li a:hover,
#masthead li li.selected a{
	color: #3585ca;
}
#masthead ul ul{
	position: absolute;
	left: 0;
/*	width: 690px;*/
	height: 34px;
	margin: 0;
	display: none;
}
#masthead ul ul.selected,
#masthead ul ul.active{
	width: 960px;
	display: block;
}
/*	#masthead ul li:hover ul{ display: block; } */

#masthead li a{
	display: block;
	background:url(../images/nav/mainnav.jpg) top left no-repeat;
	height: 39px;
	padding: 0;
	border: none;
}
#masthead li.conversionanalytics a{
	background-position: 0 0;
	width: 215px;
}
#masthead li.conversionmarketing a{
	background-position: -215px 0; 
	width: 223px;
}
#masthead li.websolution a{
	background-position: -438px 0;
	width: 169px;
}
#masthead li.designcreatives a{
	background-position: -607px 0;
	width: 188px;
}
#masthead li.diystartup a{
	background-position: -795px 0;
	width: 165px;
}
#masthead li.conversionanalytics a:hover,
#masthead li.conversionanalytics a.selected,
#masthead li.conversionanalytics a.active{
	background-position: 0 -39px;
}
#masthead li.conversionmarketing a:hover,
#masthead li.conversionmarketing a.selected,
#masthead li.conversionmarketing a.active{
	background-position: -215px -39px;
}
#masthead li.websolution a:hover,
#masthead li.websolution a.selected,
#masthead li.websolution a.active{
	background-position: -438px -39px;
}
#masthead li.designcreatives a:hover,
#masthead li.designcreatives a.selected,
#masthead li.designcreatives a.active{
	background-position: -607px -39px;
}
#masthead li.diystartup a:hover,
#masthead li.diystartup a.selected,
#masthead li.diystartup a.active{
	background-position: -795px -39px;
}

#masthead li.conversionanalytics li a{
	width: auto;
}
#masthead li.conversionmarketing li a{
	width: auto;
}
#masthead li.websolution li a{
	width: auto;
}
#masthead li.designcreatives li a{
	width: auto;
}
#masthead li.diystartup li a{
	width: auto;
}


#masthead .conversionanalytics ul {
	width: 960px;
}
#masthead .conversionmarketing ul {
	width: 750px;
	padding-left: 180px;
}
#masthead .websolution ul {
	width: 900px;
	padding-left: 60px;	
}
#masthead .designcreatives ul {
	width: 865px;
	padding-left: 95px;
}
#masthead .diystartup ul {
	width: 355px;
	/* padding-left: 605px;  */
	padding-left: 745px;
}