/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
.imageright {
	float: right;
	clear: right;
	padding: 0 0 15px 15px;
}
.imageleft {
	float: left;
	padding: 0 15px 15px 0;
}
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
.linklist li {
   width: 300px;
   float: left;
   padding: 10px;
}
.linklist h2 {
   font-weight: bold;
   clear: left;
}
.tip {

}
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Apex' */
/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS Document */

body {
	width: 100%;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #282431;
}
a {
	color: #615189;
	font-weight: normal;
	background-image: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #666666;
	font-weight: normal;
}
h4 {
	color: #333333;
	font-size: 11pt;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

h5 {
	margin: 0px;
	font-size: 10pt;
	padding-left: 8px;
	padding-top: 8px;
	text-decoration: underline;
}
h6 {
	margin: 0px;
}
#wrapper {
	width: 100%;
}
/* Groups */
#group_container {
	width: 100%;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	background: url(uploads/layout/top-groups-back.png) #3F394C no-repeat center top;
	text-align: left;
	font-size: 0.8em;
	line-height: 29px;
}
#group {
	width: 960px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
}
#group li {
	display: inline;
	color: #CCCCCC;
}
#group li a {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	height: 29px;
	line-height: 29px;
	display: block;
	float: left;
}
#group #groupright {
	float: right;
}
#group .selected {
	color: #FFFFFF;
	background-image: url(uploads/layout/groupselected.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 29px;
	height: 29px;
}
#group #groupleft {
	float: left;
}
#group #groupleft a {
	font-weight: bold;
}
/* Header */
#header_container {
	width: 100%;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(uploads/layout/headerback_repeat.jpg);
	background-position: center;
}
#header {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_pic.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
/* Different header pictures for each page */

#header1 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_pic.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header2 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_news.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header3 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_about.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header4 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_services.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header5 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_projects.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header6 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_pic.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header7 {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_contact.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header_management {
	width: 960px;
	height: 128px;
	background-image: url(uploads/layout/header_management.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
/* Headerpics End */
#header_logo {
	width: 960px;
	height: 0px;
	float: right;
	padding-top: 96px;
	overflow: hidden;
}
#navcontainer {
	width: 960px;
	float: left;
	overflow: hidden;
	height: 32px;
	text-align: left;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: left;
	font-size: 1em;
	height: 32px;
	}

#nav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

#nav a {
	float: left;
	color: #FFFFFF;
}	
#nav a:hover,#nav a:active,.current {
	}
/* Middle part */
#mid_container {
	width: 100%;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(uploads/layout/headerboxes_back.png);
	background-position: center;
}
#mid_image {
	width: 960px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(uploads/layout/midpic.jpg); */
}
/* Testausta */
   #mid_container2 {
	width: 100%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(uploads/layout/menuback.png);
	background-position: center;
}
   #mid_image2 {
	width: 960px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
/*	background: url(uploads/layout/menuback_right.png) no-repeat; */
	background-position: right top;
   }
   #mid_image2 ul {
	background: url(uploads/layout/topmenu_right.png) no-repeat left top;
	height: 40px;
	margin: 0 0 0 1px;
	display: block;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
   }
   #mid_image2 li {
	display: inline;
	float: left;
	color: #fff;
	margin: 0;
	line-height: 40px;
	background: url(uploads/layout/topmenu_right.png) no-repeat right top;
   }
   #mid_image2 a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 30px 0 30px;
	background: url(uploads/layout/topmenu_left.png) no-repeat left top;
   }

/* Testaus loppu */

/* Contents */
#content_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(uploads/layout/contentwrapback.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(uploads/layout/contentback.gif); 
	background-repeat: repeat-y;
	background-position: top left;
}
#content #leftcolumn {
	float: left;
	width: 219px;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 1.2em;
