/*
Theme Name: Zumbrunnen Blog Theme
Theme URI: http://www.zumbrunnen.com/blog/
Description: Zumbrunnen Blog Theme.
Version: 1.0
Author: Paras Mani Jain
Author URI: http://trilokteerthdham.com/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Paras Mani Jain,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#right_colom ul, #right_colom ul ol {
	margin: 0;
	padding: 0;
	}

#right_colom ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#right_colom ul p, #right_colom ul select {
	margin: 5px 0 8px;
	}

#right_colom ul ul, #right_colom ul ol {
	margin: 5px 0 0 10px;
	}

#right_colom ul ul ul, #right_colom ul ol {
	margin: 0 0 0 10px;
	}

ol li, #right_colom ul ol li {
	list-style: decimal outside;
	}

#right_colom ul ul li, #right_colom ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 70%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px 10px;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Start of CMSMS style sheet 'zumbrun' */
/* CSS Document */
body{
	margin:0px; padding:0px 0px 0 0px; background:url(/images/body_rpt.jpg) 0 0 repeat-x #E2EFF5;
	color:#333; font-family:Arial, Helvetica, sans-serif; font-size:13px;
	}
.al_center{text-align:center;}
.clear{clear:both;}
.float_l{float:left;}
.float_r{float:right;}

a:link {
	color: #006DA6;
	text-decoration: underline;
	}
a:hover {
	color: #74716D;
	text-decoration: underline;
	}
a:visited {
	color: #006DA6;
	text-decoration: underline;
	}

#main_container{
	background:url(/images/main_container_bg.jpg) 0 0 no-repeat;
	width:991px; margin:0 auto;
	}
#main_container_inner{
	width:946px; margin:0 auto;
	}
#header_container{
	}
.header_top{
	height:306px;
	}
.logo{float:left;}
.slogan_top{
	padding:17px 0px 0 0px;
}
.search_box .input_txt{
background:url(/images/search_input_bg.gif) 0 0 no-repeat; 
width:140px; height:20px; border:none; float:left;
}
.go_btn{background:url(/images/go_btn.gif) 0 0 no-repeat; border:none; cursor:pointer; padding:0px; margin-left:7px; float:left; width:23px; height:23px;}
.top_links{
	padding:18px 19px 0 0px; text-align:right; color:#DAF1FF; font-size:15px; font-weight:bold; width:50%; float:right;
	}
.top_links a{
	color:#DAF1FF;
	text-decoration:none;
	font-size:14px; font-weight:bold; text-transform:uppercase;
	}
.top_links a:hover{
	text-decoration:underline;
	}
.navigation{
	padding:0 0 0 56px; 
	
	}
.login_btn_top{float:right; padding-right:22px;} 
.navigation ul{
	margin:0px; padding:7px 0 0 0px; background:url(/images/navi_rpt.jpg) 0 7px repeat-x; display:block; height:25px;
	width:678px; float: left;
	}
.navigation ul li{
	margin:0px; list-style:none; float:left; padding:0px 14px 0 0;
	}
li.end_nav{
	padding:0px;
	}
.navigation ul li a{
	color:#4E4E50;
	font-size:16px; font-weight:bold; text-decoration:none; 
	float:left; display:block; height:25px; line-height:25px; padding:0px 18px 0 19px; white-space:nowrap;
	}
.navigation ul li a:hover, .navigation ul li a.active{
	background:url(/images/navi_active.jpg) 0 0 repeat-x;
	text-decoration:underline;
	}
.navi_sublink{
	clear:both; width:122%; padding:0 0 0 15px;
	}
.navi_sublink a{
	font-family:Helvetica, "times New Roman", Arial;
	font-size:13px;
	color:#857E71;
	padding:0 3px;
	text-decoration:none;
	font-weight: bold;
	}
.navi_sublink a:hover, .navi_sublink a.active{
	font-weight:bold;
	text-decoration:underline;
	color: #303233;
	}
#main_body{
	background: url(/images/main_box_rpt.jpg) 0 0 repeat-x #FFFFFF;
	border-left:2px solid #D8F0FE; border-right:2px solid #D8F0FE;
	width:942px;
	}

#content_section{
	padding:0 5px 0 10px;
	}
#left_colom{
	float:left;
	width:207px; padding:36px 0 0 0px;
	}
h2.box_heading, #right_colom h2{
	background:url(/images/fnd_solution_box_top.jpg) 0 0 no-repeat;
	margin:0px; padding:0px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:17px; line-height:36px;
	text-align:center;
	}
.boxline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.left_colom_box_border{
	border-left:2px solid #AAA8AA; border-right:2px solid #AAA8AA; background:#E5EEFA; width:203px;
	}
.left_colom_box_bot{
	background:url(/images/fnd_solution_box_bot.gif) 0 0 no-repeat #E5EEFA;
	height:12px;
	}
.left_colom_box_border img{padding-right:5px;}

.facility_assesment{
	border-bottom:1px solid #CCCCCC;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 3px;
	}
.facility_assesment a{
	color:#115184;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	vertical-align: middle;
	}
