/* 

  --------------------------------------------------

	gMenu CSS file :: create by Grigori Martirosyan

  --------------------------------------------------

*/



#menuwrapper {

	width:100%;

	height:25px;
	
	background-image:url(../images/new/menu.jpg);
	
	border-bottom:1px solid #000000;

}

#menuwrapper * {z-index:100}

#menuwrapper a {cursor:pointer}

.clear {

	clear: both;

	height: 0;

	line-height: 0.0;

	font-size: 0;

}

#gMenu, #gMenu ul {

	padding: 0;

	margin: 0;

	list-style: none;

	font-family: 'Trebuchet MS', UnDotum, sans;

}

#gMenu .separator {

	width:1px;

	height:25px;

	background:#FFFFFF;

}

#gMenu li {

	position: relative;

	margin-left:0;

	height:25px;

	float: left;

}

#gMenu li a {

	display: block;

	width:91px;

	height:18px !important;

	text-decoration: none;

	font-size: 12px;
	
	padding-top: 3px;

	color:#ffffff;

	text-align:center;

	/*text-transform:capitalize;*/

	padding-bottom:4px;

}

#gMenu li:hover a,

#gMenu a:focus,

#gMenu a:active, 



#gMenu li a:active {

	color: #FFFFFF;

	height:25px;

	background:url(../images/new/active.jpg) no-repeat top left;

}



/* hide from IE mac \*/

#gMenu li {position: static; width: auto;}

/* end hiding from IE5 mac */





/*--- gSubMenu ---*/



#gMenu li ul, #gMenu ul li, #gMenu li ul li a  {

	width: 157px;

}

#gMenu ul li {

	height:20px !important;
	

}

#gMenu li ul li a  {

	height:20px !important;

	width:170px;

	display:block;

	background:url(../images/new/subinactive.jpg) no-repeat top left !important;

	text-align:left;

	/*text-transform:capitalize;*/

	padding:0 5px;

}

#gMenu li ul li a:hover  {background:url(../images/new/subactive.jpg) no-repeat top left !important; color:#ffffff}

#gMenu li ul {

	position: absolute;

	display: none;

	color:#000000;
}



#gMenu li:hover ul, 

#gMenu li.gMenuHrv ul {

	display: block;

}

#gMenu li:hover ul a,



#gMenu li.gMenuHrv ul a {

	color: #000000;

	background-color: transparent;

}

#gMenu ul a:hover {

	

}



.activMenu {

	color: #FFFFFF !important;

	height:33px !important;

	background:url(../images/new/active.jpg) no-repeat top left !important;

}

