@charset "utf-8";
/* CSS Document */

/* General menu styling */

.newmenu {
	
	float:right;
	width:1115px;
	border:0px solid #366;
	height:48px;
	background-image:url(../images/menu.png);
	padding-top:5px;
	
	}
	
.newmenu form {
	float:right;
	width:210px;
	border:0px solid #000;
	margin-top:5px;
	}

.newmenu form input {
	float:right;
	height:34px;
	border:none;
	padding:0px;
	border-radius:0 50px  50px 0 ;
	margin:0px;
	
	}
	
.nav {
position: relative;
margin: 0;
padding: 0;
line-height: 22px;
width:900px;
float:left;
border:0px solid #000;
}
/* The main navigation link containers */
.nav>li {
display: block;
float: left; /* Displaying them on the same line */
margin: 0;
padding: 0;
margin-left:20px;
border:0px solid #000;
border-radius:5px;
}

.nav>li:hover { background-image:url(../images/menuover.png);}

/* The main navigation links */
.nav>li>a {
/* Layout */
display: block;
position: relative;
padding: 10px 7px;
/* Text */
font-family:s;
color: #000;
font-size: 16px;
text-decoration: none;
font-weight:bolder;

}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
color: #000000;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdown>a::after {
content: "";
position: absolute;
top: 17px;
right: 10px;
width: 7px;
height: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
border-color: #000000;
}
/* The submenus */
.nav ul {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
display: block;
}
/* General layout settings for the link containers of the submenus */
.nav ul li {
position: absolute;
top: -9999px; /* Hiding them */
height: 0px;
display: block;
margin: 0;
padding: 0;
border-radius:5px;
margin-top:5px;

/* Making them to expand their height with a transition, for a slide effect */
-webkit-transition: height .3s ease-in;
-moz-transition: height .2s ease-in;
-o-transition: height .2s ease-in;
-ms-transition: height .2s ease-in;

background: rgba(242,114,122,1);
background: -moz-linear-gradient(top, rgba(242,114,122,1) 0%, rgba(247,66,77,1) 52%, rgba(242,114,122,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,114,122,1)), color-stop(52%, rgba(247,66,77,1)), color-stop(100%, rgba(242,114,122,1)));
background: -webkit-linear-gradient(top, rgba(242,114,122,1) 0%, rgba(247,66,77,1) 52%, rgba(242,114,122,1) 100%);
background: -o-linear-gradient(top, rgba(242,114,122,1) 0%, rgba(247,66,77,1) 52%, rgba(242,114,122,1) 100%);
background: -ms-linear-gradient(top, rgba(242,114,122,1) 0%, rgba(247,66,77,1) 52%, rgba(242,114,122,1) 100%);
background: linear-gradient(to bottom, rgba(242,114,122,1) 0%, rgba(247,66,77,1) 52%, rgba(242,114,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2727a', endColorstr='#f2727a', GradientType=0 );

}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
height: 30px;
position: relative;
top: auto;
}
/* The submenu links */
.nav ul li a {
/* Layout  */
padding: 4px 20px;
width: 160px;
display: block;
position: relative;
/* Text */
font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration: none;
font-size: 16px;

}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
color: #000000;

}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
left: 195px;
top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0fd0f9;
border-top: 1px solid #0fd0f9;
}


/* sliiiiiiiiiiiiiiiiiiiiider css */


 <style> 
        .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../img/browser-icons.png);
        }
    </style>