.facility_assesment a:hover{
	text-decoration:underline;
	color: #599CC6;
	}
a img{border:none; outline:none;}	
.welcome_cont{
	padding:0px 0px 0 0px;
	width:704px; float:left;
	}
.inner_cont{
	padding:36px 0px 0 0px;
	width:710px; float:left;
	}
h1.heading{
	font-size:25px; margin:0px; padding:5px 0 20px 0; font-family:"Times New Roman", Times, serif; 
	text-align:center; color:#59585B;
	}
	
h1.heading span{
	color:#1E447F;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	padding-right: 50px;
	padding-left: 50px;
}

h1.heading_inner{
	font-size:22px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	color:#59585B;
	float:left;
	width:90%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 22px;
	}
h1.heading_inner span{
	color:#1E447F;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	display:block;
	padding-top:5x;
}
.mid_shadow_box{
	background:url(/images/middle_box_top.jpg) 0 0 no-repeat;
	}
.mid_shadow_bot{
	background:url(/images/middle_box_bot.jpg) 0 bottom no-repeat; padding-bottom:7px;
	}
.mid_grey_shadow_bot{
	background:url(/images/grey_box_bot.jpg) 0 bottom no-repeat; height:165px;
	}
.shadow_cont{
	float:left;
	width:132px; color:#5E6266; font-size:14px; font-family:"Arial Narrow", Arial, "Arial Black"; padding:0 22px; font-weight:bold;
	}
.shadow_cont2{
	float:left;
	width:145px; color:#5E6266; font-size:14px; font-family:"Arial Narrow", Arial, "Arial Black"; 
	padding:10px 0px 0 22px; font-weight:bold;
	}
.shadow_cont2 strong{
	color:#006DA6; font-size:15px; font-family:Arial, Helvetica, sans-serif;
	}
.grey_txt{
	padding:0 0 5px 0px; line-height:18px;
	}
.grey_txt2{
	padding:0 0 5px 0px;
	}
.shadow_center_box{
	float:left; width:355px; padding:0 11px;
	}
.shadow_spacer1{
	height:12px;
	}
.mid_shadow_box_heading{
	font-size:16px; color:#1E447F; font-family:Arial, Helvetica, sans-serif; text-align:center; font-weight:bold; line-height:19px; padding-bottom:10px;
	}
.hline{
	background:url(/images/dot.gif) 0 center repeat-x;
	}
.bot_heading{ 
text-align:center; width:auto; margin:0 auto;  color:#1E447F; font-size:19px; font-weight:bold; width:360px; background:#fff;
}
.footer_logo{
	padding:13px 0px;
	}
#right_colom{
	float: right; width:210px;
	}
.the_source{
	background:url(/images/right_round_rpt.jpg) 0 0 repeat-y; width:171px;
	}
.the_source_bot{
	background:url(/images/right_round_bot.jpg) 0 bottom no-repeat;
	padding:0 0 10px 0px;
	}
.the_source_blue_text{
	font-size:13px;
	color:#1E447F;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	padding-bottom:10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	}
.h-line{	
border-bottom:1px solid #ccc; padding-bottom:13px;
}

#footer{
	border-top:1px solid #CCCCCC; padding:10px 10px 30px 10px; font-size:11px;
	}
.footer_left_link{	
width:50%; float:left;
}
.footer_left_link a, .copyright a{
	color:#333333;
	text-decoration:none;
	padding:0 3px;
	}
.footer_left_link a:hover, .copyright a:hover{ text-decoration:underline;}
.copyright{
	float:right; width:50%;
	text-align:right;
	}

/*-----------------------*/
.inner_top{min-height:160px;}
.inner_right_btn{
	float:right; width:192px;
	}
#inner_main_sd_box{
	background:url(/images/inner_content_box_rpt.jpg) 5px 0 repeat-y;
	width:703px; padding-left:5px;
	}
#inner_main_sd_box .top{
	background:url(/images/inner_content_box_top.jpg) 0 0 no-repeat;
	}
#inner_main_sd_box .bot{
	background:url(/images/inner_content_box_bot.jpg) 0 0 no-repeat;
	}
#inner_main_sd_box .top h2{
	margin:0px;
	color:#1E447F;
	width:auto;
	font-size:17px;
	font-weight:300;
	height:59px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 37px;
	}
.sd_box_content{
	padding:0px px 0 10px; margin: 0 auto;
	width:88%;
	}
