/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.newslist {
font-family: arial, sans-serif; 
width:200px;
margin:0; 
margin:0px 0px 0px 0px;
list-style-image: url(http://www.margo.pl/mitsubishi/assets/templates/mitsubishi/images/arrow_right.jpg);
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.newslist ul {
padding:0; 
margin:0;
float:left; 



}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.newslist li {
font-size:10px;
font-family: arial, sans-serif;
color: #000000;
font-weight: normal;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.newslist li a:link, .newslist li a:visited {
color: #000000;
text-decoration: none;
}

.newslist li a:hover {
text-decoration: underline;
color: #F00;
}

/* ------------------------------------------ */



