.jquerycssmenu{

font-size:11px;
float:left;
font-family: arial;
background:url(../images/menu_bg.jpg) repeat-x;
padding-left: 20px;
width:935px;
}
.jquerycssmenu ul{margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:99999;
}
/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: url(../images/blue.gif) no-repeat right 11px; /*background of tabs (default state)*/
padding:5px 24px 4px 17px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
color: #fff;
text-decoration: none;
font-size:11px;
font-family: Tahoma, monospace;text-transform:uppercase;
}
.jquerycssmenu ul li a:hover{
background: url(../images/orange.gif) no-repeat right 11px;
color:#F89828; /*tab link background during hover state*/
}
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: inline;
width:100%;
z-index:99999;
}/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;}
.jquerycssmenu ul li ul li.bg {
background: #2a2a2b;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
display:block; /*width of sub menus*/
background: #2a2a2b url(../images/small_arrow.gif) no-repeat 5px 7px;
color: #fff;
padding: 4px 0 4px 20px;
margin: 0;
font-size:11px;
border:0;font-family: Tahoma, monospace;text-transform:none;}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #2a2a2b url(../images/small_arrow.gif) no-repeat 5px 7px;
color:#F89828;
}
.jquerycssmenu ul li ul li.layout_header_nav_sub_bl {
  width: 10px;
  height: 15px;
  background: url(../images/dropdown_left.gif) no-repeat top left;
  float:left;
margin:0;
}
.jquerycssmenu ul li ul li.layout_header_nav_sub_br {
  width: 10px;
  height: 15px;
  background: url(../images/dropdown_right.gif) no-repeat top right;
float: left;
margin:0;
}
#Application_Development {
width:210px; z-index:9999; position:absolute;
}
#Application_Development li.layout_header_nav_sub_bottom {
  height:15px;
  background-color: #2a2a2b;
  width: 190px;
float:left;
margin:0;}
#Web_Development {width:210px;
z-index:9999;}
#Web_Development li.layout_header_nav_sub_bottom {
  height: 15px;
  background-color: #2a2a2b;
  width: 190px;
  float:left;
	margin:0;
	padding:0;
}

#Mobile_Application_Development {

width:230px;z-index:9999;

}

#Mobile_Application_Development li.layout_header_nav_sub_bottom {

  height: 15px;

  background-color: #2a2a2b;

  width: 210px;

  float:left;

}

#Internet_Marketing {

width:190px;z-index:9999;

}

#Internet_Marketing li.layout_header_nav_sub_bottom {

  height: 15px;

  background-color: #2a2a2b;

  width: 170px;

  float:left;

}

#Technology {

width:140px;z-index:9999;

}

#Technology li.layout_header_nav_sub_bottom {

  height: 15px;

  background-color: #2a2a2b;

  width: 120px;

  float:left;

}
#Products {
width:145px;
z-index:9999;
float:left;
padding:0;
left:-28px;
}


#Products li.layout_header_nav_sub_bottom {
height: 15px;
background-color: #2a2a2b;
width: 125px;
float:left;
padding:0;
}


