/** Container */
ul.dropdown li a{padding:.3em .8em;cursor:pointer}

div.dropdown-horizontal-container{ width:100%; /*background-color:#efefef; border-bottom:1px solid #ddd;*/  }

ul.dropdown li.hover, ul.dropdown li:hover { cursor: default; }
ul.dropdown ul { border-bottom:0px solid #ddd; }
ul.dropdown ul ul { top: 1px; left: 99%; }
ul.dropdown-upward ul ul { /* bottom: 1px; */ }
ul.dropdown li { border-style: solid; margin-right:21px; /*border-width: 0px 1px 0px 0px; border-color: #ddd; background-color: #f6f6f6;*/ color: #434242; text-align:center; }

ul.dropdown li {
  margin-right:10px\9;
}

ul.dropdown li.last-child { margin-right:0px; }


/*ul.dropdown li:after {content:'';background:url(images/sprite.png) 6px 7px no-repeat;float:left;display:block;width:12px;height:12px;}*/

ul.dropdown li a{ text-decoration: none; display:block; font-family:'PT Sans', Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; background:url(images/drop-down-arrow.gif) no-repeat; background-position:right; }

/** Right align fix */
ul.dropdown-align-right li{ border-width: 0px 0px 0px 1px; }

/** Hover effect */
ul.dropdown li.hover, ul.dropdown li:hover { /*background-color: #eaeaea;*/ color: #3FA3C9; }

/** Link colors */
ul.dropdown a:link,
ul.dropdown a:visited	{ color: #434242; }
ul.dropdown a:hover	{ color: #3FA3C9; }
ul.dropdown a:active	{ color: #3FA3C9; }

/** Sub menus */
ul.dropdown ul li a{padding:0px .8em;cursor:pointer; color:#434242; }

ul.dropdown ul { margin-top: 5px; margin-left:-1px; background:#F6F3F3; font-size:12px; font-weight:normal; }
ul.dropdown ul li { text-align: left; border-bottom:1px solid #e3e3e3; border-top:1px solid #fff; border-left:1px solid #DBE8ED; border-right:1px solid #DBE8ED; height:43px; line-height:43px; min-width:158px; margin-right:0px; }
ul.dropdown ul li.first-child { border-top:1px solid #5EB2D1; }
ul.dropdown ul li.last-child { border-bottom:1px solid #9ACBDF; }
ul.dropdown ul li a{ background:none; font-size:12px; font-weight:normal; }

ul.dropdown ul li a:hover{
	background: #fff;
	padding-left: 24px;
	color: #3fa3c9;
	/*background:url(images/drop-down-arrow.gif) no-repeat; background-position:right center;*/
}


/** Current menu item */
li.current-cat a, li.current_page_item a, li.current-menu-item a,
li.current-cat a:link, li.current_page_item a:link, li.current-menu-item a:link,
li.current-cat a:visited, li.current_page_item a:visited, li.current-menu-item a:visited{ color: #3FA3C9; }

/** Not current fix */
li.current_page_item ul a, li.current_page_item ul a:visited, li.current_page_item ul a:link { color: #000; }

/** Ancestor */
li.current_page_ancestor a,li.current_page_ancestor a:visited, li.current_page_ancestor a:link {text-decoration:none;}
li.current-menu-ancestor a,li.current-menu-ancestor a:visited, li.current-menu-ancestor a:link {text-decoration:none;}

/** Not ancestor fix */
li.current_page_ancestor ul a, li.current_page_ancestor ul a:visited, li.current_page_ancestor ul a:link {text-decoration:none;}
li.current-menu-ancestor ul a,li.current-menu-ancestor ul a:visited, li.current-menu-ancestor ul a:link {text-decoration:none;}

/** Vertical menu support */
ul.dropdown-vertical{ min-width:160px; }
ul.dropdown-vertical li { border-bottom:1px solid #ddd; }
div.shailan-dropdown-menu ul.dropdown-vertical{ 
	border-bottom:0px; 
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
ul.dropdown-vertical ul{
	border-bottom:0;
	border-right: 1px solid #DDD;
}

table {
	background:none;
}

table tbody tr {background:none;}



table tbody tr.odd {background:none;}



table tbody  tr:hover {background:none;}
