/* HORIZONTAL MENU */
.hovermenu ul{font:bold 13px arial; padding-left:0; margin-left:0; text-align:right;}
.hovermenu ul li{list-style:none; display:inline; text-align:center;}
.hovermenu ul li a{padding-top:8px; width:100px; height:22px; margin-left:1px; text-decoration:none; float:right; color:#FFFFFF; background:url(btntop.jpg) #000000 no-repeat; padding-bottom:1px;}
.hovermenu ul li a:hover{background:url(btntop_r.jpg) #000000 no-repeat; padding-top:8px; width:100px; height:22px; margin-left:1px; color:#FFFFFF; padding-bottom:1px;}
.hovermenu ul li a:active{background:url(btntop_r.jpg) #000000 no-repeat; padding-top:8px; width:100px; height:22px; margin-left:1px; color:#FFFFFF; padding-bottom:1px;}

/* VERTICAL MENU */
.hovermenuver ul{font:normal 12px arial; padding-left:0; margin-top:-10px; text-align:right;}
.hovermenuver ul li{list-style:none; display:inline; text-align:left;}
.hovermenuver ul li a{width:180px; height:20px; background:#333333; float:left; color:#FFFFFF; text-decoration:none; padding:5px; margin-bottom:1px;}
.hovermenuver ul li a:hover{width:180px; height:20px; background:#606060; color:#FFCC00; text-decoration:none; padding:5px; margin-bottom:1px;}

