.chromestyle {
	width: 99%;
}
/*
.chromestyle:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/
.chromestyle ul {
	list-style: none;
	width: 100%;
	padding:0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	padding:0;
	height:29px;
	width:114px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	/*position: relative;
	float: left;
	display: block;*/
}
.chromestyle ul li a {
    width:113px;
    text-align:center;
    padding:5px 0px;
    margin:0px 0px;
    border-right:1px solid black;
	height:19px;
	line-height:19px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	float:left;
	color:#000;
}
.chromestyle ul li a.active {
	background:url(images/interior-plastering-menu-highlight.gif) no-repeat;
	text-decoration: none;
}

.chromestyle ul li a.first {
	/*border-left:none;*/
}


.chromestyle ul li a.last {
	/*padding:0px 0px 0px 5px;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(images/interior-plastering-menu-highlight.gif) no-repeat;
	text-decoration:none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	width:114px;
	background:url(images/interiro-plastering-menu-drop-down.jpg) repeat-y;
}
.dropmenudiv a {
	height:19px;
	line-height:19px;
	padding:5px 0px;
	display: block;
	text-align: center;
	width: 114px;
	color:#000;
	text-decoration: none;
	border-right:0px;
}
.dropmenudiv a.first {
	margin-top:10px;
}
.dropmenudiv a.last {
	border-bottom-width: 1px;
	height:19px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover {
	background:url(images/interior-plastering-menu-highlight.gif) no-repeat;
}
