
/* --
  Presentation Stylesheet for Meg Munn MP website

  (c) Colin Sewell, 2008
*/

a img { border: 0;
    text-decoration: none;
	border-bottom: none;
}


a
{
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 1em;
    color: #000;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #111;
}
a:link
{
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 1em;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #111;
}
a:visited
{
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 1em;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #111;
}
a:hover
{
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 1em;
    color: #cc0000;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #CC0000;
}
a:active
{
	border-bottom: 1px dotted #888888;
}


#navmenu {
	width: 800px;
	height: 25px;
	background-color: #fff;
}

#navmenu ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	border: none;
}

#navmenu li {
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 2px;
	padding: 0;
}

#navmenu li a {
	float: left;
	display: block;
/*	width: 100%; */
	padding: 4px;
	font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 12px; */
    font-weight: normal;
	color: #555;
	text-decoration: none;
	border-bottom: 1px none #fff;
}

html>body #navmenu li a {
	width: auto;
}

#navmenu li a:hover {
	background-color: #fff4f4;
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
}

#navmenu li a.currentpage {
	color: #cc0000;
}


#footer a {
	font-size: 100%;
    color: #555;
    font-family: verdana, arial, helvetica, sans-serif, serif;
    text-decoration: none;
	border-bottom: 1px dotted #555;
}


#footer a:hover {
    color: #cc0000;
	border-bottom: 1px solid #cc0000;
}


.ImageLink
{
	font-size: 1em;
    color: black;
    font-family: arial, verdana, helvetica, sans-serif, serif;
    text-decoration: none;
	border-bottom: none;
}
.ImageLink:link
{
    text-decoration: none;
	border-bottom: none;
}
.ImageLink:visited
{
    text-decoration: none;
	border-bottom: none;
}
.ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}
.ImageLink:active
{
    text-decoration: none;
	border-bottom: none;
}

/*
.EmailLink:link
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif, serif;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.EmailLink:active
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif, serif;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.EmailLink:visited
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif, serif;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.EmailLink:hover
{
    font-weight: normal;
    font-size: 11px;
    color: #cc0000;
    font-family: verdana, arial, helvetica, sans-serif, serif;
    text-decoration: underline;
	border-bottom: 1px solid #CC0000;
}
*/

