div.sys_top_menu 
{
background:  transparent url("../images/menu_back.gif") repeat-x ;
}
.lightWithImage {
position: relative;
height: 37px;
margin:0px;
padding-left:0px;
background: transparent url("../images/head_menu.png") no-repeat  scroll 0% 10px ;
}
.lightWithImage li {
float: left;
list-style: none;
height:35px;
padding-top:10px;
}
.lightWithImage li.fancyLight .container_light .ctr {
background:  url("../images/menu_m.png") repeat-x center;
height:45px;
}
.lightWithImage li.fancyLight .container_light .left {
background: url("../images/menu_l.png") no-repeat scroll 0 0;
height:45px;
left:0;
position:absolute;
top:0;
width:40px;
}
.lightWithImage li.fancyLight .container_light .rgt {
background: url("../images/menu_r.png") no-repeat scroll 0 0;
height:45px;
position:absolute;
right:0;
top:0;
width:40px;
}

.lightWithImage li.fancyLight {
height:45px;
position:absolute;
width:15px;
z-index:8;

}

.lightWithImage li.fancyLight .container_light
{
padding:0px 40px;
position:relative;
top:-9px;
}
.lightWithImage li a:hover, .lightWithImage li a:active
{
color:#FFFFFF;
}
#firstCurrent a
{
color:#FFFFFF;
}
#firstCurrent li a
{
color:#FF9628;
}
.lightWithImage li a,  .lightWithImage li a:visited {
font-weight: bold ;

text-decoration: none;
color: #FF9628;
outline: none;
background:transparent url('../images/menu_level_item.png') no-repeat scroll 0 -10px;
top: 7px;
text-transform:capitalize;
letter-spacing: 0;
z-index: 10;
display: block;
position: relative;
overflow: hidden;
padding:0 13px 25px 15px;



} 
.lightWithImage li a:hover, .lightWithImage li a:active, .lightWithImage li a:visited {
border: none;
}


#lightingMenu ul {
display:none;
position:absolute;
top:39px;
width:165px;
line-height:1.5em;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
background:transparent url(../images/menu_dropdown_bg.png) no-repeat scroll 0 100%;

}	

#lightingMenu ul a {
text-indent:15px;
font-weight:normal;
position:static;
margin:0;
padding:0;
background:none;

}	

#lightingMenu ul a:hover{
color:#FFFFFF;
}

#lightingMenu ul li {
float:left;
position:relative;
width:165px;
margin-bottom:5px;
height:auto;
}


.ulsubmenu
{
display: block;

width:100%;
position:absolute;
clear:left;
top:50px;
/*background:#3C5B66 url("../images/h_menu_bg.png") repeat-x left center;*/
background-color:#F8C360;
height:40px;
margin:auto;
left:0px;
}
.ulsubmenu li
{
float:left;
height:auto;
}

.ulsubmenu a
{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
padding:5px;
line-height:40px;
}

.ulsubmenu a:active, .ulsubmenu a:visited
{
color:#FFFFFF;
text-decoration:none;
}

.ulsubmenu a:hover
{
background-color:#FF6C00;
color:#FFFFFF;
}

