
/* NAV 2 */
a.nav2:link, a.nav2:active, a.nav2:focus, a.nav2:visited {
position:relative;
width: 140px;
top:0px;
left: 0px;
display: block;
line-height: 20px;
height: 20px;

color: #000000;
font-weight:bold;
font-size: 12px;
text-decoration: none;
background-image:url(../images/menu/menu_bg2.gif);
background-repeat:no-repeat; 
background-position:center left;
background-color: #FFFFFF;
text-decoration: none;
vertical-align: middle;
padding: 2px 0px 0px 7px;
white-space:nowrap;
}

a.nav2:hover {
color: #000000;
text-decoration: none;
background-image:url(../images/menu/menu_bg1.gif); 
background-repeat:no-repeat; 
background-position:center left; 
background-color: #ffffff;
font-weight:bold;
font-size: 12px;
}

/* NAV 1 */
a.nav1:link, a.nav1:active, a.nav1:focus, a.nav1:visited {
position:relative;
width: 140px;
top:0px;
left: 0px;
display: block;
line-height: 20px;
height: 20px;

color: #000000;
font-weight:normal;
font-size: 12px;
text-decoration: none;
background-image:url(../images/menu/menu_bg1.gif);
background-repeat:no-repeat; 
background-position:center left;
background-color: #FFFFFF;
text-decoration: none;
vertical-align: middle;
padding: 2px 0px 0px 10px;
white-space:nowrap;
}


a.nav1:hover {
color: #000000;
text-decoration: none;
background-image:url(../images/menu/menu_bg3.gif); 
background-repeat:no-repeat; 
background-position:center left; 
background-color: #ffffff;
font-weight:normal;
font-size: 12px;
}


/* NAV 3 */
a.nav3:link, a.nav3:active, a.nav3:focus, a.nav3:visited {
position: relative;
width: 155px;
top:0px;
left: 0px;
display: block;
line-height: 16px;
height: 21px;

color: #000000;
font-weight:bold;
font-size: 12px;
text-decoration: none;
background-image:url(../images/menu/arrow_red_menu2.gif);
background-repeat:no-repeat; 
background-position:center left;
background-color: #ff0000;
text-decoration: none;
vertical-align: middle;
padding: 2px 0px 0px 15px;
white-space:nowrap; 
}

a.nav3:hover {
color: #ff0000;
text-decoration: none;
background-image:url(../images/menu/arrow_white2.gif); 
background-repeat:no-repeat; 
background-position:center left; 
background-color: #E8E8E8;
font-weight:bold;
font-size: 12px;
}