@charset "utf-8";

#SiteSideMenu {
height:600px;
width:133px;
float:left;
overflow:visible;
background-image:url(../images/bg_nav_top.png);
background-repeat:no-repeat;
position: relative;
z-index:80;
text-transform:capitalize;
}

#SiteSideMenu #Content {
top:0px;
left:0px;
padding-right:0px;
overflow:visible;
height:auto;
z-index:80;
}

#SiteSideMenu a, #SiteSideMenu a:visited {
color:#868686;
text-decoration:none;
}

#SiteSideMenu li span {
display:block;
}

#SiteSideMenu li span:hover, #SiteSideMenu li span:hover {
display:block;
color:#676767;
text-decoration:none;
background-image:url(../images/side-menu-over.png);
background-color:#E0E0E0;
background-repeat:repeat-y;
}

* html #SiteSideMenu span:hover {
background-image:none;
color:#676767;
text-decoration:none;
background-color:#E0E0E0;
margin-right:3px;
}

#SiteSideMenu ul {
}

.menu {
margin:0px;
padding:0px;
padding-left:0px;
list-style:none;
}

.menu li a {
display:block;
font-size:11px;
margin-top:10px;
padding:5px 8px 5px 20px;
height:auto;
overflow:visible;
cursor:pointer;
}

.submenu {
margin:0px;
padding:0px;
list-style:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DFDFDF;
padding-bottom:10px;
}

.submenu li {
margin:0px;
padding:0px;
border:0;
list-style:none;
}

.submenu li a {
height:auto;
margin-top:4px;
padding-top:5px;
padding-bottom:5px;
display:block;
padding-left:20px;
overflow:visible;
font-size:11px;
z-index:1000;
}

.active {
color:#676767;
text-decoration:none;
background-image:url(../images/side-menu-over.png);
background-color:#E0E0E0;
background-repeat:repeat-y;
}

.arrow
{background-image:url(../images/li_arrow_right.png);
background-position:6px 8px;
background-repeat:no-repeat;
z-index:10000;
}

.greendot {background-image:url(../images/li_square_green.png);
background-position:8px 10px;
background-repeat:no-repeat;}

.arrow-down
{background-image:url(../images/li_arrow_down.png);
background-position:6px 8px;
background-repeat:no-repeat;}

.dot {background-image:url(../images/li_square.png);
background-position:8px 10px;
background-repeat:no-repeat;}

