/* HTML ----------------------------------------------------------------------- */
body {
	margin: 0;	
	background: #FFF url(../images/images/background2.gif) repeat-x;
	font-family: arial, helvetica, geneva, sans-serif;
}
img { border: 0 }
p {
	margin: 0 0 14px 0;
	line-height: 160%;
	font-size: 11px;
}

/* TEMPLATE LAYOUT ----------------------------------------------------------------------- */
#header {
	width: 100%;
	overflow: hidden;
	height: 137px;
	position: relative;
	margin-bottom: 8px;
}
#header .logo {
	position: absolute;
	margin-top:33px;
	left: 9px;
}
/*top menu Start*/

.toplink{
font-family:Arial;
color:#336699;
font-size:11px;
font-weight:bold;
text-decoration:none;
position:absolute;
margin-top:-110px;
margin-left:600px;


}
.toplink a{
font-family:Arial;
color: #336699;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

.toplink a:hover{
font-family:Arial;
color: #cc6633;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.toplink a.active{
font-family:Arial;
color: #cc6633;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
  

#Menu {
 width:100px;
 height: 18px;
	float: right;
	padding: 31px 7px 30px 0;
}

/* NAVIGATION ----------------------------------------------------------------------- */
ul#MainMenu {
	clear: both;
	list-style: none;
	margin: 0 1px 0 500px;/*main menu movie form here*/
	padding: 0;
}
ul#MainMenu li {
	float: left;
	
}
li#software_services a, li#technology a, li#expertise a, li#Process_Practices a {
	height: 34px;
	text-indent: -9999px;
	display: block;
	width: 57px;	
	background: #FFF url(../images/menu/software_services.gif) no-repeat;
}
li#software_services:hover a, li#technology:hover a, li#expertise:hover a, li#Process_Practices:hover a {
	background-position: 0 -108px;
}
li#software_services:hover ul, li#technology:hover ul, li#expertise:hover ul, li#Process_Practices:hover ul{
	display: block;
	z-index: 10;
}
#software_services li#software_services a, #technology li#technology a, #expertise li#expertise a, #Process_Practices li#Process_Practices a {
	background-position: 0 -108px;
}
#software_offerings li#software_services a, #technology li#technology a, #expertise li#expertise a, #Process_Practices li#Process_Practices a {
	background-position: 0 -108px;
}

li#software_services a {
	width: 83px;	
	background: #FFF url(../images/menu/software_services.gif) no-repeat;
}
li#technology a {
	width: 97px;	
	background: #FFF url(../images/menu/technology.gif) no-repeat;
}
li#expertise a {
	width: 81px;	
	background: #FFF url(../images/menu/expertise.gif) no-repeat;
}
li#Process_Practices a {
	width: 87px;	
	background: #FFF url(../images/menu/process_practices.gif) no-repeat;
}



/* SUB NAVIGATION ----------------------------------------------------------------------- */
ul#MainMenu li ul {
	display: none;
	position: absolute;
	top: 108px;
	left: 0px;
	z-index: 1;
	width: 1000px;
	height: 29px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#MainMenu li ul li {
	margin: 0;
	padding: 0 0 0 6px;
	float: left;
	color: #336699;
	/*text-transform: uppercase;*/
	font-size: 11px;
	font-weight:bold;
	line-height: 33px;
}
ul#MainMenu li ul li a {
	background: none;
	width: auto;
	display: inline;
	text-indent: 0;
	text-decoration: none;
	color: #336699;
	padding: 0 5px 0 0;
	
}
ul#MainMenu li ul li a:hover,
ul#MainMenu li ul li a.on {
font-family:Arial;
font-size: 11px;
font-weight:bold;
color: #cc6633;
}

ul#MainMenu li#software_services ul {
	background: #FFF url(../images/menu/menuborder.gif) no-repeat;
	background-position: 0 -145px;
	padding-left: 340px;/*move 1st sub memu*/

}
ul#MainMenu li#technology ul {
	background: #FFF url(../images/menu/menuborder.gif) no-repeat;
	background-position: 0 -116px;
	padding-left: 235px;/*move 2st sub memu*/
}
ul#MainMenu li#expertise ul {
	background: #FFF url(../images/menu/menuborder.gif) no-repeat;
	background-position: 0 -87px;
	padding-left: 410px;/*move 2st sub memu*/
}
ul#MainMenu li#Process_Practices ul {
	background: #FFF url(../images/menu/menuborder.gif) no-repeat;
	background-position: 0 -58px;
	padding-left: 590px;/*move 3st sub memu*/
}

ul#MainMenu li#new ul {
	background: #FFF url(../images/menu/menuborder.gif) no-repeat;
	background-position: 0 0;
	padding-left: 0px;
}
 #software_services li#software_services ul, #technology li#technology ul,#expertise li#expertise ul, #Process_Practices li#Process_Practices ul {
	display: block;
}

 #software_offerings li#software_services ul, #technology li#technology ul,#expertise li#expertise ul, #Process_Practices li#Process_Practices ul {
	display: block;
}