/*
	background-image: url(uploads/layout/leftcolumn-back.png);
	background-repeat: no-repeat;
	background-position: right top; */
	
	padding-bottom: 10px;
	padding-top: 10px;

}
#content #leftcolumn li {
	font-size: 1.0em;
	padding: 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-weight: bold;
	color: #46558D;
/*	border-right: 1px solid #ccc; */
}
#content #leftcolumn li.currentpage a {
	color: #4A5991;
}
#content #leftcolumn ul li a {
	font-weight: bold;
	color: #46558D;
	text-decoration: none;
	padding: 0 10px 0 0;
	line-height: 1.4em;
}
#content #leftcolumn h3 {
	color: #46558D;
}
#content #leftcolumn ul ul li {
	border:none;
/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC; */
	padding: 5px 0 5px 0;
	font-size: 90%;
	margin: 0;
}
#content #leftcolumn ul ul {
	margin: 10px 0 0px 0;
}
#content #leftcolumn ul li ul li a {
	background-image: url(uploads/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
	display: block;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 8px;
}
#content #leftcolumn ul li ul li a:hover {
	background-position: 0px 7px;
}
#content #leftcolumn a:hover {
	color: #47578F;
	text-decoration: none;
}
#leftcolumn h2 {
	color: #4A5991;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}
#content #rightcolumn {
	float: left;
	width: 720px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
#content #rightcolumn h1 {
	color: #46558D;
	font-size: 1.6em;
	margin: 10px 0 20px 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	text-transform: uppercase; */
/*	font-variant:small-caps; */
	letter-spacing: -1px;

}
#rightcolumn h2 {
/*	color: #615189; */
	color: #4A5991;
	padding: 15px 0 15px 10px;
}
#rightcolumn p {
	line-height: 1.5em;
	padding: 0 0 15px 0;
	font-size: 80%;
	color: #555;
	margin-left:  10px;
}
#content #rightcolumn h3 {
	color: #4A5991;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #rightcolumn .news {
	display: inline;
	margin: 0;
	width: 240px;
	line-height: 1.4em;
	float: left;
}
#content #rightcolumn .news p {
	padding: 0 0 8px 0;
}
#content #rightcolumn .newspic {
	float: right;
	padding-left: 0px;
}
#content #rightcolumn #news {
	float: left;
	padding-right: 10px;
}
#rightcolumn ul {
	list-style: circle;
	margin: 10px 20px 20px 10px;
	font-size: 80%;
}
#rightcolumn ul li {
	list-style: circle;
	margin: 3px 20px;
}
/* Footer */
#footer_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(uploads/layout/footer_back.png);
	clear: both;
	background-position: center top;
	height: 300px;
	background-repeat: repeat-x;
	background-color: #303B69;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	text-align: left;
	font-size: 80%;
}
#footer p {
	line-height: 1.2em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer h3 {
	font-size: 120%;
	color: #FFFFFF;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footermanagement {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	text-align: left;
	font-size: 80%;
}
#footermanagement p {
	line-height: 1.2em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#footermanagement a {
	color: #CCCCCC;
	text-decoration: none;
}
#footermanagement h3 {
	font-size: 120%;
	color: #FFFFFF;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footerblock_first {
	width: 220px;
	margin: 0 10px;
	float: left;
	display: inline;
}
#footerblock_first img {
	margin: 15px 0px 0 0;
	float: left;
}
#footerblock_second {
	width: 220px;
	margin: 0 10px;
	float: left;
	display: inline;
}
#footerblock_second_management {
	width: 300px;
	margin: 0 10px;
	float: left;
	display: inline;
}
#footerblock_second .address p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
#footerblock_first li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(uploads/layout/footer_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#footerblock_third {
	width: 460px;
	margin: 0 10px;
	float: left;
	display: inline;
}
/* Copyright */
#copyright_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(uploads/layout/copyright-back.png);
	clear: both;
	background-position: center top;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #d4d4d4;
	clear: both;
	height: 35px;
	padding: 5px 0 0 0;
}
#copyright #subscribe {
	color: #D35B04;
	display: block;
	float: left;
	padding-right: 25px;
	height: 45px;
	line-height: 35px;
	width: 180px;
}
#copyright #subscribe a {
	display: block;
	color: #D35B04;
	background: url(images/cms/xml_rss.gif) no-repeat right center;
	padding: 0 23px 0 0;
	height: 35px;
}
#copyright #copy_apex {
	float: left;
	display: block;
	line-height: 35px;
	padding-right: 3px;
}

