/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplebrown Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplebrown.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body{
	background:#8e8675;
	color:#555;
}
#bg_image {
#	background:url(../images/shade.gif) no-repeat center top;
#}
/* ADDITIONAL  FOR ADVERT INTRO */
h1.hadv {
	text-shadow:1px 1px #fff;
	color:#3d3d3d;
	font-size:200%;
}
p.padv {
	text-shadow:1px 1px #eee;
	color:#121212;
}
#centerbottom {
	background:#F7F7F7;
}
#yjsg1 {
	background:#292929;
	color:#efefef;
}
#header {
	background:#A69D8A url(../images/brown/header.gif) no-repeat left top;
}
#logo {
	background:url(../images/brown/logo.png) no-repeat 0px 0px;
}
#yjsgheadergrid {
	color:#efefef;
}
#yjsg2 {
	background:#F7F7F7;
}
#yjsg3 {
	background:#F7F7F7;
}
#yjsg4 {
	background:#F7F7F7;
}
#yjsg5 {
	background:#A69D8A;
	color:#efefef;
}
#yjsg6 {
	background:#F7F7F7;
}
#yjsg7 {
	background:#F7F7F7;
	color:#555;
}
#footer {
	background:#1B1B1B;
	color:#fff;
}
#joomlacbrownit {
	background:#1F1F1F;
	color:#474646;
}
/* SITE LINKS */
a {
	color:#A69D8A;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#1e1e1e;
}
/*DIFFERENT STYLE FOR  LINKS ON DARK BG
--------------------- */
#footmod a,
#footmod .yjplain a:visited,
#cp a,
#cp a:visited,
#joomlacbrownit a,
#joomlacbrownit a:visited,
#yjsg1 a,
#yjsg1 a:visited,
#yjsgheadergrid a,
#yjsgheadergrid a:visited {
	color:#fff;
}
#footmod a:hover,
#footmod .yjplain a:focus,
#cp a:focus,
#cp a:hover,
#joomlacbrownit a:focus,
#joomlacbrownit a:hover,
#yjsg1 a:focus,
#yjsg1 a:hover,
#yjsgheadergrid a:focus,
#yjsgheadergrid a:hover {
	color:#A69D8A;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#A69D8A;
}
.small,
.createdate,
.modifydate,
.createby {
	text-transform: uppercase;
	color:#adadad;
	font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle,
.article_title {
	color:#A69D8A;
	background:url(../images/inset.gif) repeat-x left bottom;
}
.yjsg-morearticles h3 {
	color:#A69D8A;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset,
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border:none;
}
/* FIELDSET IN MODULES */
.yjsquare._in fieldset,
.yjround_in fieldset {
	border:none;
}
/* INPUTBOXES */
.inputbox {
	background: #FFFFFF;
	border: 1px solid #c8c8c8;
}
.inputbox:hover,
.inputbox:focus {
	background: #fcfbfb;
	border: 1px solid #525252;
}
/*BUTTONS
--------------------- */
.button,
.validate,
.button:hover,
.validate:hover {
	background:#A69D8A;
	color:#fff;
	text-shadow:none;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
}
a.readon,
a.readon:hover,
a.readon:focus {
	background:#121212;
	color:#fff;
	text-shadow:none;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.readon:hover {
	color:#ccc;
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h2 {
	background:url(../images/inset.gif) repeat-x left bottom;
	color:#A69D8A;
	border-bottom:none;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h2 span {
	color:#A69D8A;
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsg1 .yjsquare h2 {
	color:#efefef;
	background:url(../images/inset_dark.gif) repeat-x bottom left;
	border-bottom:none;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsg1 .yjsquare h2 span,
#yjsgheadergrid .yjsquare h2 span {
	color:#efefef;
}
/*SEARCH INPUTBOX STYLING. CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
#yournewssearch .inputbox {
	color:#ccc;
	-moz-box-shadow: inset 0 0 5px 5px #efefef;
	-webkit-box-shadow: inset 0 0 5px 5px#efefef;
	-khtml-box-shadow: inset 0 0 5px 5px#efefef;
	box-shadow: inset 0 0 5px 5px #efefef;
}
#yournewssearch .button {
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
	background:#000;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
	background: url(../images/brown/topmenu/horiz_bg.png) repeat-x 0 top;
}
/* MENU OVERRIDES */
.YJSG_listContainer {
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#efefef;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc,
.horiznav ul li.sfHover a span.yjm_desc {
	color:#fff;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(../images/brown/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,
.horiznav ul li a:visited {
	color: #efefef;
	background: url(../images/brown/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(../images/brown/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover,
.horiznav ul li.sfHover {
	background: url(../images/brown/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover,
.horiznav ul li:hover a,
.horiznav ul li.sfHover a,
 .horiznav ul li.sfHoverHas a {
	color: #d8d8d8;
	background: url(../images/brown/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
	background: url(../images/brown/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
	color: #d8d8d8;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,
.horiznav li.active {
	background: url(../images/brown/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a,
.horiznav li.active a,
.horiznav li.active a:visited,
.horiznav li.active.sfHover a:visited,
.horiznav li.active.sfHoverHas a:visited {
	color: #fff;
	background: url(../images/brown/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild,
.horiznav li.haschild,
.horiznav ul li.haschild.active,
.horiznav ul li.sfHoverHas {
	background: url(../images/brown/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover,
.horiznav li#current.sfHover,
.horiznav li.active:hover,
.horiznav li.active.sfHover {
	background: url(../images/brown/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover,
.horiznav li#current.sfHover a:hover,
.horiznav li.active a:hover {
	color: #eeeeee;
	background: url(../images/brown/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover,
.horiznav li#current.haschild.sfHoverHas,
.horiznav li#current.active.sfHover {
	background: url(../images/brown/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder,
.subul_main li.has_modpoz div.yj_menu_module_holder,
.subul_main li.has_module div.yj_menu_module_holder,
.subul_main li.haschild div.yj_menu_module_holder,
.horiznav ul ul.subul_main.dropline {
	background:#292929;
}
div.yj_menu_module_holder {
	color:#fafafa;
}
div.yj_menu_module_holder h2 {
	background:none;
}
/* end drpline extra */
.horiznav ul ul.subul_main.dropline ul a,
.horiznav ul ul.subul_main.dropline ul a:hover,
ul.subul_main.dropline div.yj_menu_module_holder {
	border-bottom: 1px solid #5C5C5C!important;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
	background:#292929;
	border-bottom: 1px solid #5C5C5C;
	color: #efefef;
}
.top_menu ul.subul_main li a:visited {
	color: #efefef;
	background:#292929;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	background:#000;
	color: #fff;
}
.top_menu ul.subul_main li,
.top_menu ul.subul_main li.active,
.top_menu ul.subul_main li.active:visited,
.top_menu ul.subul_main li.active:hover,
.top_menu ul.subul_main li:hover,
.top_menu ul.subul_main li:visited,
.top_menu ul.subul_main li#current,
.top_menu ul.subul_main li#current:hover {
	border:none;
	background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a,
.top_menu li.active ul.subul_main li a {
	background:#292929;
	color: #efefef;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover,
.top_menu li.active ul.subul_main li a:hover,
.top_menu li#current.sfHover ul.subul_main li a:hover,
.top_menu li.active.sfHover ul.subul_main li a:hover {
	background:#000;
	color: #fff;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a {
	background:#000;
	color: #fff;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover,
.top_menu ul.subul_main li#current.sfHover {
	background:#171717;
	color: #eeeeee;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
	background-image:url(../images/brown/topmenu/arrow_right.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
	background-image:url(../images/brown/topmenu/arrow_down.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul,
.horiznav li li.sfHoverHas ul,
.top_menu ul.subul_main.isie {
	background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl,
.horiznav li.tl:hover {
	background:transparent url(../images/brown/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr,
.horiznav li.tr:hover {
	background:transparent url(../images/brown/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br,
.horiznav li.br:hover {
	background:transparent url(../images/brown/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl,
.horiznav li.bl:hover {
	background:transparent url(../images/brown/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right,
.horiznav li.right:hover {
	background:transparent url(../images/brown/topmenu/corners/right.png) no-repeat right bottom!important;
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
	color: #efefef;
	border:none;
	background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
	color: #fff;
	background:none;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
	color: #efefef;
	border-bottom: 1px solid #5C5C5C;
	background:#292929;
}
.top_menu .horiznav .group_holder li.haschild li a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
	color: #fff;
	background:#000;
}
span.separator {
	background:#292929;
	border-bottom: 1px solid #5C5C5C;
	color: #fff;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare._in a:link,
div.yj_menu_module_holder .yjsquare._in a:visited {
	color:#121212!important;
}
div.yj_menu_module_holder .yjsquare._in a:focus,
div.yj_menu_module_holder .yjsquare._in a:hover {
	color:#525252!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a,
.menu li a,
a.mainlevel {
	background: url(../images/brown/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
	color:#A69D8A;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel:hover,
a.mainlevel#active_menu,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
.menu li a:hover,
.menu li.active a {
	background: url(../images/brown/mainlevel.gif) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
	background: url(../images/brown/bodyli.gif) no-repeat 5px 9px;
}
a.sublevel:hover {
	text-decoration:underline;
}
/*HOVER AND ACTIVE LINK COLOR */
#footmod a.mainlevel:hover,
#footmod a.mainlevel:active,
#footmod a.mainlevel:focus,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel#active_menu,
a.sublevel,
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus,
#active_menu,
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
ul li a:hover,
li.active a,
li.parent a {
	color:#1e1e1e;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a,
a.sublevel#active_menu {
	color:#A69D8A;
}
/* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover,
li.active ul li.active a {
	color:#1e1e1e;
	background: url(../images/brown/mainlevel.gif) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
	background: url(../images/brown/bodyli.gif) no-repeat 5px 7px;
}
/* HEADER DATE */
#yjdate {
	color:#fff;
}
/*------------------TITLE TICKER-----------------*/
#titles_holder,
#yj_nt2 div div {
	background:#A69D8A;
}
#yj_nt2 a {
	color:#fff;
}
#yj_nt2 a:hover {
	color:#000;
}
.title_nav a.prev {
	background:url(../images/ticker_prev.png) no-repeat left center;
}
.title_nav a.next {
	background: url(../images/ticker_next.png) no-repeat left center;
}
/* Yj NS 10 */
#navigator10 li.selected_right div.inner {
	background:url(../images/brown/nav_selected.png) repeat-x;
}
/*MBOX*/
div.younewsmbox .popbox img,
div.younewsmbox .popboxv img {
	border:3px solid #fff;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
div.younewsmbox .popbox img:hover,
div.younewsmbox .popboxv img:hover {
	border:3px solid #000;
}
.yjsquare._yj1,
.yjsquare._yj2 {
	background:#F7F7F7;
	color:#555555;
}
.yjsquare._yj2 {
	background:#212121;
	color:#eee;
}
.yjsquare._yj2 h2.module_title,
.yjsquare._yj2 h2.module_title span {
	color:#fff;
}
.yjsquare._yj1 h2,
.yjsquare._yj2 h2 {
	color:#212121;
	background:url(../images/h3bgyj1.gif) repeat-x left top;
}
.yjsquare._yj2 h2 {
	color:#fff;
	background: url(../images/h3bgyj2.gif) repeat-x left top;
}
.yjsquare._yj1 h5 {
	color:#000;
}
.yjsquare._yj1 h2 span {
	color:#212121;
}
/* Yj News Slider */
#YouNews,
#YouNews_1,
#YouNews_2,
#YouNews_3,
#YouNews_4,
#YouNews_5 {
	border:0;
}
#YouNews_articles,
#YouNews_articles_1,
#YouNews_articles_2,
#YouNews_articles_3,
#YouNews_articles_4,
#YouNews_articles_5 {
	background:#A69D8A;
}
.ynsnews {
	background:url(../images/brown/yjns/spacer.jpg)no-repeat right 15px;
}
.ynsnews p.text a.more {
	background:url(../images/brown/yjns/more.jpg) right top no-repeat;
}
ul.ynsnavigation li a {
	background-image:url(../images/brown/yjns/nav.jpg);
}
/* header module styles */
.ynsheader {
	background:#A69D8A url(../images/brown/yjns/header.jpg) repeat-x left top;
	border:0;
}
.ynsheader_l {
	background:url(../images/brown/yjns/header_l.jpg) no-repeat left top;
}
.ynsheader_r {
	background:url(../images/brown/yjns/header_r.jpg) no-repeat right top;
}
/* NEWS FLASH 7.0 */
.yjsquare._yjnf7 {
	padding-right:2px;
}
.yjsquare._yjnf7 h2 {
	color:#A69D8A;
	background: url(../images/h3bg.gif) no-repeat left top;
}
.yjsquare._yjnf7 h2 span {
	color:#A69D8A;
}
/*NEWS SLIDER 8.0*/
.yjsquare._yjns8 {
	background:#F7F7F7
}
.yjsquare._yjns8 h2 {
	color:#A69D8A;
	background: url(../images/h3bg.gif) no-repeat left top;
}
.yjsquare._yjns8 h2 span {
	color:#A69D8A;
}
.YJSports_slide .YJSports_description a.YJSports_more:hover {
	color:#A69D8A;
}
.YJSports_slide img {
	border:1px solid #eaeaea;
	background:#fff;
}
.YJSports_slide .YJSports_description {
	color:#FFFFFF;
	background:url(../images/trans.png) no-repeat left top;
	border-top:1px solid #000;
}
.YJSports_slide .YJSports_description a.YJSports_more {
	color:#FFFFFF;
}
.navContainer a.YJSports_navLink {
	border:1px solid #eaeaea;
	background:#fff;
}
.navContainer a.selected,
.navContainer a.YJSports_navLink:hover {
	border:1px #000 solid;
	background:#222;
}
#YJSports_left,
#YJSports_right {
	background:url(../images/navs_l.gif) left center;
}
#YJSports_right {
	background:url(../images/navs_r.gif) right center;
}
/*YOU WEATHER MODULE*/
.yjsquare._weather {
	background:#F7F7F7;
}
.yjsquare._weather h2 {
	color:#A69D8A;
	background:url(../images/h3bg.gif) no-repeat left top;
}
/* You Weather */
#city-form span.selected {
	color:#A69D8A;
}
/*YJNF ULTIMATE*/
.yjnewsflashu div.imageholder {
	border:1px solid #e0dede;
	background:#fff;
}
/*ROUND*/
.addround div.yj_news_flash_title_only {
	background:url(../images/brown/strelica.gif) no-repeat left center;
}
.addround h2 {
	color:#A69D8A;
	background:url(../images/h3bg.gif) no-repeat left top;
}
/*FOOTER MODULES*/
#bottoms {
	background:#26B8E7 url(../images/brown/bottom_title_holder.gif) repeat-x left top;
}
.bottom_title {
	color:#fff;
	background:url(../images/brown/bottom_title.gif) repeat-x left top;
}
/*NF2*/
.yjsquare._yjnf2 div.yj_news_flash_content {
	background:url(../images/brown/inset_bottom.gif) repeat-x left bottom;
}
.yjsquare._yjnf2 div.yj_news_flash_title_only {
	background:url(../images/arrow_bottom.gif) no-repeat left 8px;
}
.yjsquare._yjnf2 div.yj_news_flash_title_only a {
	color:#fff;
}
.yjsquare._yjnf2 div.yj_news_flash_title_only a:hover {
	color:#000;
}
.yj_news_flash_header a {
	background:url(../images/arrow_bottom.gif) no-repeat right center!important;
}
.yj_news_flash_header a:link,
.yj_news_flash_header a:visited {
	color:#fff;
}
.yj_news_flash_header a:hover,
.yj_news_flash_header a:focus {
	color:#000;
}
/*CONNECT*/
.yjsquare._connect h2 {
	color:#fff;
}
.insidem {
	background:url(../images/faux.gif) repeat-y right top;
}
/*TITLES*/
#yjsgheadergrid .yjsquare h2 {
	background:url(../images/inset_brown.gif) repeat-x left bottom;
}
#yjsgheadergrid .yjsquare h2,
#yjsgheadergrid .yjsquare h2 span,
#yjsg5 h2,
#yjsg5 h2 span {
	color:#efefef;
}
.dropcap {
	color:#A69D8A;
}
.bignumber {
	color:#A69D8A;
}
/*Dropline*/
#topmenu_holder {
	background:#292929;
}
.subul_main.dropline.level1 a {
	background:url(../images/brown/topmenu/drop_sep.png) no-repeat right top!important;
}
.subul_main.dropline.level1 a:hover,
.subul_main.dropline.level1 li.active a {
	background:url(../images/brown/topmenu/drop_sep.png) no-repeat right top!important;
}
.subul_main.dropline.level2 a {
	background:#292929!important;
}
.subul_main.dropline.level2 a:hover {
	background:#000!important;
}
.subul_main.dropline.level1 li.haschild {
	background:url(../images/brown/topmenu/drop_sep.png) no-repeat right top!important;
	padding:0 5px;
}
#footer a.mainlevel:hover {
	color:#A69D8A;
}
.addround {
	border:none;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.addround .yjsquare_in {
	background:#fff;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.addround h2 {
	color: #A69D8A;
	background: url(../images/h3bg.gif) no-repeat left top;
}

/*SECTION TABLE */
table.category {
	border: 1px solid #DDD;
	border-collapse: separate;
	border-bottom:none;
}
table.category td {
	border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
	border-bottom: 1px solid #DDD;
	background:#fff;
}
tr.sectiontableentry1 td {
	background-color: #fafafa;
}
tr.sectiontableentry2 td {
	background-color: #fff;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #f7f7f7;
}
#pathway .breadcrumb,
#holder,
#holder2,
#holder3 {
	background:url(../images/inset.gif) repeat-x right top;
}
.accordion-group,
.jbsm ul li {
	background:#fff;
}