﻿/*
#accordion {
    list-style: none;
    padding: 0 0 0 0;
    width: 170px;
}
#accordion div {
    display: block;
    background-color: #FF9927;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 7px;
    list-style: circle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul{
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 7px;
}
#accordion a {
    text-decoration: none;
}
#accordion a:hover {
    text-decoration: underline;
}
*/

/*
#accordion {
    font-size:1.5em; 
    width:280px;
    display: block;
    margin: 0 auto; 
    
}
#accordion div {
    display: block;
    background-color: #FF9927;
    background-color: #04172A;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5 5 5 7px;
    list-style: none;
}
#accordion ul {
    margin:0px; 
    padding:0px;
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 7px;
}
#accordion a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:40px;
 line-height: 30px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#accordion a:hover {
    text-decoration: underline;
}


*/
#vertical-navigation 
{
    font-size:1.5em; 
    width:280px;
}
/*
#vertical-navigation ul 
{
    margin:0px; padding:0px;
}
 
#vertical-navigation li 
{
    list-style: none;
} 

ul.top-level 
{
    background:#666;
}

ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#vertical-navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:40px;
 line-height: 30px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}

#vertical-navigation a:hover{
 text-decoration:underline;
}

#vertical-navigation li:hover {
 background: #f90;
 position: relative;
}


/* Accordion layout */

/*navigate {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	 
#nav > li > a {
	display: block;
	padding: 16px 18px;
	padding: 5px 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #d4d4d4;
	text-decoration: none;
	border-bottom: 1px solid #212121;
	background-color: #343434;
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
	background: -webkit-linear-gradient(top, #343434, #292929);
	background: -moz-linear-gradient(top, #343434, #292929);
	background: -ms-linear-gradient(top, #343434, #292929);
	background: -o-linear-gradient(top, #343434, #292929);
	background: linear-gradient(top, #343434, #292929);
}
#nav > li > a:hover, #nav > li > a.open {
	color: #e9e9e9;
	border-bottom-color: #384f76;
	background-color: #6985b5;
	background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
	background: -webkit-linear-gradient(top, #6985b5, #456397);
	background: -moz-linear-gradient(top, #6985b5, #456397);
	background: -ms-linear-gradient(top, #6985b5, #456397);
	background: -o-linear-gradient(top, #6985b5, #456397);
	background: linear-gradient(top, #6985b5, #456397);
}

#nav li ul { display: none; background: #4a5b78; }
	 
#nav li ul li a {
	display: block;
	background: none;
	padding: 10px 0px;
	padding-left: 30px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #e3e7f1;
	text-shadow: 1px 1px 0px #000;
}
#nav li ul li a:hover {
	background: #394963;
}
*/


/* nav menu styles */
/*
#nav {
	display: block;
	width: 250px;
	margin: 0 auto;
	/*-webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 3px 2px 3px rgba(0,0,0,0.7);*/
/*}	 
#nav > li > a {
	display: block;
	padding: 16px 18px;
	font-size: 1.3em;
	font-weight: bold;
	color: #d4d4d4;
	text-decoration: none;
	border-bottom: 1px solid #212121;
	background-color: #343434;
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
	background: -webkit-linear-gradient(top, #343434, #292929);
	background: -moz-linear-gradient(top, #343434, #292929);
	background: -ms-linear-gradient(top, #343434, #292929);
	background: -o-linear-gradient(top, #343434, #292929);
	background: linear-gradient(top, #343434, #292929);
}

#nav > li > a:hover, #nav > li > a.open {
	color: #e9e9e9;
	border-bottom-color: #384f76;
	background-color: #6985b5;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
	background: -webkit-linear-gradient(top, #6985b5, #456397);
	background: -moz-linear-gradient(top, #6985b5, #456397);
	background: -ms-linear-gradient(top, #6985b5, #456397);
	background: -o-linear-gradient(top, #6985b5, #456397);
	background: linear-gradient(top, #6985b5, #456397); */
/*}

#nav li
{
    list-style: none;
}

#nav li ul 
{ 
    display: none; 
    background: #4a5b78; 
}
 
#nav li ul li a {
	display: block;
	background: none;
	padding: 10px 0px;
	padding-left: 30px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #e3e7f1;
	text-shadow: 1px 1px 0px #000;
}

#nav li ul li a:hover {
	background: #394963;
} */

/* If you want to make 100% width, you can skip this one. */
.categorylist{
   width:250px;
   text-align: left;
   height: 350px;
}
/* Remove the default margin and padding and style of UL tags */
.categorylist ul , .categorylist ul li{
    margin:0;
    padding:0;
    list-style:none;
}
 
/* We set the first level menu background. These properties will apply to the submenu as well. Note: the list must have a relative position, this position is used for allocating the position the arrow and rss icon. */
.categorylist ul li{
    background: #afd0e7;
    border-bottom: 1px solid #f1f8fd;
    background: #555555;
    position: relative;
    cursor:pointer;
}
 
/* We style menu link */
.categorylist ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 7px;
    display:inline-block;
}
 
/* We style the border top of the first sub menu */
.categorylist ul li ul li.lisubfirst{
    border-top: 1px solid #f1f8fd;
}
 
/* We remove the border bottom of the last sub menu */
.categorylist ul li ul li.lisublast{
    border-bottom:none;
}
 
/* We style the second level menu*/
.categorylist ul li ul li{
    background:#c2dbed;
}
 
/* We style the second level link */
.categorylist ul li ul li a{
   padding: 10px 20px;
}
 
/* We style the first level menu */
.categorylist ul li ul li ul li{
    background:#d7e9f6;
}
 
/* We style the third level link */
.categorylist ul li ul li ul li a{
     padding: 10px 40px;
}
 
/* We include a rss icon and place it absolutely to the top right 10px */
/*.spanrss{
    background:url(rss.png) no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    right:10px;
    top:10px;
    display:inline-block;
} */
 
/* Make sure we specify the dimension and set it to inline-block */
/*spanrss a{
    width:16px;
    height:16px;
    display:inline-block;
    overflow:hidden;
    cursor:pointer;
} */
 
/* We style the arrow up and down icon. */
/*.spanarrowup, .spanarrowdown{
    width:15px;
    height:15px;
    position:absolute;
    right:32px;
    top:11px;
    cursor:pointer;
    background:url(arrow_top.png) no-repeat;
    display:inline-block;
    overflow:hidden;
}
 
.spanarrowdown{
    background:url(arrow_bottom.png) no-repeat;
} */