.chromestyle {
	
	font-weight: bold;
}	
.chromestyle a
{display:block; height:20px; width:150px; background-image:url(../images/portfolio-tab.gif); background-repeat:no-repeat;}
.chromestyle a:hover 
{display:block; height:20px; width:150px; background-image:url(../images/portfolio-tab-hov.gif); background-repeat:no-repeat;}
	

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	
	
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}
.chromestyle ul li a:hover {
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	
}
.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: "";/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	z-index:0;
	background-color: white;
	width: 161px;
	visibility: hidden;
	text-align:left;
	padding-left:10px;
	padding-top:3px;
	width:180px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #af5cd6; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#646464;

	
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#ffffff;
	background-color:#af5cd6;
}

.port-text-img
{display:block; height:20px; width:150px; background-image:url(images/portfolio-tab.gif); background-repeat:no-repeat; }
.port-text-img:hover 
{display:block; height:20px; width:150px; background-image:url(images/portfolio-tab-hov.gif); background-repeat:no-repeat; }
