/* Start of CMSMS style sheet 'Navigation: FatFootMenu' */
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 10px;
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
   margin: 2px 0px 4px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 3px;
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}

.footer_loga {
   text-align: right;
   margin-bottom: 10px;
}
.footer_loga img{
   border: 2px solid #EFEFEF;
}
#logo_autoleasing img{
   background: url(uploads/ngrey/loga/autoleasing_bw.jpg) no-repeat;
   width: 98px;
   height: 30px;
   background-color: red;
}
#logo_autoleasing img:hover {
   background: url(uploads/ngrey/loga/autoleasing.jpg) no-repeat !important;
}

#logo_credium img{
   background: url(uploads/ngrey/loga/credium_bw.jpg) no-repeat;
   width: 61px;
   height: 30px;
   background-color: red;
}
#logo_credium img:hover {
   background: url(uploads/ngrey/loga/credium.jpg) no-repeat !important;
}

#logo_csob img{
   background: url(uploads/ngrey/loga/csob_bw.jpg) no-repeat;
   width: 67px;
   height: 30px;
   background-color: red;
}
#logo_csob img:hover {
   background: url(uploads/ngrey/loga/csob.jpg) no-repeat !important;
}

#logo_csobp img{
   background: url(uploads/ngrey/loga/csobp_bw.jpg) no-repeat;
   width: 71px;
   height: 30px;
   background-color: red;
}
#logo_csobp img:hover {
   background: url(uploads/ngrey/loga/csobp.jpg) no-repeat !important;
}

#logo_gener img{
   background: url(uploads/ngrey/loga/gener_bw.jpg) no-repeat;
   width: 89px;
   height: 30px;
   background-color: red;
}
#logo_gener img:hover {
   background: url(uploads/ngrey/loga/gener.jpg) no-repeat !important;
}


#logo_uni img{
   background: url(uploads/ngrey/loga/uni_bw.jpg) no-repeat;
   width: 45px;
   height: 30px;
   background-color: red;
}
#logo_uni img:hover {
   background: url(uploads/ngrey/loga/uni.jpg) no-repeat !important;
}

#logo_alli img{
   background: url(uploads/ngrey/loga/alli_bw.jpg) no-repeat;
   width: 76px;
   height: 30px;
   background-color: red;
}
#logo_alli img:hover {
   background: url(uploads/ngrey/loga/alli.jpg) no-repeat !important;
}
/* End of 'Navigation: FatFootMenu' */

