@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
#topContainer #leftCol .menu2 ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#topContainer #leftCol .menu2 li{
	float: left;
	position: relative;
	z-index: 100;
	clear: both;
	display: block;
	font-size: 1.2em;
	width: 150px;
	text-align: left;
}

/* use the table to position the dropdown list */
#topContainer #leftCol .menu2 table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
/* style all the links */
#topContainer #leftCol .menu2 a , #topContainer #leftCol .menu2 :visited{
	display: block;
	color: #006699;
	text-decoration: none;
	text-align: left;
	font-family: verdana, sans-serif;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	font-size: 14px;
}

/* style the links hover */
#topContainer #leftCol .menu2 :hover{
	color:#FFFFFF;
	background-color: #666666;
	text-align: left;
}

/* hide the sub level links */
#topContainer #leftCol .menu2 ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	background-color: #E4E4E4;
	padding-bottom: 10px;
	width: 150px;
	text-align: left;
}
/* make the sub level visible on hover list or link */
#topContainer #leftCol .menu2 ul li:hover ul,
#topContainer #leftCol .menu2 ul a:hover ul{
	visibility:visible;
	color: #069;
	background-color: #E4E4E4;
	font-size: 1em;
	text-align: left;
	display: block;
}
#topContainer #leftCol .menu2 ul li ul li .writerName{
	font-size: 10px;
}
