/*
Design by ACE-LABS
Created On : Dec 21,2009
Created By : R.Nagendran
Lastupdated On : Dec 21,2009
LastUpdated By : R.Nagendran
version : 1.0
http://www.ace-labs.com
copyright © 2010 Ace Labs, All Rights Reserved.
*/

#menu
{
	float:left;
	margin:0;
	padding:0;
	width:960px;
	height:30px;
	background:url(../images/menu_bg.jpg) repeat-x top left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a
{
	display: inline;
	float: left;
	padding:7px 15px 10px 15px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFE;
}

#menu li a:hover
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}

#menu li img
{
	vertical-align:middle;
}

#home #menu #li_home
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}

#portfolio #menu #li_portfolio
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}

#service #menu #li_service
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}

#profile #menu #li_profile
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}

#contact #menu #li_contact
{
	background:url(../images/menu_bg_hover.jpg) repeat-x top left;
	width:auto;
	height:auto;
}
#innerheader
{
	margin:0;
	padding:0;
	background:url(../images/innerheader.jpg) no-repeat;
	height:15px;
}

