/******************************************************************
Theme Name: Applian Custom 
Theme URI: http://applian.com/
Description: This theme was custom made for applian.com
Author: Debbie McCormick
Author URI: http://applian.com.com
Version: 1.0
Tags: flexble-width, translation-ready, microformats, rtl-language-support

******************************************************************/
ul#css3-menu > li > a {
	background: none;
	}

.navbar .nav > li a {
	background: none;
	}

.navbar .nav .dropdown-menu li:hover a {
	background-color:#2773ae;
	}

.history {
    clear: both;
    padding-left: 0px;
}
li {
    line-height: 24px;
	padding-bottom: 8px;
}
/* Remove automatic hyphens */
p, ul, ol, dl, blockquote, .post-statement, .statement {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
h2 {
    font-size: 20px;
    color: #666666;
    margin: 0 0 10px;
    line-height: 1.25;
}