 

.horizontal *,
 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Horizontal Dropdown Menu
-----------------------------------*/
.horizontal, .horizontal ul {
	font-size: 1em;
    list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal {

	width: 1098px;
	float: left;
	margin-bottom: 20px;
}
.horizontal li {
	float: left;
	position: relative;
}

 
.horizontal li a {
	display: block;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0 1.4em;
	 font-family: 'aurulent_sansregular';
	 font-size: 1em;
	 text-decoration:none;
	 
}
 

.horizontal .home{
 width:30px;
 overflow:hidden;	
}
.horizontal .home a{
 width:30px; 
 
  text-indent:-9999px;
   background-image:url(images/home.png);
   background-position:left;
   background-repeat:no-repeat;
 
}
.horizontal .forum{
	float:right;
	
}


.horizontal a:link{
	font-size:1.3em;
}

.horizontal .forum a{

background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	

}
.horizontal .forum a:hover{

background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(75,153,216,1) 50%, rgba(36,127,201,1) 51%, rgba(158,198,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(75,153,216,1)), color-stop(51%,rgba(36,127,201,1)), color-stop(100%,rgba(158,198,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(75,153,216,1) 50%,rgba(36,127,201,1) 51%,rgba(158,198,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(75,153,216,1) 50%,rgba(36,127,201,1) 51%,rgba(158,198,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(75,153,216,1) 50%,rgba(36,127,201,1) 51%,rgba(158,198,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(75,153,216,1) 50%,rgba(36,127,201,1) 51%,rgba(158,198,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#9ec6e5',GradientType=0 ); /* IE6-9 */
 
}
.horizontal ul {
	position: absolute;
	left: 0;
	top: 2.9em;
	display: none;
	z-index: 999;
	width: 160px;
	
}
.horizontal ul ul {
	top: 0;
	left: 160px;
}
.horizontal ul li {
	width: 100%;
}
.horizontal ul li a {
	overflow: hidden;
}
.horizontal li:hover > ul {
	display: block;
}
.horizontal li.parent > a {
	background-image: url(images/arrow-right2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 1em;
}
.horizontal > li.parent > a {
	background-image: url(images/arrow-down2.gif); 
}

.horizontal, .horizontal ul {
	-webkit-box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
	box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
}
.horizontal > li > ul {
	margin-left: -1px;
}
.horizontal ul ul {
	margin-top: -1px;
}
.horizontal li ul li:last-child {
	border-bottom: none;
}

 

/* horizontal red
-----------------------------------*/
.horizontal.red, .horizontal.red ul {
	border: 1px solid #333333;
	
}
.horizontal.red, .horizontal.red li {
 

background: rgb(109,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,0,0,1) 0%, rgba(155,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,0,1)), color-stop(100%,rgba(155,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,0,0,1) 0%,rgba(155,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,0,0,1) 0%,rgba(155,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,0,0,1) 0%,rgba(155,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,0,0,1) 0%,rgba(155,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0000', endColorstr='#9b0000',GradientType=0 ); /* IE6-9 */

 
 
	  
}
.horizontal.red > li {
	border-right: 1px solid #A55555;

}
.horizontal.red li a {
	color: #fff;

}
.horizontal.red li:hover {
	background: #a72525;
}
.horizontal.red ul li {
	border-bottom: 1px solid #A55555;
 
}
.horizontal.red li.parent > a {
	
	background-image: url(images/arrow-right1.gif);
}
.horizontal.red > li.parent > a {
	background-image: url(images/arrow-down1.gif);
}
  