/********
Copyright:	© 2008,2009, Andrey Mirtchovski 
Name:		Mirtchovski.com website
Author:		Andrey Mirtchovski
Email:		see http://mirtchovski.com

Licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).

You are free:
	* to copy, distribute, display, and perform the work
	* to make derivative works

Under the following conditions:
	* Attribution. You must attribute the work in the manner  specified by  the
	  author or licensor.
	* Noncommercial. You may not use this work for commercial purposes.

* For  any  reuse  or  distribution, you  must make clear to others the license
  terms of this work.
* Any  of  these  conditions  can  be  waived  if  you  get permission from the 
  copyright holder.

Your fair use and other rights are in no way affected by the above.
*********/

#yearnav {
	margin:0;
	padding:0px;
}
#yearnav li {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #aaaaaa;
}
#yearnav li ul li { 
	background: transparent url(bgc.jpg) repeat scroll top left;
	text-align: left;
	color: #CCCCCC;
	display: block;
	width: 200px;
	padding-left: 0px;
}

#yearnav ul ul {
	position: absolute;
	top: 15px;
	left: -1px;
	width: 100.5%;
	text-align:center;
	padding-top:13px;
	z-index:3
}

div#yearnav ul ul {
	display: none;
}

div#yearnav ul li:hover ul {
	display: block;
}

div#yearnav ul ul, div#yearnav ul li:hover ul ul {
	display: none;
}

div#yearnav ul li:hover ul {
	display: block;
}

div#yearnav ul li:hover ul, div#yearnav ul ul li:hover ul {
	/*padding-bottom:10px;*/
	display: block;
	width: 400px;
	padding-top: 0px;
}

div#navstyle {
}



