#mainNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 38px;
	background: url(../images/navback_off.jpg) repeat-x;
}
#mainNavigation li {
	float: left;
	margin-top: 0px;
	height: 38px;
	line-height: 38px;
}
#mainNavigation a {
	display: block;
	width: 142px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a:hover {
	display: block;
	width: 142px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.author {
	display: block;
	background: none;
	width: 52px;
}
#mainNavigation a.author:hover {
	width: 52px;
	color: #FFF;
	background-image: url(../images/navback_on_author.jpg);
	background-repeat: repeat;
}
#mainNavigation a.small {
	display: block;
	background: none;
	width: 74px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.small:hover {
	width: 74px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.big {
	display: block;
	background: none;
	width: 153px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.big:hover {
	width: 153px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.medium {
	display: block;
	background: none;
	width: 150px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.medium:hover {
	width: 150px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.bigger {
	display: block;
	background: none;
	width: 158px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.bigger:hover {
	width: 158px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.huge {
	display: block;
	background: none;
	width: 170px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.huge:hover {
	width: 170px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
#mainNavigation a.smaller {
	display: block;
	background: none;
	width: 137px;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/topnav_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavigation a.smaller:hover {
	width: 137px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/navback_on.jpg);
	background-repeat: repeat;
}
/* Dropdown starts */
#mainNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	width: 150px;
	background: none;
	position: absolute;
	display: none;
}
#mainNavigation ul li {
	width: 200px;
	margin: 0;
	height: 25px;
	line-height: 25px;
}
#mainNavigation ul li a {
	float: none;
	height: 25px;
	line-height: 25px;
	width: auto;
	text-align: left;
	padding-left: 20px;
	color: #003500;
	background: #55D29A;
}
#mainNavigation ul li a:hover {
	float: none;
	height: 25px;
	line-height: 25px;
	width: auto;
	text-align: left;
	padding-left: 20px;
	color: #FFF;
	background: #1F7851;
}
#mainNavigation li:hover ul {
	display: block;
}
#mainNavigation li:hover, #mainNavigation li.hover {
    position: static;
}
/* Dropdown ends */

#subNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 38px;
}
#subNavigation li {

    border-top: 1px solid white;
    line-height: 38px;
    margin-top: 0;
	}
#subNavigation a {
	display: block;
	width: 177px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#subNavigation a:hover {
	display: block;
	width: 177px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #0f84c9
}
#subNavigation a.author {
	display: block;
	background: none;
	width: 177px;
	border-bottom:1px solid white
}
#subNavigation a.author:hover {
	width: 177px;
	color: #FFF;
	background-color: #0f84c9
}
/* Dropdown starts */
#subNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	position: absolute;
}
#subNavigation ul li {
	width: 200px;
	margin: 0;
	height: 25px;
	line-height: 25px;
}
#subNavigation ul li a {
	line-height: 25px;
	width: auto;
	text-align: left;
	padding-left: 20px;
	color: #003500;
	background: #55D29A;
}
#subNavigation ul li a:hover {
	line-height: 25px;
	width: auto;
	text-align: left;
	padding-left: 20px;
	color: #FFF;
	background: #1F7851;
}
#subNavigation li:hover ul {
	display: block;
}
#subNavigation li:hover, #subNavigation li.hover {
    position: static;
}
#subNavigation a:active
{
    background: #C20016;
}
#subNavigation li#active a
{
    background: #C20016;
}
/* Dropdown ends */
