@charset "UTF-8";

#example1{
margin:0;
padding:0;
width:196px;
list-style-type:none;
}

#example1 .closed,#example1 .opened{
padding-right:10px;
background-position:96% 50%;
background-repeat:no-repeat;
padding-bottom:6px;
}

#example1 .closed{
background-image:url(images/ha-down.gif);
}

#example1 .opened{
background-image: url(images/ha-up.gif);
}
#example1 a{
display:block;
font-weight:bold;
text-decoration:none;
}
#example1 a.hover{
/*border-top:1px solid #5F5F5F;
border-bottom:1px solid #7B7B7B;
background-color:#7B7B7B;*/
color:#FFFFFF;
}
#example1 ul{
overflow: visible;
margin:0;
padding:0;
}
#example1 li{
margin:0;
padding:0;
list-style-type:none;
/*background-color:#848484;*/
color:#99CCFF;
}
#example1 li a{
padding:2px 0px 2px 4px;
/*border-top:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #696969;
border-bottom:1px solid #757575;
background-color:#848484;*/
line-height:100%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-style: italic;
font-weight: bold;

color:#99CCFF;
/*
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #99CCFF;
*/
}

#example1 li li a{
margin:0px 0px 0px 12px;
padding:3px 0px 3px 6px;
/*
padding:2px 10px 2px 10px;
border-top:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #696969;
border-bottom:1px solid #757575;
*/
background-image: url(images/menu_back.gif);
background-color: #00008b;
color:#fff;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
line-height:110%;
/*
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #006;

border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D7DFFD;
*/
}

#example1 li li a:hover{
color:#006;
background-color: #fff;
background-image: url(images/menu_back_hover_white.gif);
/*border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #fff;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:normal;
line-height:110%;
}




#example1 li li.active a{
/*border-top:1px solid #5F5F5F;
border-bottom:1px solid #7B7B7B;
border-left:1px solid #757575;
border-right:1px solid #9A9A9A;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #fff;*/
background-image: url(images/menu_back_active.gif);
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:normal;
line-height:110%;
}

#example1 li li.active a:hover{
background-image: url(images/menu_back_active.gif);
color:#000;
/*border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:normal;
line-height:110%;
}

#logobox {
width:200px;
height:125px;
}
#logobox a {
background-image: url(images/logo_action.gif);
background-position:right center;
background-repeat:no-repeat;
display:block;
width:130px;
height:80px;
}
#logobox a:hover {
background-position:left center;
}