.sd_box_content p{
	color:#4D4D4D;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}
.sd_box_content h3{
	margin:0px; padding:0px; color:#2280B2; font-size:20px; line-height:28px;
	}
.find_a_sol{
	}
.grey_bg{
	background:#DBD9D8;
	}
.find_a_sol_bot{
	background:url(/images/fnd_solution_box_bot.gif) 0 0 no-repeat #DBD9D8; height:12px;
	}
.find_sol_cont{
	color:#59585B; font-size:19px; line-height:25px; width:95%; margin:0 auto; padding:27px 0 0 0px; font-weight:400;
	}
.find_sol_cont span, .find_sol_cont a{ color:#37588B;}


.txt_center { text-align:center; }


.right_btn{
	background:url(/images/buttonbg.jpg) 0 0 no-repeat;
	width:192px;
	height:72px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
	text-align:center;
	}
.right_btn a{
	display:block;
	color:#1D4583;
	font-size:14px;
	font-weight:bold;
	padding-top: 28px;
	}
.right_btn a:hover{
	display:block;
	color:#1D4583;
	font-weight:bold;
	text-decoration: none;
	}

.right_btn2{
	background:url(/images/buttonbg.jpg) 0 0 no-repeat;
	width:192px;
	height:72px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
	text-align:center;
	}
.right_btn2 a{
	display:block;
	color:#1D4583;
	font-size:14px;
	font-weight:bold;
	padding-top: 16px;
	}
.right_btn2 a:hover{
	display:block;
	color:#1D4583;
	font-weight:bold;
	text-decoration: none;
	}
	
.facility_assesment a.active {
	color: #4E4E50;
}
div.inner_top p{
    clear:both;
    padding:0 0 0 23px;
}
.bluebg {
background-color:#1C5B8E;
color:#F6911B;
font-family:Verdana;
font-size:11px;
font-style:normal;
font-weight:bold;
}
.navi_sublink ul li a{
	font-family:Helvetica, "times New Roman", Arial;
	font-size:13px;
	color:#857E71;
	padding:0 3px;
	text-decoration:none;
	font-weight: bold;
	}
.navi_sublink ul li a:hover, .navi_sublink ul li a.active{
	font-weight:bold;
	text-decoration:underline;
	color: #303233;
	background:none;
	}
.navi_sublink ul{
	margin:0px; padding:7px 0 0 0px; display:block; height:25px;float: left; background:none;
	}
	
/*---------19-agust-09-JC--------*/
.headingtxt{
	font-size:24px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	color:#59585B;
	line-height: 30px;
	}
.maintxt{
	color:#1E447F;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-weight: bold;
	}
	
.bluetxt{
	color:#1E447F;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif; line-height:20px;
	}	
.rightboxdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CACACA;
	margin-top: 20px;
	padding-right: 6px;
}	
div.glossarynav a {
	color:#006DA6;
}	
div.glossarynav a:hover {
	text-decoration:none;
}	

#compact dt a {
	color:#006DA6;
}
#compact dt a {
	text-decoration:none;
}
#compact dd {
	margin:0px;
	padding:5px 0px 10px;
}
#compact dt {
	padding:10px 0px 0px;
}
#compact {
	padding-left: 40px;
}
div.glossarynav {
	padding-left: 20px;
}
.imgbrd {
	border: 1px solid #9A989D;
	margin: 2px;
	padding: 2px;
}

.inner_top ul {
        margin-left:20px;
}
.inner_top {
	color:#1E447F;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif; line-height:20px;

}

#menu {margin:0px auto;}

/* the styling */
#menu {height:58px; position:relative;}

#menu .select, #menu .current {list-style:none; margin:4px 0 0 0;}

#menu ul.sub li a, #menu ul.sub_active li a {
color:#857E71;
font-family:Helvetica,"times New Roman",Arial;
font-size:13px;
font-weight:bold;
padding:0 3px;
text-decoration:none;
position:relative;
}

#menu ul li ul, #menu ul.sub_active {
display:block;
float:left;
height:25px;
width:800px;
}

#menu li {display:inline; height:auto;}

#menu .select a,
#menu .current a {display:block; float:left; white-space:nowrap; }
* html #menu .select a, * html #menu .current a {width:1px; height:21px;}


#menu .select a:hover, 
#menu .select li:hover a {cursor:pointer; }

#menu .sub {display:none;}

/* for IE5.5 and IE6 only */
#menu table {position:absolute; border-collapse:collapse; left:0; top:0;}

#menu .current a {}


#menu .sub li a:hover, 
#menu .select a:hover .sub li a:hover, 
#menu .select li:hover .sub li a:hover {}

#menu .sub_active .current_sub a, 
#menu .sub_active a:hover {}

#menu .select li a:hover .sub, 
#menu .select li:hover .sub {display:inline-block; position:absolute; width:780px; top:32px; left:0; margin-top:0px; padding:0; z-index:10000; }

#menu .sub, #menu .sub_active {padding:0; margin:0px 0 0 70px; list-style:none; background:url(/images/navbg_current.jpg);}

#menu .sub_active {display:block; position:absolute; width:780px; top:32px; left:0; margin-top:0px; padding:0; z-index:10;}

* html #menu .sub_active, * html #menu .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#menu .sub_active a {text-decoration:none; white-space:nowrap; display:block; float:left; margin:0; white-space:nowrap; border:0;}

#menu .select a:hover .sub li a, 
#menu .select li:hover .sub li a {display:block; margin:0; white-space:nowrap; border:0; }

#menu ul li a:hover, #menu ul li a.active {
background:transparent none repeat scroll 0 0;
color:#303233;
font-weight:bold;
text-decoration:underline;
}
:focus { -moz-outline-style: none; }
/* End of 'zumbrun' */


