/*
Theme Name: Cravey Real Estate Original Theme
Theme URI: http://shortordersites.com
Description: Customization of the Refueled Empty Theme - DO NOT SWITCH THEMES without ensuring all customizations are replicated in the new theme to preserve functionality.
Author: George Plumley
Author URI: http://shortordersites.com
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background-color: #999999;
	overflow:scroll;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	
	margin:40px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

h1, h2, h3, h4 { 	font-family: georgia, times; }

p { margin: 0px; margin-bottom: 10px; line-height: 18px; }


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color: #DF162B;
	text-decoration:none;
	}

a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}



/* container */


#container {
	width: 860px;
	margin: 0 auto;
	padding:0;
	background:#999999;
	overflow: hidden;
	border: 0px solid #000000;
	}
	
/* header */

#specialannouncement {
	background-color: #EDE51E;
	padding: 5px;
	padding-left: 8px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

#header {
	background:#ffffff;
  	width: 860px; 
  	height: 133px;
  	margin-top: 5px;
  	clear: both;
	color: #fff; 
	margin-bottom: 0px;
	}
	
#header img {
	margin-top: 10px;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
#headerright {
	float: right;
}

/* Sidebar Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.verticalmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:11px;
width: 147px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}

#sidebar #menuplain1 {
	margin: 0px;
}
 
.verticalmenu #menuplain1 li{
position: relative;
/*background-color: #383A70;*/
padding: 0px;
margin-left: 2px;
margin-bottom: 2px;
}

/* Top level menu links style */
.verticalmenu #menuplain1 li a{
background-color: transparent;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
padding: 6px;
border-bottom: 0px solid #778;
border-right: 0px solid #778;
}

.verticalmenu #menuplain1 li a:link, .verticalmenu #menuplain1 li a:visited, .verticalmenu #menuplain1 li a:active{
/*background-color: #383A70; background of tabs (default state)*/
}

.verticalmenu ul li a:visited{
color: white;
}


.verticalmenu #menuplain1 li:hover{
background-color: #6D70D8;
}

.verticalmenu #menuplain1 li a:hover{
background-color: transparent;
color: #000000;
}

/*Sub level menu items */
.verticalmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.verticalmenu #menuplain1 li ul li {
margin: 0px;
border-bottom: 1px solid #cccccc;
}

 
/* Holly Hack for IE \*/
* html .verticalmenu ul li { float: left; height: 1%; }
* html .verticalmenu ul li a { height: 1%; }
/* End */


/* content */


#content {
	background-color: #ffffff;
	float: right;
	width:630px;
	overflow: hidden;
	
	padding:14px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}	
	
#content-wide {
	background-color: #ffffff;
	overflow: hidden;
	
	padding:14px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2, h2.pagetitle{
	background: #333333 url('images/white5px.gif') no-repeat left;
	font-family: Arial,Helvetica;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	font-size: 18px;
	border-left: 30px solid #DF162B;
	margin-bottom: 25px;
	}
	
.post h2 a{
	color: #ffffff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:bold 18px georgia, times;
	color: #255CCD;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
.post ul {
	list-style-type: disc;
	margin-left: 40px;
}

.post ol {
	margin-left: 20px;
}

.post li {
	margin-bottom: 10px;
}

.pagetitle {
	margin-bottom: 25px;
}

.entry p{margin:12px 0;}

.entry p.author { margin-bottom: 25px; }

.category-item-6 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #255CCD;
	margin-bottom: 25px;
}

.category-item-6 h3 {
	font-weight: bold;
	font-size: 18px;
	color: #255CCD;
	margin-bottom: 10px;
}

.category-item-6 h3 a {
	color: #255CCD;
}

.category-item-26 h3, .category-item-28 h3 {
	font-weight: bold;
	font-size: 14px;
	color: #255CCD;
	margin-bottom: 5px;
}

.category-item-26 h3 a, category-item-28 h3 a {
	color: #255CCD;
}

.category-item-26, .category-item-28 {
	padding-bottom: 10px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 15px;
}

.category-item-26 p, .category-item-28 p {
	font-size: 11px;
	line-height: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

#production-sidebar {
	float: right; 
	margin-left: 20px; 
	background-color: #efefef; 
	border: 1px solid #a6a6a6;
	padding: 10px; 
	padding-bottom: 0px;
	width: 150px;
	font-weight: bold;
}

