﻿ 
.menulink  a {
color: #000;
background: #efefef;
text-decoration: none;
font: 11px/16px arial, helvetica, sans-serif;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;


}

.menulink a:hover {
color: #a00;
background: #fff;
}

.menuList 
{
width: 100%;
background: #eee;
float: left;
}

A.itemMenu {
display: block;
width: 100%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #eee;
}

A.itemMenu a:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}
