/* Start of CMSMS style sheet 'Halikkoworks - navi vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}
#menu_vert ul {
	padding-left: 0;
	margin-left: 0;
	width: 160px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid #c0c0c0;*/
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   display: block; /* IE has problems with this, fixed above */
   min-height:1em; /* Fixes IE7 whitespace bug */
	color: #666666;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
	background-image: url(../images/halikkoworks/hw_menu_bg_transp.gif);
	/*border-bottom: 1px solid #959595;*/
	/*border-top: 1px solid #959595;*/
	margin: 0;
	padding: 4px 0 4px 25px;
	display: block;
	/*background-position: 0 top;*/
	text-transform: uppercase;
	font-size: 10px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	width: 126px;
	padding-right: 10px;
	padding-left: 24px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background: none;
	border: none;
	text-transform: none;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   /*padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; */
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #FF3C00;
}
div#menu_vert a.activeparent:hover {
   /*background-color: #C3D4DF;
   color: #18507C;*/
text-decoration: underline;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/halikkoworks/hw_menu_bg_orange.gif);
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	margin: 0;
	padding: 4px 0 4px 25px;
	display: block;
	background-position: 0 top;
	text-transform: uppercase;
	font-size: 10px;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #ff3c00;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/halikkoworks/hw_menu_bg_orange.gif);
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	margin: 0;
	padding: 4px 0 4px 25px;
	display: block;
	background-position: 0 top;
	text-transform: uppercase;
	font-size: 10px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
	width: 126px;
	padding: 3px 10px 3px 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3C00;
	text-decoration: none;
	background: none;
	border: none;
	text-transform: none;
	font-weight: normal;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   /*padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; */
}

/* section header */
div#menu_vert li.sectionheader {
	height: 17px;
	width: 136px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #666666;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
border: none;
border-bottom: 1px solid #959595;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding: 10px 0 10px 0;
   background: none;
   border: none;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Halikkoworks - navi vertical' */