#production-sidebar .title {
	font-weight: normal;
}

#production-sidebar p {
	margin: 0px;
	margin-bottom: 15px;
}

#production-sidebar .producer {
	font-size: 10px;
	color: #4A70BB;
	line-height: 10px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.postmetadata a {
	color: #808080;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #DF162B;
	text-decoration: underline;
}

.testimonialbox span.position, .testimonialbox span.organization {
	padding-left: 10px;
	color: #808080;
}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}




/* sidebar */

#sidebar {
	background-color: #E1E1E1;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:196px;
	float:left;
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	padding-top: 10px;
	border-right: 0px solid #ddd;
	}

#sidebar a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}
	
#sidebar .sidephoto {
	width: 190px;
	height: auto;
}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}



#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	margin-top: 0px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color: #333333;
	}
	
#sidebar #menuplain li a {
	color: #333333;
	font-weight: bold;
}

#sidebar #menuplain ul {
	margin: 0px;
}

#sidebar ul ul {
	margin:5px 10px 10px 0px;
	padding:0;
}

#sidebar #menuplain li ul li a {
	color: #333333;
	font-weight: normal;
	margin-left: 15px;
}

#sidebar ul ul li {
	list-style-type: none;
	color: #333333;
	}

#sidebar ul ul li a:hover {
	color: #255CCD;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar #search-box h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}



#subscribe-side p.intro {
	font-size: 10px;
	line-height: 12px;
}

#subscribe-side p {
	margin-bottom: 10px;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding: 0px;
	
	margin: 0px;
	margin-top: 4px;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#ffffff;
	clear: both;
	width: 100%;
	font-size: 10px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #262626; text-align:center;}

#membershipbox {
	text-align: center;
}

#membershipbox img {
	padding-left: 10px;
	padding-right: 10px;
}


/* Special Coding */

.naicolor {
	color: #DF162B;
}

.staffphoto {
	float: right;
	margin-left: 25px;
}

.staffinfo {
	width: 450px;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #a6a6a6;
	line-height: 30px;
}

.staffinfo .heading {
	font-weight: bold;
	padding-right: 5px;
}

#staffsales {
	padding: 10px;
	border: 1px solid #a6a6a6;
	margin-bottom: 25px;
}

#staffsales h3 {
	margin-top: 0px;
}

#staffsales .divider {
	padding-left: 10px;
	padding-right: 10px;
}

.category-item-4 {
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
}

.category-item-9 {
	font-size: 14px;
	color: #464646;
	margin-bottom: 15px;
}

.callout-right {
	width: 200px;
	float: right;
	margin:15px;
	padding: 10px;
	border: 1px solid #c6c6c6;
}

.left-column {
	float: left;
	margin-right: 25px;
	width: 48%;
}

.right-column {
	float: right;
	margin-left: 25px;
	width: 48%;
}

.right-column-nofloat span.photobox {
	float: none;
}

.right-column-nofloat span.photobox img {
	padding-right: 30px;
	padding-bottom: 30px;
}

div.category-item-19 {
	margin-bottom: 20px;
}

div.category-item-20 {
	padding: 10px;
	background-color: #e6e6e6;
	margin-bottom: 15px;
}

div.category-item-20 p.author {
	text-align: right;
}

.resultsbox {
	padding: 10px;
	background-color: #F0D5DA;
	border: 1px solid #a6a6a6;
	line-height: 20px;
	margin-bottom: 25px;
}

div.navigation-right {
	float: right;
	width: 400px;
	text-align: right;
}

.verticalmenuplain {
	padding-bottom: 10px;
	border-bottom: 5px solid #999999;
	margin-bottom: 20px;
}

#socialmediabox, #sidebar #search-box {
	padding: 10px;
	padding-top: 0px;
	border-bottom: 5px solid #999999;
	margin-bottom: 10px;
}

#socialmediabox .icon {
	margin-right: 10px;
	width: 25px;
	height: auto;
}

#economic-trends table {
	margin-bottom: 25px;
}

#economic-trends table td {
	padding: 5px;
}

