.chromestyle{
	width: 632px;
	height: 27px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0 0 0 0;
}

.chromestyle ul{
	width: 632px; /*THEME CHANGE HERE*/
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	width: 79px;
	height: 23px;
	margin: 0;
	background-image:url(images/techcess_software_04.jpg);
	float: left;
}

.chromestyle ul li a:hover{
background: url(images/button_rollover_03.jpg); /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: auto;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8.5pt Verdana;
line-height:14px;
z-index:100;
background-color: #999999;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 1px 0 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
}




/* ######### Style for Drop Down Menu HARDWARE ONLY ######### */

.dropmenudiv1{
position:absolute;
top: auto;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8.5pt Verdana;
line-height:25px;
z-index:100;
background-image:url(images/hardware_menu_bg.jpg);
visibility: hidden;
}


.dropmenudiv1 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 1px 0 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-image:url(images/hardware_menu_bg_roll.jpg);
background-position:top left;
background-repeat:no-repeat;
}