/**
 *
 *   Right Banners Style Sheet Flie
 *   Copyright (c) 2008. by MASSVision, http://massvision.net
 *   Author: Mladen Mijatov
 *
 **/

div#right_banners {
   display: table;
   height: 100px;
	margin-left: 12px;

   background-image: url(../Images/rightbnrsBck.gif);
   background-repeat: no-repeat;
   background-position: bottom right;
}

div#right_banners ol {
   display: block;
   width: 192px;
   margin: 0px;
   margin-top: 30px;
   margin-left: 9px;
   *margin-left: 8px;
   padding: 0px;
   padding-bottom: 50px;

   list-style-type: none;
   list-style-image: none;

}

div#right_banners ol li {
   display: block;
   float: left;
}

div#right_banners ol li a {
   height: 40px;
}
