/* Start of CMSMS style sheet 'sg08_menu' */
/********************
MENU
*********************/
#menu_vert {
   margin-top: 0px;
   padding-top: 10px;
   padding-left: 10px;

   width: 148px;     /* sidebar width, if you change this please also change #main margins */
   height: 314px;

   font-size: 20px;
   text-align: left;
   background: transparent url(images/soho/menu.jpg) no-repeat; 
}

#freedom_partners {
   margin-left: 0px;
   margin-top: 10px;

   width: 147px;     /* sidebar width, if you change this please also change #main margins */
   height: 295px;

   background: transparent;
   /*background: transparent url(images/soho/freedom_mode.jpg) no-repeat; */
}

div#menu_vert img{
   padding-left: 40px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block;
   border-bottom: 0px solid red;
   padding: 0.3em 0em 0.2em 0em; /* some air for it */
   color: #95B0DA; /* this will be link color for all levels */
   font-size: 16px;

   /*letter-spacing: -0.2px;*/
}


/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #95B0DA;
   font-weight:normal;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul ul a {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   color: #95B0DA;
   font-weight:normal;
}



/* hover state for all links */
div#menu_vert a:hover {
   color: #fff;
}

div#menu_vert ul li a:hover{
}

div#menu_vert ul ul a:hover {
}

div#menu_vert a.activeparent:hover {
}


/*
curent page
*/
.currentpage{

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   display: block;
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-weight:normal;
   font-size: 16px;
}

div#menu_vert ul ul li a.activeparent {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #fff;     
   font-weight:normal;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   font-weight:normal;
   color: #fff;
   font-size: 16px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

div#menu_vert ul ul ul h3 {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}


/* End of 'sg08_menu' */