.chromestyle {
	position:absolute;
	width: 100%;
	height:45px;
	text-transform:capitalize;
	z-index: 100;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	text-align: left; 
}

.chromestyle ul li {
	display: inline;
	text-transform:capitalize;
	z-index:50;
}

.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
	z-index:50;
	padding: 0px 8px 0 0;
}

#designs {
      	float:left;
      	width: 58px;
      	height: 45px;
      	margin-left:15px;
      	background: url(../images/navbar/design1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#designs:hover { 
      	background-position: 0 -45px;
}
#design_packages {
      	float:left;
      	width: 117px;
      	height:45px;
      	background: url(../images/navbar/design_packages1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#design_packages:hover { 
      	background-position: 0 -45px;
}
#catalogs {
      	float:left;
      	width: 71px;
      	height: 45px;
      	background: url(../images/navbar/catalogs1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#catalogs:hover { 
      	background-position: 0 -45px;
}
#tutorials {
      	float:left;
      	width: 67px;
      	height: 45px;
	margin-left:-7px;
      	background: url(../images/navbar/tutorials1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#tutorials:hover { 
      	background-position: 0 -45px;
}
#accessories {
      	float:left;
      	width: 85px;
      	height: 45px;
	margin-left:-4px;
      	background: url(../images/navbar/accessories1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#accessories:hover { 
      	background-position: 0 -45px;
}
#software {
      	float:left;
      	width: 124px;
      	height: 45px;
      	background: url(../images/navbar/software1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#software:hover { 
      	background-position: 0 -45px;
}
#gallery {
      	float:left;
      	width: 60px;
      	height: 45px;
	margin-left: 2px;
      	background: url(../images/navbar/gallery1.gif) no-repeat 0 0;
	text-transform:capitalize;
}
#gallery:hover { 
      	background-position: 0 -45px;
}
#home {
      	float:left;
      	width: 121px;
      	height: 45px;
	margin-left: -7px;
      	background: url(../images/navbar/home1.gif) no-repeat 0 0;
}
#home:hover { 
      	background-position: 0 -45px;
}
#faqs {
      	float:left;
      	width: 51px;
      	height: 45px;
	margin-left: 2px;
      	background: url(../images/navbar/faqs1.gif) no-repeat 0 0;
}
#faqs:hover { 
      	background-position: 0 -45px;
}
#custom {
      	float:left;
      	width: 117px;
      	height: 45px;
	margin-left: -9px;
	padding-right: 0px;
      	background: url(../images/navbar/digitizing1.gif) no-repeat 0 0;
}
#custom:hover { 
      	background-position: 0 -45px;
}
.chromestyle ul li a span {
	display: none;
}
.dropmenudiv {
	position:absolute;
	border: 1px solid #3b3139; 
	font:12px Verdana;
	line-height:25px;
	background-color: #000;
	z-index:1000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	width: 150px;
	visibility: hidden;
	text-transform:capitalize;
}
.dropmenudiv a {
	position: relative;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d49156; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #fae3ce;
	z-index:1000;
	text-transform:capitalize;
}
* html .dropmenudiv a { /*IE only hack*/
	position: relative;
	width: 100%;
	z-index:1000;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	position: relative;
	background-color: #505050;
	z-index:1000;
}
