﻿.solidblockmenu{
	background-position: left top;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Verdana;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #000000;
	border-width: 1px 0;
	background: black url(images/MenuImgRed.gif) center center repeat-x;
	height: 22px;
	vertical-align: middle;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 120px;
text-align:center;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/MenuImgBlack.gif) center center repeat-x;
}

.carslink{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/MenuImgRed.gif) center center repeat-x;
}

.carslink li{
display: inline;
}

.carslink li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 145px;
text-align:center;
}

.carslink li a:visited{
color: white;
}

.carslink li a:hover, .carslink li .current{
color: white;
background: transparent url(images/MenuImgRed.gif) center center repeat-x;
}

/* Insurance menuitem */
.insurancelink
{
    background-position: left top;
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Verdana;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    border: 1px solid #000000;
    border-width: 1px 0;
    background: black url(images/MenuImgBlack.gif) center center repeat-x;
}

.insurancelink li{
display: inline;
}

.insurancelink li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 145px;
text-align:center;
}

.insurancelink li a:visited{
color: white;
}

.insurancelink li a:hover, .insurancelink li .current{
color: white;
background: transparent url(images/MenuImgBlue.gif) center center repeat-x;
}

/* Property Menuitem */
.propertylink{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/MenuImgBlack.gif) center center repeat-x;
}

.propertylink li{
display: inline;
}

.propertylink li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 145px;
text-align:center;
}

.propertylink li a:visited{
color: white;
}

.propertylink li a:hover, .propertylink li .current{
color: white;
background: transparent url(images/MenuImgOrange.gif) center center repeat-x;
}

/* Bonds Menuitem */
.bondslink{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/MenuImgBlack.gif) center center repeat-x;
}

.bondslink li{
display: inline;
}

.bondslink li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 145px;
text-align:center;
}

.bondslink li a:visited{
color: white;
}

.bondslink li a:hover, .bondslink li .current{
color: white;
background: transparent url(images/MenuImgGreen.gif) center center repeat-x;
}

/* Specials Menuitem */
.specialslink{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/MenuImgBlack.gif) center center repeat-x;
}

.specialslink li{
display: inline;
}

.specialslink li a{
float: left;
color: white;
padding: 2px 2px;
text-decoration: none;
border-right: 0px solid white;
width: 145px;
text-align:center;
}

.specialslink li a:visited{
color: white;
}

.specialslink li a:hover, .specialslink li .current{
color: white;
background: transparent url(images/MenuImgYellow.gif) center center repeat-x;
}