/*** Navilinks ***/
#navilinks {
width:198px;
background-color:#d4d9dd;
border:1px solid #97989a;
font-family:arial;
font-size:11px;
font-weight:bold;
color:#555555;
padding-bottom:22px;
}
#navilinks a {
font-weight:bold;
text-decoration:none;
margin:0px 0px 0px 6px;
color:#555555;
font-size:11px;
}
#navilinks a:hover{
font-weight:bold;
text-decoration:none;
margin:0px 0px 0px 6px;
color:#222222;
font-size:11px;
}
#navilinks ul {
padding: 0px;
margin: 0px;
}
#navilinks li {
list-style-type:none;
color:#131313;
border-bottom:1px dotted #131313;
}
/***
#navilinks .navilinksicon1 {
float:left;
background-image:url(images/icon.gif);
background-repeat:no-repeat;
width:6px;
height:5px;
margin:9px 0px 0px 5px;
}
#navilinks .navilinksicon1 a {
float:left;
background-image:url(images/icon.gif);
background-repeat:no-repeat;
width:6px;
height:5px;
margin:9px 0px 0px 5px;
}***/
/*** Normal & Active 1***/
.norm1 {
line-height:2;
padding-left:11px;
}
.act1 {
line-height:2;
padding-left:11px;
}
#navilinks .act1 a {
color:#222222;
}
/*** Normal & Active 2***/
.norm2 {
line-height:2;
margin-left:16px;
}
.act2{
line-height:2;
margin-left:16px;
}
#navilinks .act2 a {
color:#222222;
}
#navilinks .navilinks2 li{
border:none;
list-style-image:none;
}
#navilinks .navilinks2 li a{
border:none;
list-style-image:none;
}
/*** Normal & Active 3***/
.norm3 {
line-height:2;
margin-left:23px;
}
.norm4 {
  margin-left:45px;
}
.act3{
line-height:2;
margin-left:23px;
}
#navilinks .act3 a {
color:#222222;
}
/*** HNAVI ***/
.subnav {
border: 0px solid red;
background-repeat: no-repeat;
background-image: url(images/bg_navi_table.jpg);
background-position: right top;
height: 35px;
}
.subnav_norm, .subnav_norm_end {
padding:0px 15px 0px 15px;
background-repeat: no-repeat;
background-image: url(images/bg_navi_norm1.jpg);
background-position: left top;
text-align: center;
}
.subnav_act, .subnav_act_end {
padding:0px 15px 0px 15px;
background-image: url(images/navi_bg_active.jpg);
background-repeat: repeat-x;
background-position: left top;
text-align: center;
}
.subnav_norm a, .subnav_norm_end a{
color: #FFF;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.subnav_act a, .subnav_act_end a {
color: #FFF;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.subnav_norm:hover {
background-image:url(images/navi_bg_active.jpg);
background-repeat:repeat-x;
background-position: left top;
}
.subnav_norm_end:hover {
background-image:url(images/navi_bg_active.jpg);
background-repeat:repeat-x;
background-position: left top;
}

