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

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#nav1{
width: 170px; /*width of menu*/
padding-top:0px;
}

#nav1 h4{
margin-top:15px;
font: bold 13px Verdana;
color: white;
text-align:left;
height:16px;
background: #20477b; /*url(images/downgreen.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 8px; /*31px is left indentation of header text*/
}

#nav1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#nav1 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

#nav1 ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 7px; /*link text is indented 8px*/
text-decoration: none;
}

#nav1 ul li a:visited{
color: black;
}

#nav1 ul li a:hover{ /*hover state CSS*/
color: white;
background: #20477b;
}
#nav1 ul li a.menu_current{
color: #993300;
font-weight:bold;
background: #e8eeff;
}

#nav1 li li {
  border-left: 8px solid #183f8e;
  margin-bottom:-1px;
  text-align:left;
}

/*menu 2*/


#nav2{
width: 170px; /*width of menu*/
padding-top:0px;
}

#nav2 h5{
font: bold 13px Verdana;
margin-top:15px;
color: white;
text-align:left;
background: #20477b; /*url(images/downgreen.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*31px is left indentation of header text*/
}

#nav2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#nav2 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

#nav2 ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 7px; /*link text is indented 8px*/
text-decoration: none;
}

#nav2 ul li a:visited{
color: black;
}

#nav2 ul li a:hover{ /*hover state CSS*/
color: white;
background: #20477b;
}
#nav2 ul li a.menu_current{
color: #993300;
font-weight:bold;
background: #e8eeff;
}

#nav2 li li {
  border-left: 8px solid #183f8e;
  margin-bottom:-1px;
  text-align:left;
}


/*menu 3*/


#nav3{
width: 170px; /*width of menu*/
padding-top:0px;
}

#nav3 h6{
font: bold 13px Verdana;
margin-top:15px;
color: white;
text-align:left;
background: #20477b; /*url(images/downgreen.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*31px is left indentation of header text*/
}

#nav3 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#nav3 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

#nav3 ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 7px; /*link text is indented 8px*/
text-decoration: none;
}

#nav3 ul li a:visited{
color: black;
}

#nav3 ul li a:hover{ /*hover state CSS*/
color: white;
background: #20477b;
}
#nav3 ul li a.menu_current{
color: #993300;
font-weight:bold;
background: #e8eeff;
}

#nav3 li li {
  border-left: 8px solid #183f8e;
  margin-bottom:-1px;
  text-align:left;
}


/********************** menu 4 - *************************/

#nav4{
width: 170px; /*width of menu*/
padding-top:0px;
}

#nav4 h4{
font: bold 13px Verdana;
margin-top:15px;
color: white;
text-align:left;
background: #20477b; /*url(images/downgreen.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 8px; /*31px is left indentation of header text*/
}

#nav4 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#nav4 ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

#nav4 ul li a{
font: normal 11px Arial;
color: #666666;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 10px; /*link text is indented 8px*/
text-decoration: none;
}

#nav4 ul li a:visited{
color: black;
}

#nav4 ul li a:hover{ /*hover state CSS*/
color: white;
background: #20477b;
}
#nav4 ul li a.menu_current{
color: #993300;
font-weight:bold;
background: #e8eeff;
}

#nav4 li li {
  border-left: 8px solid #183f8e;
  margin-bottom:-1px;
  text-align:left;
}

