/*	--- Horizontal Navigation --- */

#hor_nav{
  background: url("../images/nav_bkg.png") no-repeat scroll left top transparent;
  height: 46px;
  left: -9px;
  padding-left: 24px;
  padding-top: 5px;
  position: relative;
  text-align: left;
  width: 827px;
}
ul#hor_nav {
	margin: 0;
}
#hor_nav li {
	float: left;
}
#hor_nav > li {
	display: table-cell;
}
#hor_nav li li{
	/*float: none;*/
	width: 123px;
	padding-right: 10px;
	float: left;
	margin: 0px;
}
#hor_nav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
  text-transform: uppercase;
	text-decoration:none;
	display: block;
  height: 46px;
  line-height: 46px;
}
#hor_nav li a:hover, #hor_nav li a.selected {
	color: #fff;
  background: url(../images/nav_right.gif) no-repeat right top;
}
#hor_nav li a:hover span, #hor_nav li a.selected span{
  background: url(../images/nav_left.gif) no-repeat left top;
}
#hor_nav li a.selected span span{
  background: none;
}
#hor_nav li a:hover span span{
  background: none;
}

#hor_nav li a span {
	display: block;
	width: auto !important;
	white-space: pre;
  padding: 0 12px;
  height: 46px;
  
}
#hor_nav li a span span{
	height: 25px;
	display: block;
	cursor: pointer;
	white-space: pre;
	width: auto !important;
  padding: 0;
  height: auto;
}
#hor_nav li .fix{
/*	height: 25px;*/
	display: block;
	cursor: pointer;
	white-space: pre;
	width: auto !important;
/*	width: 10px;
	padding-left: 20px;
	padding-right: 5px;*/
	background-image:none;
}

#hor_nav li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	list-style: none;
	z-index: 10; /* Safari fix */
}

#hor_nav li li a{
	color: #128ba0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 25px;
	text-align:left;
	padding-left: 5px;
	/*border-top: solid 1px #dededd;*/
	line-height: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
  text-transform: none;
}
#hor_nav li li a:hover{
	color: #128ba0;
	background: #e6e7df;
}
#hor_nav li li a.selected{
	color: #128ba0;
	background: #e6e7df;
}

#hor_nav li ul {  /* copy of above declaration without the > selector */
	display: none;
	position: absolute;
	background-color: #f0efef;
	list-style: none;
	padding: 10px 0px 10px 10px;
	margin: 0;
	margin-left: 0px;
	z-index: 10; /* Safari fix */
	width: 266px;
	border-top: solid 1px #e4e3e2;
	
}
#hor_nav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
#hor_nav li ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
* html #hor_nav li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior:url(cssdropd.htc );
}

/*	--- End Horizontal Navigation --- */





/*	--- SUB Navigation --- */

.left_subnav {
	list-style: none;
	text-align:left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;

}
.left_subnav li {
	padding: 0px;
	float: none;
height: 1%;

	border-bottom: 1px solid #989695;
}

.left_subnav li li{
	float: none;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #9a9999;
	padding: 0px;
}
.left_subnav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #676464;
	text-decoration:none;
	display: block;
	padding: 9px 5px;
	height: 1%;

}
.left_subnav li a.selected{
	color: #731e14;
	font-size: 13px;
	font-weight: bold;
}
.left_subnav li a:hover{
	color: #000;
	background-color: #ebebeb;
}


.left_subnav li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	list-style: none;
	z-index: 10; /* Safari fix */
}

.left_subnav li li a{
	color: #676464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 10px;
	text-align:left;
	height: 1%;
}
.left_subnav li li a:hover {
	color: #000;
	background-color: #ebebeb;
}

.left_subnav li ul {  /* copy of above declaration without the > selector */
	display: none;
	position: absolute;
	background-color: #fff;
	list-style: none;
	padding: 0;
	z-index: 10; /* Safari fix */
	margin-left: 130px;
	margin-top: 8px;
	width: 200px;
	border: 1px solid #9a9999;
	border-bottom: 0px solid;
}
.left_subnav li ul li ul{
	margin-left: 170px;
	margin-top: 10px;
}
.left_subnav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
.left_subnav li ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
* html .left_subnav li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior:url(tpl/style/cssdropdown.htc );
}

.arrow {
	background: url(../images/arrow.gif) no-repeat right -8px;
}
.arrow .arrow {
	background: url(../images/arrow.gif) no-repeat right -6px;
}
/*	--- End sub Navigation --- */
/*************** Horizontl Sub Navigation ***************/

.hor-subnav {
	text-align: right;
	float: left;
	width: 583px;
}

.hor-subnav ul {
	list-style-type: none;
	background: url(../images/dots_line.gif) repeat-x center bottom;
	height: 23px;
	margin: 0px;
}

.hor-subnav ul li {
	height: 23px;
	display: block;
	float: right;
}

.hor-subnav ul li a {
	display: block;
	padding: 0px 10px;
	line-height: 23px;
	text-decoration: none;
	font-weight: normal;
	color: #2479b9;
	font-size: 12px;
}

.hor-subnav ul li.active {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #ffffff;
	height: 21px;
}

.hor-subnav ul li.active a {
	font-weight: bold;
	padding: 0px 9px;
	line-height: 21px;
}

.rep-but {
	background: url(../images/rep-but-bg.png) repeat-x;
	border: 1px solid #dcd6cd;
	width: 200px;
	height: 67px;
	overflow: hidden;
}

.rep-but-txt {
	width: 105px;
	padding: 10px;
	color: #d52e35;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

.rep-but-txt span {
	color: #aa9d82;
	font-size: 12px;
	font-weight: normal;
}

.rep-but-but {
	width: 56px;
	padding: 13px 0px 0px 9px;
	float: left;
}

.rep-but-but a {
	background: url(../images/rep-but-but.png) no-repeat 0px 0px;
	display: block;
	text-indent: -500px;
	width: 56px;
	height: 44px;
}

.rep-but-but a:hover {
	background-position: 0px -44px;
}

/*************** End Horizontal Sub Navigation ***************/


.rep2-but {
	background: url(../images/rep-but-bg.png) repeat-x;
	border: 1px solid #dcd6cd;
	width: 200px;
	height: 67px;
	overflow: hidden;
}

.rep2-but-txt {
	width: 105px;
	padding: 10px;
	color: #d52e35;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.rep2-but-txt span {
	color: #aa9d82;
	font-size: 12px;
	font-weight: normal;
}

.rep2-but-but {
	width: 56px;
	padding: 13px 0px 0px 9px;
	float: left;
}

.rep2-but-but a {
	background: url(../images/rep-but-butleft.png) no-repeat 0px 0px;
	display: block;
	text-indent: -500px;
	width: 56px;
	height: 44px;
}

.rep-but-but2 a:hover {
	background-position: 0px -44px;
}



.long_second_menu h1 {
 float: none;
 width: auto;
}
.long_second_menu .hor-subnav {
 float: none;
 width: auto;
 text-align: left;
 overflow: hidden;
}
.long_second_menu .hor-subnav ul li{
  float: left;
}
.long_second_menu .hor-subnav ul li a{
 padding: 0 20px 0 0;
}
.hor-subnav-forum ul li a{
	font-size:11px;
}
