
/* Main menu */

#menu
{
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#ec8c25, #e88821, #e2821c, #d97a13, #d1720c, #cb6c06); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ec8c25),color-stop(1, #cb6c06));	
	background: -webkit-linear-gradient(#ec8c25, #e88821, #e2821c, #d97a13, #d1720c, #cb6c06);	
	background: -o-linear-gradient(#ec8c25, #e88821, #e2821c, #d97a13, #d1720c, #cb6c06);
	background: -ms-linear-gradient(#ec8c25, #e88821, #e2821c, #d97a13, #d1720c, #cb6c06);
	background: linear-gradient(#ec8c25, #e88821, #e2821c, #d97a13, #d1720c, #cb6c06);
	color:#FFFFFF;
	
	
	
}

#menu li
{
	float: left;
	padding: 6px 0 6px 0;
	position: relative;
	line-height: 0;
	border:1px solid rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #FFFFFF;
	font:11px/25px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
	font-weight:bold;
}

#menu li:hover > a
{
	color: #CCCCCC;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

*html #menu li a:hover /* IE6 */
{
	color: #CCCCCC;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #ececec;
  	
   
}

#menu ul ul
{
position: absolute;
  top: 0;
  left: 100px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    border-bottom:solid 1px #bebebe;
	
	
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: auto;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	color:#000000;
	text-shadow:none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    color:#FFFFFF;
	background: #d5d5d5;
	background: -moz-linear-gradient(#d4d4d4,  #c7c5c5);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#d4d4d4,  #c7c5c5);
	background: -o-linear-gradient(#d4d4d4,  #c7c5c5);
	background: -ms-linear-gradient(#d4d4d4,  #c7c5c5);
	background: linear-gradient(#d4d4d4,  #c7c5c5);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}


#menu ul ul li:first-child a:after
{
    left: 0px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #FFFFFF;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #bebebe; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #bebebe; 
    border-bottom-color: transparent; 	
}




/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
.but{
				background: -moz-linear-gradient(#fffefd,  #e9e6e2, #ffffff);	
	background: -webkit-linear-gradient(#fffefd,  #e9e6e2, #ffffff);
	background: -o-linear-gradient(#fffefd,  #e9e6e2, #ffffff);
	background: -ms-linear-gradient(#fffefd,  #e9e6e2, #ffffff);
	background: linear-gradient(#fffefd,  #e9e6e2, #ffffff);
	 text-align:center; color:#333;
	 border-radius:5px;
			}
			.but:hover{
				background: -moz-linear-gradient(#ffc158,  #f79501, #ffc158);	
	background: -webkit-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -o-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -ms-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: linear-gradient(#ffc158,  #f79501, #ffc158);
	 color:#FFF;
			}
			
			
			.but1{
				background: -moz-linear-gradient(#ffc158,  #f79501, #ffc158);	
	background: -webkit-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -o-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -ms-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: linear-gradient(#ffc158,  #f79501, #ffc158);
	 text-align:center; color:#333;
	 width:50px;
	 height:40px;
	 border-radius:10px;
	 padding:5px;
	 vertical-align:middle;
			}
			.but1:hover{
				background: -moz-linear-gradient(#ffc158,  #f79501, #ffc158);	
	background: -webkit-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -o-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: -ms-linear-gradient(#ffc158,  #f79501, #ffc158);
	background: linear-gradient(#ffc158,  #f79501, #ffc158);
	 color:#FFF;
			}
			
.reg{
	color:#FF3; text-decoration:none; font-size:14px; font-weight:bold;
}