/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
list-style-image: none;
/*position: relative;
    width:200px;*/
/*border: 1px solid #9A9A9A;***/
}

.markermenu ul li
{
    margin:2px 0px 0px 0px;
    position: relative;
    display: block;
    width:200px;
    height:28px;
}

/*.markermenu ul li a{
font: bold 12px Verdana, "Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
color: #0070af;
display: block;
padding: 1px 20px 1px 10px;
text-decoration: none;
width:200px;
}*/

/*.markermenu ul li a:hover{
font: bold 12px Verdana, "Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
color: #ffffff;
display: block;
text-decoration: none;
width:170px;
padding:1px 20px 1px 10px;
background-color:#1666A6;
}*/

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}



/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: #0070af;
}.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#ffdd4e;
background-image:url(tab1.gif);
background-position:top left;
background-repeat:no-repeat;
}*/

.markermenu ul li a
{
    text-decoration:none;
    /*display:inline-block;*/
}

*:first-child+html .markermenu ul li a
{
    text-decoration:none;
    display:inline-block;
}

* html .markermenu ul li a
{
    text-decoration:none;
    display:inline;
}
.markermenu ul li a:hover span.row1-level1 {
    
    width:200px;
	background-image:url(top-level1.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	display:block;
	line-height: 1px;
	font-size: 1px;
}
.markermenu ul li a.selected span.row1-level1{
    
    width:200px;
	background-image:url(top-level1.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	display:block;
	line-height: 1px;
	font-size: 1px;
	background-color:#1665A7;
}
.markermenu ul li a span.row1-level1
{
    width:200px;
	/*background-image:none;
	background-position:top left;
	background-repeat:no-repeat;*/
	height:8px;
	display:inline-block;
	line-height: 1px;
	font-size: 1px;
}

.markermenu ul li a span.row2-level1
{
    width: 195px;
	padding:0px 0px 0px 5px;
	display:block;
	color: #0070af; 
	font-size:14px;
	font-weight:bold;
}


.markermenu ul li a:hover span.row2-level1{
    color:#1565A8;
    background-color: #1665A7;
}

 .markermenu ul li a.selected span.row2-level1{
    color:#46BEF3;
    background-color: #1665A7;
}

.markermenu ul li a:hover span.row3-level1 {
	width:200px;
	background-image:url(bottom-level1.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	display:block;
	line-height: 1px;
	font-size: 1px;
}

.markermenu ul li a.selected span.row3-level1
 {
	width:200px;
	background-image:url(bottom-level1.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	display:block;
	line-height: 1px;
	font-size: 1px;
	background-color:#1665A7;
}

.markermenu ul li a span.row3-level1
{
    width:200px;
	/*background-image:none;
	background-position:top left;
	background-repeat:no-repeat;*/
	height:8px;
	display:block;
	color: #0070af;
	line-height: 1px;
	font-size: 1px;
}

/* epipedo 3 ***/
.markermenu ul li ul{
list-style-type: none;
margin: 0;
padding: 0;
/*border: 1px solid #9A9A9A;***/
}

.markermenu ul li ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; ***//*light gray background*/
font: bold 12px Verdana, "Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
color: #1666a6;
display: block;
width: auto;
padding: 0;
padding-left: 20px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;***/
}

* html .markermenu ul li ul li a{ /*IE6 hack*/
width: 155px;
}

/*.markermenu ul li ul li a:visited, .markermenu ul li ul li a:active{
color: #1666a6;
}*/

.markermenu ul li ul li a:hover, .markermenu ul li ul li a.selected{
color:#ffdd4e;
background-color:#1666a6;
}