.econtrends {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {color: #DF162B}
.style4 {color: #FFFFFF}
.style5 {color: #000000}

.category-page-top {
	margin-bottom: 30px;
}

#features {
	overflow:hidden;
	position:relative;
	margin-bottom: 25px;
	height: 365px;
}

#features .overlay {
  width: 610px;
  height: 60px;
  margin: 0px;
  padding: 10px;
  font-size: 18px;
  text-align: right;
  line-height: 26px;
  background-color:#000000;
  color: #ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  position: absolute;
  top: 270px;
  left: 0px;
  text-indent:0;
  z-index:2;
 }

/*


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
background: #efefef;
position: relative;
overflow: hidden;
width: 500px;
height: 250px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.jshowoff {
width: 500px;
margin: 10px 0;
}
.jshowoff div {
width: 500px;
height: 250px;
}
.jshowoff div, .jshowoff img, .jshowoff {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.jshowoff div p, .jshowoff div h2 {
_background-color: #efefef;
}
.jshowoff h2, .jshowoff p {
font-size: 18px;
padding: 15px 20px 0px;
margin: 0;
}
.jshowoff p {
font-size: 13px;
line-height: 15px;
}
.eddie {
float: right;
padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
position: absolute;
bottom: 5px;
right: 5px;
margin: 0;
padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
display: block;
background-color: #000;
color: #fff;
padding: 5px 7px 5px;
margin: 5px 0 0 5px;
float: left;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline: none;
font-size: 11px;
line-height: 14px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
background-color: #fff;
color: #000;
}
p.jshowoff-controls {
background: #aaa;
overflow: auto;
height: 1%;
padding: 0 0 5px 5px;
margin: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
margin: 5px 5px 0 0;
font-size: 12px;
line-height: 15px;
padding: 4px 8px 5px;
}

.jshowoff-pausetext {
color: #fff;
}


-- jShowOff module styles --*/

/* Gallery Page CSS */

.gallery .gallerylisting { 
	width: 130px;
	white-space: normal; /* css-3 */
	white-space: -moz-normal !important; /* Mozilla, since 1999 */
	white-space: -normal; /* Opera 4-6 */
	white-space: -o-normal; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-size: 10px;
	text-align: center;
}

.gallery {margin: auto;}
.gallery-item { width: 130px; height: 210px; float: left; margin: 5px 4px; text-align: center;}
.gallery img {border: 2px solid #cfcfcf;}


/* END Gallery css */


/* TOP Main Menu
-------------------------------------------------------------- */

#access {
	background: #333333;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
	text-transform: none;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	border-right: 1px solid #808080;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #a6a6a6;
	color: #333333;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* Sections Menu
-------------------------------------------------------------- */

#sections-menu {
	background: #464646;
	display: block;
	float: left;
	margin: 0 auto;
	width: 860px;
	margin-top: 5px;
	height: 64px;
}
#sections-menu .menu-header,
div.menu {
	font-size: 20px;
	margin: 0px;
	width: 860px;
	text-transform: uppercase;
}

#sections-menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#sections-menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
	height: 50px;
	padding-top: 13px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}
	
#sections-menu .menu-header li:first-child,
div.menu li:first-child {
	border-left: 0px;
}

#sections-menu li a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	width: 131px;
}

#sections-menu li#menu-item-4493 a {
	font-size: 18px;
	line-height: 20px;
	padding: 0 10px;
}

#sections-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#sections-menu ul ul li {
	min-width: 180px;
}
#sections-menu ul ul ul {
	left: 100%;
	top: 0;
}
#sections-menu ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#sections-menu li:hover,
#sections-menu ul ul :hover {
	background: #a60000;
}

#sections-menu li:hover >a,
#sections-menu ul ul :hover > a {
	color: #fff;
}
#sections-menu ul li:hover > ul {
	display: block;
}

/*
#sections-menu ul li.current_page_item > a,
#sections-menu ul li.current-menu-ancestor > a,
#sections-menu ul li.current-menu-item > a,
#sections-menu ul li.current-menu-parent > a {
	background: #333333;
	color: #fff;
}
* html #sections-menu ul li.current_page_item a,
* html #sections-menu ul li.current-menu-ancestor a,
* html #sections-menu ul li.current-menu-item a,
* html #sections-menu ul li.current-menu-parent a,
* html #sections-menu ul li a:hover {
	background: #333333;
	color: #fff;
}
*/

