/* CSS Document  */
			
.wireframemenu{
border: 0px solid #C0C0C0;
background-color: none;
border-bottom-width: 1;
width: 180px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
height:12px;
color: #595959;
text-decoration: none;
border-bottom: 0px solid #C0C0C0;
}


.wireframemenu li{
position: relative;
left: 2px;
top: 0px;
padding: 8px 4px 0px 45px;
border-bottom: 1px solid #C0C0C0;
}

.Citroen {
background: transparent url(../_manu_images/citroen.gif) left no-repeat;
}
.Fiat {
background: transparent url(../_manu_images/fiat.gif) left no-repeat;
}
.Ford {
background: transparent url(../_manu_images/ford.gif) left no-repeat;
}
.Honda {
background: transparent url(../_manu_images/honda.gif) left no-repeat;
}
.Jaguar {
background: transparent url(../_manu_images/jaguar.gif) left no-repeat;
}
.Kia {
background: transparent url(../_manu_images/kia.gif) left no-repeat;
}
.Mazda {
background: transparent url(../_manu_images/mazda.gif) left no-repeat;
}
.Nissan {
background: transparent url(../_manu_images/nissan.gif) left no-repeat;
}
.Peugeot {
background: transparent url(../_manu_images/pug.gif) left no-repeat;
}
.Renault {
background: transparent url(../_manu_images/renault.gif) left no-repeat;
}
.Saab {
background: transparent url(../_manu_images/saab.gif) left no-repeat;
}
.Skoda {
background: transparent url(../_manu_images/skoda.gif) left no-repeat;
}
.Toyota {
background: transparent url(../_manu_images/toyota.gif) left no-repeat;
}
.Vauxhall {
background: transparent url(../_manu_images/vauxhall.gif) left no-repeat;
}
.Volkswagon {
background: transparent url(../_manu_images/volkswagon.gif) left no-repeat;
}
.Volvo {
background: transparent url(../_manu_images/volvo.gif) left no-repeat;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu li:hover{
background-color: #EBEBEB;
color: #000;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
margin-left: 12px;
padding: 0;
width: 170px;
border: 1px solid none;
}

.markermenu li a{
background: url(../images/web/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ccc;
background-image:url(../images/web/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}




