

/* Main menu */
#topmenu
{	
	list-style: none;  
/*	background: #;
	background: -moz-linear-gradient(#A1B8C9, #4581AE); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4581AE),color-stop(1, #A1B8C9));	
	background: -webkit-linear-gradient(#A1B8C9, #4581AE);	
	background: -o-linear-gradient(#A1B8C9, #4581AE);
	background: -ms-linear-gradient(#A1B8C9, #4581AE);
	background: linear-gradient(#A1B8C9, #4581AE);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
*/
}

#topmenu li
{
	float: left;
	padding:7px 30px 0;
	text-align:center;
	position: relative;
	font-weight:normal;
	/*background:url(img_ps/menuGap.gif) no-repeat;*/
}

#topmenu div
{
	float: left;
	background:url(img_ps/menuGap.gif) no-repeat;
	height:43px;
	width:1px;
}

#topmenu a 
{
	float: left;
	display:block;
	text-align:center;
	height: 40px;
	color: #fff;
	font-weight:bold;
	/*text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	font:bold 1.2em Arial, Helvetica;;
	text-decoration: none;*/
	/*text-shadow: 0 1px 0 #000;*/
	font-size:1.2em;
	text-decoration:none;
}
#topmenu a span
{
	color: #555;
	font-size:0.75em;
	font-weight:400;
	padding:0 0 0 7px;
}
#topmenu li:hover > a
{
	color: #ecb700;
	/*background:url("img_ps/topMenu.png") no-repeat center;*/
}
#topmenu li li:hover > a
{
	color: #0089de;
	/*background:url("img_ps/topMenu.png") no-repeat center;*/
}

*html #topmenu li a:hover /* IE6 */
{
	color: #0089de;
}

#topmenu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#topmenu ul
{
    list-style: none;
	width:665px;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 40px;
    z-index: 99999;    
    /*background: -moz-linear-gradient(#45ab40, #397e35);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #397e35),color-stop(1, #45ab40));
    background: -webkit-linear-gradient(#45ab40, #397e35);    
    background: -o-linear-gradient(#45ab40, #397e35);	
    background: -ms-linear-gradient(#45ab40, #397e35);	
    background: linear-gradient(#45ab40, #397e35);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
    box-shadow: 0 5px 7px rgba(0,0,0,.3);	
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	animation: fadeInUp1 0.5s;
}

#topmenu ul ul
{
  top: 0;
  left: 150px;
}

#topmenu ul li
{
    float: left;
    margin: 0;
    padding: 0;
    display: block;  
    /*-moz-box-shadow: 0 1px 0 #6489EB, 0 2px 0 #C5D5FE;
    -webkit-box-shadow: 0 1px 0 #6489EB, 0 2px 0 #C5D5FE;
    box-shadow: 0 1px 0 #097a04, 0 2px 0 #097a04;
	-moz-box-shadow: 0 1px 0 #097a04;
    -webkit-box-shadow: 0 1px 0 #097a04;
    box-shadow: 0 1px 0 #097a04;*/
	background:none;
}

#topmenu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#topmenu ul a
{   
	font-weight:normal;
	color:#000;
    padding: 5px 10px 0;/*sub menu size*/
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	font-size:1em;
}

*html #topmenu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #topmenu ul a /* IE7 */
{    
	height: 10px;
}
/*color of sub menu hover*/
#topmenu ul a:hover
{
	/*background: #fafafa;
	background: -moz-linear-gradient(#45ab40, #397e35);	
	background: -webkit-gradient(linear, left top, left bottom, from(#45ab40), to(#397e35));
	background: -webkit-linear-gradient(#45ab40, #397e35);
	background: -o-linear-gradient(#45ab40, #397e35);
	background: -ms-linear-gradient(#45ab40, #397e35);
	background: linear-gradient(#45ab40, #397e35);*/
}

#topmenu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*
#topmenu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 71px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f0f0f0;
}

#topmenu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #f0f0f0;
}

#topmenu ul li:first-child a:hover:after
{
    border-bottom-color: #f0f0f0; 
}

#topmenu ul ul li:first-child a:hover:after
{
    border-right-color: #f0f0f0; 
    border-bottom-color: transparent; 	
}

*/
#topmenu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#topmenu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #topmenu             { zoom: 1; } /* IE6 */
*:first-child+html #topmenu { zoom: 1; } /* IE7 */

@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-moz-transform: translateY(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-o-transform: translateY(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		transform: translateY(5px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
