﻿/* Sub nav */

div.mod-subnav {
	float: right;
	width: 15em;
	background: url(../library/crumb-bg-2.gif) no-repeat 100% 0 transparent;
	z-index: 3;
	padding: 40px 0 0 0;
	position: relative;
	top: 0;
	}

/* ul
-----------------------------------*/

div.mod-subnav ul {
	color: #fff;
	background: url(../library/subnav-foot-bg.gif) no-repeat 50% 100% #27b;
	margin: 0;
	padding: 0 0 120px 0;
	}

div.mod-subnav ul ul {
	background: #059;
	padding: 0 0 0 0;
	}

div.mod-subnav ul ul ul {
	background: #036;
	}

 

/* li
-----------------------------------*/
div.mod-subnav li {
	margin: 0;
	padding: 0;
	}


/* h2
-----------------------------------*/
div.mod-subnav h2 {
	font-size: 136%;
	color: #bef;
	background-color: #1D74B8;
	margin: 0;
	padding: 0 0 .5em .3em;
	border-bottom: solid 1px #8bd;
	}

div.mod-subnav h2 a {
	display: block;
	padding: 0 0 .5em .3em;
	padding: 0 0 0 0;
	color: #bef;
	text-decoration: none;
	}

div.mod-subnav h2 a:link {
	color: #bef;
	text-decoration: none;
	}
div.mod-subnav h2 a:visited {
	color: #bef;
	text-decoration: none;
	}
div.mod-subnav h2 a:focus {
	color: #fd0;
	text-decoration: none;
	}
div.mod-subnav h2 a:hover {
	color: #fd0;
	text-decoration: none;
	}
div.mod-subnav h2 a:active {
	color: #fd0;
	text-decoration: none;
	}


/* a / strong
-----------------------------------*/

#subnav a,
#subnav strong {
	cursor:	pointer;
	text-decoration: none;
	display: block;
	margin: 0;
	border-bottom: solid 1px #8bd;
	}


#subnav a {
	padding: .3em 1.5em .4em .5em;
	width: 12.9em;
	}

#subnav strong {
	padding: .3em 1.5em .4em 1.5em;
	width: 11.9em;
	}


#subnav li li a {
	padding: .3em 1.5em .4em 1.5em;
	width: 11.9em;
	}

#subnav li li strong {
	padding: .3em 1.5em .4em 1.5em;
	width: 11.9em;
	}


#subnav li li li a {
	padding: .3em 1.5em .4em 2.5em;
	width: 10.9em;
	}

#subnav li li li strong {
	padding: .3em 1.5em .4em 2.5em;
	width: 10.9em;
	}


#subnav li li li li a {
	padding: .3em 1.5em .4em 3.5em;
	width: 9.9em;
	}


#subnav li li li li strong {
	padding: .3em 1.5em .4em 3.5em;
	width: 9.9em;
	}


#subnav strong {
	cursor:	default;
	font-weight: bold;
	background: url(../library/navactive1.gif) no-repeat 2px .6em;
	}

div.mod-subnav a:link {
	color: #fff;
	text-decoration: none;
	}
div.mod-subnav a:visited {
	color: #fff;
	text-decoration: none;
	}
div.mod-subnav a:focus {
	color: #fd0;
	text-decoration: none;
	}
div.mod-subnav a:hover {
	color: #fd0;
	text-decoration: none;
	}
div.mod-subnav a:active {
	color: #fd0;
	text-decoration: none;
	}

div.mod-feed {
	float: right;
	width: 15em;
	z-index: 3;
	position: relative;
	top: 0;
	clear: right;
	}

div.mod-feed a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: .6em 1.5em .7em .5em;
	width: 12.9em;
	background: #27b;
	}

div.mod-feed p {
	margin: 0;
	padding: 0;
	}

div.mod-feed img {
	position: absolute;
	top: 4px;
	right: 6px;
	}

div.mod-feed a:link {
	color: #fff;
	text-decoration: none;
	}
div.mod-feed a:visited {
	color: #fff;
	text-decoration: none;
	}
div.mod-feed a:focus {
	color: #fd0;
	text-decoration: none;
	}
div.mod-feed a:hover {
	color: #fd0;
	text-decoration: none;
	}
div.mod-feed a:active {
	color: #fd0;
	text-decoration: none;
	}
