/* CSS Document */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ========================================== */
/* s1 */
/* ========================================== */

div#s1 {
    width: 183px;          /* menu width */
}
div#s1 img{
	display:none;
}
div#s1 a{
	display:none;
}
/*
div#s1 ul.pde li a{
	display:none;
}
div#s1 ul.pde ul li a{
	display:none;
}
div#s1 ul.pde ul ul li a{
	display:none;
}*/

/* LEVEL 0 */
div#s1 ul.pde {
	background-color: #E1E3E5;
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}
div#s1 ul.pde li{
	margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dotted #003063; /* lines */
}

div#s1 ul.pde li a.none{
	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul.pde li a.item_selected{
	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul.pde li a:hover {
  color: #003063;
  background-color: #FFF; /* rollover effect */
}

div#s1 ul.pde li a.item_selected {
  background-image: url(../Images/menu_active.jpg); 
  background-repeat: no-repeat;
}

/* LEVEL 1 */
div#s1 ul.pde ul {
	background-color: #B6BCC4;
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

div#s1 ul.pde ul li{
	background-image: url(../Images/arrow_right.png);
	background-repeat: no-repeat;
	margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dotted #003063; /* lines */
}

div#s1 ul.pde ul li a.none{
	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s1 ul.pde ul li a.item_selected{
	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul.pde ul li a:hover{
 	background-image: url(../Images/arrow_right.png);
	background-repeat: no-repeat;
  	color: #003063;
  	background-color: #DA5500; /* rollover effect */
}

div#s1 ul.pde ul li a.item_selected{
	background-image: url(../Images/arrow_right.png);
	background-repeat: no-repeat;
 	background-color: #DA5500;
	color: #003063;
}

/* LEVEL 2 */
div#s1 ul.pde ul ul{
    background-image: url(../Images/submenu_background.jpg); 
  	background-repeat: repeat-y;
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

div#s1 ul.pde ul ul li {
	background-image: none;
  	margin: 0;
    padding: 0;
    display: block;
	border-bottom: none /* lines */
}
div#s1 ul.pde ul ul li a.none{
  	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s1 ul.pde ul ul li a.item_selected{
  	display: block;         /* lines extend to right, make area clickable */
  	color: #003063;
  	padding: 3px 3px 3px 23px;
  	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s1 ul.pde ul ul li a:hover {
  	background-image: url(../Images/submenu_background.jpg); 
  	background-repeat: repeat-y;
	color: #DA5500;
}
div#s1 ul.pde ul ul li a.item_selected {
  	background-image: url(../Images/submenu_background.jpg); 
  	background-repeat: repeat-y;
	color: #DA5500;
}

/* ========================================== */
/* s2 */
/* ========================================== */
#s2
{
    background-image: url(../Images/menu_background.jpg);
    background-repeat: no-repeat;
}
div#s2 {
  width: 183px;          /* menu width */
}

div#s2 ul {
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s2 ul li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px dotted #8D8C90; /* lines */
}

div#s2 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #003063;
  padding: 3px 3px 3px 23px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s2 ul li a:hover {
  color: #003063;
  background-color: #FFF; /* rollover effect */
}
a.item_selected{
	color:#00FFFF;
}

