.jquerycssmenu { font: bold 12px Verdana; border-bottom: 1px solid black }

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a { color: #2d2b2b; text-decoration: none; background-color: white; background-repeat: repeat-x; background-attachment: scroll; background-position: center top; display: block }

.jquerycssmenu ul li a:hover { }
	
/*1st sub level menu*/
.jquerycssmenu ul li ul { background-image: none; visibility: hidden; display: block; position: absolute; left: 0; border-top: solid black }

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li { background-image: none; display: list-item; float: none }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a  { color: black; font: 12px Verdana; background: #e8ded6; margin: 0; padding: 4px 5px; width: 160px; border-top: 0 none; border-bottom: 1px solid black }

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
.premi-lista-otsikko  { font-size: 13px; font-variant: small-caps; font-weight: bold; line-height: 14px; text-transform: none }
.premi-lista-leipis  { color: #676767; font-size: 12px; line-height: 13px; margin-top: -10px; margin-right: 15px; margin-left: 30px }
.premi-lista-lue-lisaa { color: red; font-size: 12px; font-weight: bold; line-height: 13px; text-align: right; margin-top: -10px; margin-right: 12px }
body, tbody { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14px }
a { text-decoration: none; font-color: black }
a:hover
  { color: red }