@charset "UTF-8";
/* CSS Document */


.roundmenu {
 list-style:none;
 padding: 0 0 0 0;	
 margin: 27px 0 0px 0;
}
.roundmenu li{

padding:12px 0px 24px 22px;
margin: -18px 0 0 0;

font-size:18px;
font-family: Helvetica, Arial, sans-serif;
letter-spacing:2px;

/*
-moz-border-radius-topleft:18px;
-webkit-border-top-left-radius:18px;
-opera-border-top-left-radius:18px;
-khtml-border-radius-top-left:18px;
border-top-left-radius:18px;

-moz-border-radius-bottomright:18px;
-webkit-border-bottom-right-radius:18px;
-opera-border-bottom-right-radius:18px;
-khtml-border-radius-bottom-right:18px;
border-bottom-right-radius:18px;
*/

background-image:url(../img/sidemenu_norm.png);
background-repeat:no-repeat;
border-width:1px;


}


.roundmenu li:hover{
 background-image:url(/common/img/sidemenu_sel.png);
}

.roundmenu .last:hover{
background-image:url(/common/img/sidemenu_last_sel.png) !important;
}

.roundmenu .last{
padding:12px 5px 0px 22px !important;
margin: -18px 0 0 0 !important;
height:42px;

background-image:url(/common/img/sidemenu_last_norm.png) !important;
background-repeat:no-repeat;
}

/* LIGHT ROUND MENU */
.wroundmenu {
 list-style:none;
 padding: 0 0 0 0;	
 margin: 27px 0 0px 0;
}
.wroundmenu li{

padding:12px 0px 24px 22px;
margin: -18px 0 0 0;

font-size:18px;
font-family: Helvetica, Arial, sans-serif;
letter-spacing:2px;

/*
-moz-border-radius-topleft:18px;
-webkit-border-top-left-radius:18px;
-opera-border-top-left-radius:18px;
-khtml-border-radius-top-left:18px;
border-top-left-radius:18px;

-moz-border-radius-bottomright:18px;
-webkit-border-bottom-right-radius:18px;
-opera-border-bottom-right-radius:18px;
-khtml-border-radius-bottom-right:18px;
border-bottom-right-radius:18px;
*/

background-image:url(/common/img/sidemenu_white.png);
background-repeat:no-repeat;
border-width:1px;


}



.wroundmenu .last{
padding:12px 5px 0px 22px !important;
margin: -18px 0 0 0 !important;
height:42px;

background-image:url(/common/img/sidemenu_white_last.png) !important;
background-repeat:no-repeat;
}
