/* CSS Document */

.mainmenubuttons ul{
	padding: 0;
	list-style-type: none; 
	margin: 0;
	text-decoration:none;
}

.mainmenubuttons li{
	display: inline;
	margin: 0;
	text-decoration:none;
}

.mainmenubuttons li a{
	display:block;
	width: 130px;
	height: 32px;
	border-left:1px solid #818181;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	background-image:url(../images/retail-shopfitters_03.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
	background-color:#000;
}

.mainmenubuttons li a:visited{
	display:block;
	width: 130px;
	height: 32px;
	border-left:1px solid #818181;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	background-image:url(../images/retail-shopfitters_03.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
	background-color:#000;
}

.mainmenubuttons li a:hover{
	display:block;
	width: 130px;
	height: 32px;
	border-left:1px solid #818181;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	background-image:url(../images/retail-shopfitters_roll_03.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
	background-color:#000;
}

.mainmenubuttons li.selected a:hover{ 
	text-decoration: none;
}



.maindropdownmenu{
	position:absolute;
	font-size:0.75em;
	top: 0;
	line-height:12px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-decoration:none;
	padding-bottom: 0;
	margin:0 0 0 0px;
	border-left:1px solid #818181;
	border-right:1px solid #818181;
	border-top:1px solid #818181;
	background-color:#000;
}

.maindropdownmenu a{
	width: auto;
	display: block;
	text-align:center;
	padding: 12px 0 0 0;
	text-decoration: none;
	text-decoration:none;
	border-bottom:1px solid #818181;
	background-color:#000;
	color:#FFF;
	height:24px;
}

* html .maindropdownmenu a{ 
	width: 100%;
	color:#FFF;
	text-decoration:none;
	background-color:#000;
}
.maindropdownmenu a:visited{ 
	color: #fff;
	background-color:#000;
}
.maindropdownmenu a:hover{ 
	color: #f00;
	text-decoration:none;
	background-color:#000;
}
