/* CSS Document */
#menu {
	width: 980px;
	height:31px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url(../images/web-company-leicester_13.jpg);
}

.website_designers a:link {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}
.website_designers a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}
.website_designers a:hover {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}


.mainmenubuttons ul{
	width: 980px;
	padding:0 0 0 0;
	margin: 0;
	text-align: center;
}

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

.mainmenubuttons li a{
	width: 139px;
	height: 24px;
	margin: 0;
	background-image:url(../images/web-company-leicester_13.jpg);
	float: left;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 7px;
	border-right:1px solid #fff;	
}

.mainmenubuttons li a:visited{
	width: 139px;
	height: 24px;
	margin: 0;
	background-image:url(../images/web-company-leicester_13.jpg);
	float: left;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 7px;
	border-right:1px solid #fff;
}

.mainmenubuttons li a:hover{
	width: 139px;
	height: 24px;
	margin: 0;
	background-image:url(../images/web-companies_13.jpg);
	float: left;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 7px;
	border-right:1px solid #fff;
}

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






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

.maindropdownmenu{
position:absolute;
top: auto;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 0.75em Verdana;
line-height:16px;
z-index:100;
background-color: #950011;
visibility: hidden;
}


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

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

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