
/*general container*/
#menu{text-align:left; margin-left:20px; margin-top: 20px;}

/*uncoment this css for top menu */
.menu1_container{float:left; font-size:12px;}


/*first set of menus*/
.menu_element{color:#fff;  cursor:pointer; text-align:center; }
.menu_element a{color:#fff; text-decoration:none;}
.menu_element a:hover{color:#EE7017; text-decoration:none;}

.menu_element_hover{color:#EE7017; cursor:pointer;  text-align:center; }
.menu_element_hover a{ color:#EE7017; text-decoration:none;}
.menu_element_hover a:hover{ color:#EE7017; text-decoration:none;}


/********************************************second submenu*******************************************************************/

.hidden_sub_menu
{
	position:relative;
	white-space:nowrap;
	height:25px;
	border:none;
    width: 180px;
}


/*ucomment for top menu*/
.menu1s{position:relative;  float:left; font-size:12px; }

/*ucomment for side menu*/
/*.menu1s{position:relative;}*/

.menu1s_container{position:absolute; top:10px; left:0px; display:none; width:180px;}

.menu1s_element{color:#fff; cursor:pointer; position:relative; padding-top:5px; padding-bottom:5px;  width:180px; background-image: url(../images/carbon.png); background-repeat: repeat;}
.menu1s_element a{color:#fff; text-decoration:none;}
.menu1s_element a:hover{color:#fff; text-decoration:none;}

.menu1s_element_hover{color:#fff; cursor:pointer; padding-top:5px; padding-bottom:5px;  width:180px; background-image: url(../images/carbon_hover.png); background-repeat: repeat; }
.menu1s_element_hover a{color:#fff; text-decoration:none;}
.menu1s_element_hover a:hover{color:#fff; text-decoration:none;}

/********************************************third submenu*******************************************************************/
.menu2s{position:relative;}

.menu2s_container{position:absolute; top: 0; left:180px; display:none; width:180px;}

.menu2s_element{color:#fff; cursor:pointer; background-image: url(../images/carbon.png); background-repeat: repeat; position:relative;padding-top:5px; padding-bottom:5px;  width:120px;}
.menu2s_element a{color:#fff; text-decoration:none;}
.menu2s_element a:hover{color:#fff; text-decoration:none;}

.menu2s_element_hover{color:#fff; cursor:pointer; background-image: url(../images/carbon_hover.png); background-repeat: repeat;  padding-top:5px; padding-bottom:5px;  width:120px; }
.menu2s_element_hover a{color:#fff; text-decoration:none;}
.menu2s_element_hover a:hover{color:#fff; text-decoration:none;}
