/*---------------------------------------------*/
/*------ Rad Menu  ----------------------------*/
/*---------------------------------------------*/
.topMenu
{
	width: 900px;
	min-height: 35px !important;
	background-color: #302c2d;
	float:left;
	position:relative;
	overflow:visible;
   z-index:100;
	}

.slide .slide {margin-left:1px; }


/****************************
	SET ROOT GROUP 
***************************/

/* ROOT GROUP GENERAL SETTING*/
.RadMenu_radmenu_skin
{
	border: 0px !important;
	width:900px;
	min-height:35px !important;
	overflow:visible;
	background-color: #302c2d !important;
	
	

}

/* SET ROOTGROUP MENU APPEARENCE */

.RadMenu_radmenu_skin .rootGroup .link
{
	color: #393637;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	background-color: #302c2d !important;  
	border: 0px; 
	height: 35px !important;
	line-height:3em;
	text-decoration: none !important;
	display:block;
	cursor:pointer !important; # 
	_display:inline;
}

.RadMenu_radmenu_skin .rootGroup .link .text 
{
	background-color: Transparent !important;
	font-size: 11px;
	font-family: HelveticaNeueLT Std, Arial,arial;
	color: #fff;
	border: 0px;
	background-color: inherit !important;
	padding:0px 10px 0px 10px;
	margin:0px;
	font-weight:normal;
	
}





/* SET ROOT GROUP EXPANDED STAT */
.RadMenu_radmenu_skin .rootGroup .expanded, .RadMenu_radmenu_skin .rootGroup .focused, .RadMenu_radmenu_skin .rootGroup .link:hover
{
	
	background-image:url(images/RootFocused_bg.gif) !important;	/* BACKGROUD IS GRADIANT*/
	background-position: left top;
	background-repeat: repeat-x;
	
    display:block;
    #display:inline-block; /********* IE rad menu expanded problem fix *******/
    
    
	
}
.RadMenu_radmenu_skin .rootGroup .link .expandTop, .RadMenu_radmenu_skin .rootGroup .item span.text
{
	background-color:Transparent !important;
}

/* SET DIVIDER FOR ROOTGROUP*/

.RadMenu_radmenu_skin .separator {width:1px; height:35px; padding:0px; margin:0px;}

/****************************
 MENU - CHILD GROUP
****************************/


/* SET CHILD GROUP GENERAL SETTING*/
.RadMenu_radmenu_skin .group {
	
	border:0px !important;
	background-color:#061824;
	text-align:left;
 
}


/* SET CHILD GROUP BACKGROUND, FONT AND BORDER */

.RadMenu_radmenu_skin .group .item, .RadMenu_radmenu_skin .group .link, .RadMenu_radmenu_skin .group .text  {height:17px !important; padding:0px 0px 0px 0px; line-height:15px !important;}


.RadMenu_radmenu_skin .group .link
{
	border-width: 0px !important;
	background-color:transparent !important;
	text-transform:none !important;
	min-width:139px;
	padding-right:8px;
	display:block; #
	text-align:left;
	line-height:3em; #
	_width:139px;

	
}


/* SET CHILD GROUP HOVER AND EXPANDED STATE */
.RadMenu_radmenu_skin .group .link:hover, .RadMenu_radmenu_skin .group .focused, .RadMenu_radmenu_skin .group .expanded
{
	background-color:black !important;
	background-image:none !important;   
    display:block;
	
}

/* SET CHILD GROUP TEXT */
.RadMenu_radmenu_skin .group .text
{
     color: #fff;
    font-family: arial;
    padding: 0px;
    margin: 0px;
    font-family:arial !important;
    


} 

/* SET CHILD GROUP MENU IMAGE */
.RadMenu_radmenu_skin .group .leftImage
{
    
    margin-top: 0px;
    margin-right: 5px;
    padding-left:5px;
    padding-bottom:0px;
} 


/* SET ARROW */
.RadMenu_radmenu_skin .group .expandLeft
{
	background-image: url(images/radMenuArrow.gif) !important;
	background-position: right;
	background-repeat:no-repeat;
	
}  






/*----------------END RADMENU--------------------*/










