A {
	color: #000;
}

A:hover {
	color: #fff;
	text-decoration: none;	
}

#linemenu{
margin: 0;
padding: 0;
}

#linemenu ul{
background: url(background-menu.gif) no-repeat top left;
margin: 0;
padding-left: 0;
float: left;
width: 100%;
border-width: 1px 0;
}

* html #linemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#linemenu ul li{
display: inline;
}


#linemenu ul li a{
margin: 0px 0px 0px 40px;
float: left;
color: #cccccc;
padding: 5px 6px 2px 6px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

#linemenu ul li a:hover{
color: white;
margin-top: 1px;
background-color: black;
border-top: 4px solid #CC3300;
padding-top: 0px;
background: url(menudivide.gif) bottom right repeat-x;
font-weight: bold;
font-size: 13px;
}

.menu {
	text-decoration: none;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
	text-decoration: none;
}