/* Random stuff */
.list {
	margin: 0px;
	list-style-type: square;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.list li {
	margin: 0px;
	list-style-type: square;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
}
#rightcolumn .linklist ul {
	margin: 0 0 10px 10px;
	list-style: none;
}
#rightcolumn .linklist li {
	list-style: none;
	width: 280px;
	float: left;
	padding: 0px;
	display: block;
	background-image: url(uploads/layout/menu_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 5px 0 5px 0px;
}
.linklist a {
	font-decoration: none;
	padding: 5px 0 5px 8px;
}
#inline-list {
	width: 520px;
	text-align: center;
	float: left;
	}

#inline-list ul {
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#inline-list li {
	display: inline;
	font-weight: bold;
	margin: 10;
	padding: 10;
	}
#inline-list a {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}
#inline-list a:hover {
	color: #666666;
}
.clear {
	clear: both;
}
.serviceimage {
	float: right;
	clear: right;
	padding: 0 0 15px 15px;
}
/* Indexblocks */
.block {
	margin: 7px 0 10px 0;
	width: 210px;
	float: left;
}
#leftcolumn .block h2 {
	color: #4A5991;
	margin: 0 0 5px 0;
	background-image: url(uploads/layout/menu_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 5px 0 5px 8px;
}
.block p {
	padding: 0 0 5px 8px;
}

/* Contact Us */

#contactblock p {
   padding-top: 10px;
}

/* Projectpage */
#rightcolumn .project_small {
   width: 220px;
   padding: 10px 10px 20px 10px;
   float: left;
}
#rightcolumn .project_small .projectitem h2 {
   padding: 5px 0 8px 0;
   margin: 0;
   font-weight: bold;
   font-size: 90%;
}
#rightcolumn .project_small .projectitem p {
   padding: 0;
   margin: 0;
   font-size: 80%;
}
#rightcolumn .project_small a {
   text-decoration: none;
   font-weight: bold;
}
#rightcolumn .product_detail_field {
   float: right;
   width: 220px;
   margin: 0 10px;
}
#rightcolumn .product_detail_field img {
   margin: 5px 0 10px 0;
}
#rightcolumn .product_detail_field p {
   padding: 0;
   margin: 0;
   font-size: 80%;
}
#project_details {
   float: left;
   width: 480px;
}
.projectitem {
   height: 240px;
}
#project_additional {
   padding: 15px 0 0 0;
}
#leftcolumnlinks {
   float: left;
   width: 270px;
}

#rightcolumnlinks {
   float: left;
   width: 270px;
}
/* End of 'Apex' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
   font-size: 90%;
 }

.NewsSummaryMorelink {
  padding: 5px 0 0 0;
   font-size: 80%;
}

#NewsPostDetailDate {
  margin: 5px 0 10px 10px;
  font-weight: bold;
  font-size: 80%;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  font-size: 80%;
  margin: 5px 0 10px 15px;
  }

#NewsPostDetailContent p {
  line-height: 150%;
  padding: 0 0 15px 0;
  }
#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailTitle {
  font-size: 80%;
  margin: 5px 0 10px 10px;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
#NewsSummarySummary p {

}
.news {
   margin: 0 0 20px 0;
}
#footer .news p {
	font-style: italic;
	font-size: 1.2em;
}

.news .NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
   font-size: 100%;
   float: left;
   display: inline;
 }
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* 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 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* 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 {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* 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 {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   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 'Navigation: Simple - Vertical' */

