/*  
Theme Name: Deborah's Place
Theme URI: http://www.deborahsplace.org/
Description: Custom theme for the Deborah's Place website.
Version: 1.0
Author: Nate Cook
Author URI: http://natecook.com/
*/

@import url(_scripts/global.css);
@import url(_scripts/alt.css);
@import url(_scripts/print.css) print;

/*************************DropDown Menus*****************************/


#nav {
    line-height: 100%;
    margin: 0;
}
#nav li {
    float: left;
    list-style: none outside none;
    position: relative;
}
#nav ul{
	height: auto !important;
}

#nav ul li {
    border-right: 0 solid #D1D1D1;
	height: auto !important;
}
#nav ul li a {
    border-bottom: 1px solid #D1D1D1;
    border-right: 0 solid #D1D1D1;
	font:bold 11px/15px Arial,Helvetica,sans-serif !important;
	padding: 5px;
	height: auto !important;
        margin-left:0px;
}
#nav a {
    color: #666666;
    display: block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-shadow:none;
}
#nav a:hover {
    color: #fff;
}
#nav .current a, #nav li:hover > a {
    color: #666666;
}
#nav ul li:hover a, #nav li:hover li a {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #fff;
    font: bold 12px/26px Arial,Helvetica,sans-serif;
}
#nav ul a:hover {
    background: none repeat scroll center bottom #000060 !important;
    color: #fff !important;
}
#nav li:hover > ul {
    display: block;
    text-align: left;

}
#nav ul {
    background: none repeat scroll 0 0  #4d4ca2;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 14px;
    width: 165px;
    margin: 0 0 0 23px;
    z-index: 10000;
}
#nav ul li {
    float: left;
    margin: 0;
    padding: 0;
	background:none;
}
#nav ul a {
    font-weight: normal;
    padding: 0 15px;
    text-align: left;
    width: 155px;
}
#nav ul ul {
    left: 160px;
    margin-left: 0;
    top: -3px;
}

#nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}



/*************************DropDown Menus End*****************************/

