/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.podmenu {
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 */
.podmenu 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 */
.podmenu li {
font-size:12px;
font-family: arial, sans-serif;
color: #000000;
font-weight: bold;
}
/* 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. */
.podmenu li a:link, .podmenu li a:visited {
color: #000000;
line-height:20px;
text-decoration: none;
}

.podmenu li a:hover {
text-decoration: underline;
color: #F00;
}

/* ------------------------------------------ */



