/* CSS Document */

/********* vertical menu *********/
#nav {
position: absolute;
background:url(../images/dotted_left.gif) bottom no-repeat;
top: 119px;
left:0;
list-style: none;
margin: 0;
padding: 0;
display: inline;
overflow: hidden;
width: 177px;
}
#nav li {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}
#nav a {
float: left;
padding: 0 0 0 177px;
overflow: hidden;
width: 0px !important; 
width /**/:177px; /* for IE5/Win */
text-decoration:none;
}
#nav a:hover {
background-position: -177px 0;
text-decoration:none;
border:none;
}
#nav a.highlight {
background-position: -177px 0;
text-decoration:none;
border:none;
}
#v01 a  {height:23px; width: 177px; background: url(../images/nav_01b.gif) top left no-repeat;}
#v02 a  {height:23px; width: 177px; background: url(../images/nav_02b.gif) top left no-repeat;}
#v03 a  {height:23px; width: 177px; background:url(../images/nav_services.gif) top left no-repeat;}
#v04 a  {height:23px; width: 177px; background:url(../images/nav_04b.gif) top left no-repeat;}
#v05 a  {height:23px; width: 177px; background:url(../images/nav_05b.gif) top left no-repeat;}
#v06 a  {height:23px; width: 177px; background:url(../images/nav_06b.gif) top left no-repeat;}
#v07 a  {height:23px; width: 177px; background:url(../images/nav_07b.gif) top left no-repeat;}
#v08 a  {height:23px; width: 177px; background:url(../images/nav_sub_01b.gif) top left no-repeat;}
#v09 a  {height:23px; width: 177px; background:url(../images/nav_sub_02b.gif) top left no-repeat;}
#v10 a  {height:23px; width: 177px; background:url(../images/nav_sub_03b.gif) top left no-repeat;}
#v11 a  {height:23px; width: 177px; background:url(../images/nav_sub_04b.gif) top left no-repeat;}
#v12 a  {height:23px; width: 177px; background:url(../images/nav_sub_05b.gif) top left no-repeat;}
#v13 a  {height:23px; width: 177px; background:url(../images/nav_sub_06b.gif) top left no-repeat;}
#v14 a  {height:23px; width: 177px; background:url(../images/nav_sub_07b.gif) top left no-repeat;}
#v15 a  {height:23px; width: 177px; background:url(../images/nav_sub_08b.gif) top left no-repeat;}

.pointer { cursor:pointer;}
#nav2 {
background:url(../images/dotted_left.gif) bottom no-repeat;
list-style: none;
margin: 0;
padding: 0;
display: inline;
overflow: hidden;
width: 177px;
}
#nav2 li {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}
#nav2 a {
float: left;
padding: 0 0 0 177px;
overflow: hidden;
width: 0px !important; 
width /**/:177px; /* for IE5/Win */
text-decoration:none;
}
#nav2 a:hover {
background-position: -177px 0;
text-decoration:none;
border:none;
}
#nav2 a.selected2 {
background-position: -177px 0;
text-decoration:none;
border:none;
}
/* */