/* This makes the parent page of any child pages stay the same colour */
#sections-menu li.current-page-ancestor, #sections-menu li.current-menu-item { background: #a60000; border: 1px solid #000000; border-right: 1px solid #A60000; border-bottom: 1px solid #A60000; }
#sections-menu .current-page-ancestor a, #sections-menu .current-menu-item a { color: #ffffff; }
#sections-menu li.current-page-ancestor:hover { background: #ffb2b2; color: #a60000; }

/* Sub-Sections Menu
-------------------------------------------------------------- */

#sections-sub-menu {
	background: #a60000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	margin: 0px;
}
#sections-sub-menu .menu-header,
div.menu {
	font-size: 11px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
}
#sections-sub-menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#sections-sub-menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
	border-right: 1px solid #EF4D56;
}
#sections-sub-menu a {
	color: #dddddd;
	display: block;
	line-height: 20px;
	padding: 5px 10px;
	text-decoration: none;
}
#sections-sub-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#sections-sub-menu ul ul li {
	min-width: 180px;
	border-right: 1px solid #000000;
}
#sections-sub-menu ul ul ul {
	left: 100%;
	top: 0;
}
#sections-sub-menu ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#sections-sub-menu li:hover > a,
#sections-sub-menu ul ul :hover > a {
	background: #ef4d56;
	color: #ffffff;
}
#sections-sub-menu ul li:hover > ul {
	display: block;
}
#sections-sub-menu ul li.current_page_item > a,
#sections-sub-menu ul li.current-menu-ancestor > a,
#sections-sub-menu ul li.current-menu-item > a,
#sections-sub-menu ul li.current-menu-parent > a {
	background: #ef4d56;
	color: #ffffff;
}
* html #sections-sub-menu ul li.current_page_item a,
* html #sections-sub-menu ul li.current-menu-ancestor a,
* html #sections-sub-menu ul li.current-menu-item a,
* html #sections-sub-menu ul li.current-menu-parent a,
* html #sections-sub-menu ul li a:hover {
	background: #ef4d56;
	color: #ffffff;
}



/* Sidebar Menu */

#sidebar .verticalmenu {
	padding-bottom: 10px;
	border-bottom: 5px solid #999999;
	margin-bottom: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sidebar .verticalmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:11px;
width: 196px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}

#sidebar #slideout {
	margin: 0px;
}
 
#sidebar .verticalmenu #slideout li{
position: relative;
background: url(images/menu-back-primary);
padding: 0px;
padding-left: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

/* Top level menu links style */
#sidebar .verticalmenu #slideout li a{
background-color: transparent;
display: block;
overflow: auto; /* force hasLayout in IE7 */
color: #333333;
text-decoration: none;
padding: 6px;
border-bottom: 0px solid #778;
border-right: 0px solid #778;
}

#sidebar .verticalmenu #slideout li a:link, #sidebar .verticalmenu #slideout li a:visited, #sidebar .verticalmenu #slideout li a:active{
background-color: #e1e1e1; /*background of tabs (default state)*/
font-weight: bold;
}

#sidebar .verticalmenu ul li a:visited{
color: white;
}


#sidebar .verticalmenu #slideout li:hover{
background-color: #a6a6a6;
z-index: 4;
}

#sidebar .verticalmenu #slideout li a:hover{
background-color: transparent;
color: #ffffff;
}

/*Sub level menu items */
#sidebar .verticalmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

#sidebar .verticalmenu #slideout li ul li {
	padding-left: 0px;
}

#sidebar .verticalmenu #slideout li ul li a:link, #sidebar .verticalmenu #slideout li ul li a:visited, #sidebar .verticalmenu #slideout li ul li a:active{
background-color: #a6a6a6; /*background of tabs (default state)*/
color: #ffffff;
padding-left: 10px;
}

#sidebar .verticalmenu #slideout li ul li a:hover {
background-color: #e1e1e1; /*background of tabs (default state)*/
color: #333333;
}

#sidebar .verticalmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .verticalmenu ul li { float: left; height: 1%; }
* html .verticalmenu ul li a { height: 1%; }
/* End */




