.menu 
{
position: absolute;
top: 15px;
left: 0px;
width: 200px;
background: #66cc33;
padding: 0;
margin: 0px;
border: none;
}

.menu a 
{
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    font-family: 'times new roman';
    font-weight: normal;
    border-top: 1px dotted #1b45c4;
    color: #1b45c4;
    text-decoration: none;
}

html>body div.menu a {width:auto;}

.menu a:hover 
{
background: #1b45c4;
color: #ffffff;
}

.rollover a {
display:block;
width: 400px;
height: 29px;
padding: 0px;
background: url(images/email.png) 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -29px;
color: #049;
}
.rollover a:active {
background-position: 0 -29px;
color:#fff;
}


a.highlight:link
{
color: #1b45c4;
padding-bottom: 1px;
border-bottom: dotted 1px #1b45c4;
text-decoration: none;
font-size: 16px;
font-family: 'times new roman', georgia;
}

a.highlight:visited
{
color: #1b45c4;
padding-bottom: 1px;
border-bottom: dotted 1px #1b45c4;
text-decoration: none;
font-size: 16px;
font-family: 'times new roman', georgia;
}

a.highlight:hover
{
color: #089CAA;
padding-bottom: 1px;
border-bottom: dotted 1px #089CAA;
text-decoration: none;
font-size: 16px;
font-family: 'times new roman', georgia;
}

a.highlight:active
{
color: #1b45c4;
padding-bottom: 1px;
border-bottom: dotted 1px #1b45c4;
text-decoration: none;
font-size: 16px;
font-family: 'times new roman', georgia;
}

a.valid:link
{
color: #ffffff;
border-bottom: dotted 1px #ffffff;
text-decoration: none;
font-size: 10px;
font-family: 'times new roman', georgia;
}

a.valid:visited
{
color: #ffffff;
border-bottom: dotted 1px #ffffff;
text-decoration: none;
font-size: 10px;
font-family: 'times new roman', georgia;
}

a.valid:hover
{
color: #ffffff;
padding-bottom: 1px;
border-bottom: solid 1px #ffffff;
text-decoration: none;
font-size: 10px;
font-family: 'times new roman', georgia;
}

a.valid:active
{
color: #ffffff;
border-bottom: dotted 1px #ffffff;
text-decoration: none;
font-size: 10px;
font-family: 'times new roman', georgia;
}


