@charset "UTF-8";
#home ul.MenuBarHorizontal li a.home, #corporate ul.MenuBarHorizontal li a.corporateservices, #portfoliopage ul.MenuBarHorizontal li a.portfolio, #aboutuspage ul.MenuBarHorizontal li a.aboutus, #contactuspage ul.MenuBarHorizontal li a.contactus, #testimonialpage ul.MenuBarHorizontal li a.testimonials, #packagespage ul.MenuBarHorizontal li a.packages {
background-position:bottom left;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

#nav
{
float:left;
width:900px;
margin:0px;
padding:0px; }
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 900px;
	position:relative;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}



/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li a.home {
	float:left;
	width:69px;
	height:25px;
	background:url(Button/home.gif) no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
	list-style-type: none;
	position: relative;
}
ul.MenuBarHorizontal li a:hover.home {
	float:left;
	width:69px;
	height:25px;
	background:url(Button/home.gif) no-repeat;
	background-position:bottom;
	margin:0px;
	padding:0px;
}


ul.MenuBarHorizontal li a.a_home {
	float:left;
	width:69px;
	height:25px;
	background:url(Button/home.gif) no-repeat;
	background-position:bottom;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul.MenuBarHorizontal li a.aboutus {
	float:left;
	width:94px;
	height:25px;
	background:url(Button/about_us.gif) no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;}
	
	
	ul.MenuBarHorizontal li a:hover.aboutus 
	{
	float:left;
	width:94px;
	height:25px;
	background:url(Button/about_us.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;}
	
ul.MenuBarHorizontal li a.corporateservices {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/services.gif) no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ul.MenuBarHorizontal li a:hover.corporateservices {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/services.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.MenuBarHorizontal li a.portfolio {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/portfolio.gif) no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;}

ul.MenuBarHorizontal li a:hover.portfolio {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/portfolio.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;}

ul.MenuBarHorizontal li a:hover.portfolio {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/portfolio.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;}
	
	
ul.MenuBarHorizontal li a.testimonials {
	float:left;
	width:106px;
	height:25px;
	background:url(Button/testimonials1.gif) no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.MenuBarHorizontal li a:hover.testimonials {
	float:left;
	width:106px;
	height:25px;
	background:url(Button/testimonials1.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.MenuBarHorizontal li a.packages {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/packages.gif) no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ul.MenuBarHorizontal li a:hover.packages {
	float:left;
	width:82px;
	height:25px;
	background:url(Button/packages.gif) no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.MenuBarHorizontal li a.contactus {
	float:left;
	width:100px;
	height:25px;
	background:url(Button/contact-us.gif) no-repeat;
	background-position:top;
		margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
ul.MenuBarHorizontal li a:hover.contactus {
	float:left;
	width:100px;
	height:25px;
	background:url(Button/contact-us.gif) no-repeat;
	background-position:bottom;
		margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}



/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	overflow:hidden;
	z-index:2000;
	left: 0px;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisiblea {
	overflow:hidden;
	z-index:1025;
	left: 0px;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li a.logodesign {
	float:left;
	width:90px;
	height:25px;
	background:url(Button/logo_design.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.logodesign {
	float:left;
	width:90px;
	height:25px;
	background:url(Button/logo_design.gif) no-repeat;
	background-position:top;
}

#logodesign ul.MenuBarHorizontal ul li a.logodesign
{
		float:left;
	width:90px;
	height:25px;
	background:url(Button/logo_design.gif) no-repeat;
	background-position:top;
}
ul.MenuBarHorizontal ul li a.webdesign {
	float:left;
	width:89px;
	height:25px;
	background:url(Button/web_design.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.webdesign {
	float:left;
	width:89px;
	height:25px;
	background:url(Button/web_design.gif) no-repeat;
	background-position:top;
}

#webdesign ul.MenuBarHorizontal ul li a.webdesign
{
		float:left;
	width:90px;
	height:25px;
	background:url(Button/web_design.gif) no-repeat;
	background-position:top;
}

ul.MenuBarHorizontal ul li a.graphdesign {
	float:left;
	width:106px;
	height:25px;
	background:url(Button/graphic_design.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.graphdesign {
	float:left;
	width:106px;
	height:25px;
	background:url(Button/graphic_design.gif) no-repeat;
	background-position:top;
}

#graphdesign ul.MenuBarHorizontal ul li a.graphdesign
{
	float:left;
	width:106px;
	height:25px;
	background:url(Button/graphic_design.gif) no-repeat;
	background-position:top;
}

ul.MenuBarHorizontal ul li a.webdev {
	float:left;
	width:129px;
	height:25px;
	background:url(Button/web_development.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.webdev {
	float:left;
	width:129px;
	height:25px;
	background:url(Button/web_development.gif) no-repeat;
	background-position:top;
}

#webdev ul.MenuBarHorizontal ul li a.webdev {
	float:left;
	width:129px;
	height:25px;
	background:url(Button/web_development.gif) no-repeat;
	background-position:top;
}

ul.MenuBarHorizontal ul li a.ecom {
	float:left;
	width:166px;
	height:25px;
	background:url(Button/e-commerce_development.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.ecom {
	float:left;
	width:166px;
	height:25px;
	background:url(Button/e-commerce_development.gif) no-repeat;
	background-position:top;
}

#ecom ul.MenuBarHorizontal ul li a.ecom {
	float:left;
	width:166px;
	height:25px;
	background:url(Button/e-commerce_development.gif) no-repeat;
	background-position:top;}

ul.MenuBarHorizontal ul li a.cms {
	float:left;
	width:198px;
	height:25px;
	background:url(Button/cms.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.cms {
	float:left;
	width:198px;
	height:25px;
	background:url(Button/cms.gif) no-repeat;
	background-position:top;
}

#cms ul.MenuBarHorizontal ul li a.cms {
	float:left;
	width:198px;
	height:25px;
	background:url(Button/cms.gif) no-repeat;
	background-position:top;
}


ul.MenuBarHorizontal ul li a.webpro {
	float:left;
	width:108px;
	height:25px;
	background:url(Button/web_promotion.gif) no-repeat;
	background-position:bottom;
}

ul.MenuBarHorizontal ul li a:hover.webpro {
	float:left;
	width:108px;
	height:25px;
	background:url(Button/web_promotion.gif) no-repeat;
	background-position:top;
}

#webpro ul.MenuBarHorizontal ul li a.webpro {
	float:left;
	width:108px;
	height:25px;
	background:url(Button/web_promotion.gif) no-repeat;
	background-position:top;
}



ul.MenuBarHorizontal ul li a.webpack {
	float:left;
	width:133px;
	height:25px;
	background:url(Button/web_packages.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.webpack {
	float:left;
	width:133px;
	height:25px;
	background:url(Button/web_packages.gif) no-repeat;
	background-position:top;
}

#webpack ul.MenuBarHorizontal ul li a.webpack {
	float:left;
	width:133px;
	height:25px;
	background:url(Button/web_packages.gif) no-repeat;
	background-position:top;
}


ul.MenuBarHorizontal ul li a.corpack {
	float:left;
	width:126px;
	height:25px;
	background:url(Button/corporate_package.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.corpack {
	float:left;
	width:126px;
	height:25px;
	background:url(Button/corporate_package.gif) no-repeat;
	background-position:top;
}

#corpack ul.MenuBarHorizontal ul li a.corpack {
	float:left;
	width:126px;
	height:25px;
	background:url(Button/corporate_package.gif) no-repeat;
	background-position:top;
}

ul.MenuBarHorizontal ul li a.ecompack {
	float:left;
	width:142px;
	height:25px;
	background:url(Button/ecommerce_package.gif) no-repeat;
	background-position:bottom;
}

ul.MenuBarHorizontal ul li a:hover.ecompack {
	float:left;
	width:142px;
	height:25px;
	background:url(Button/ecommerce_package.gif) no-repeat;
	background-position:top;
}

#ecompack ul.MenuBarHorizontal ul li a.ecompack {
	float:left;
	width:142px;
	height:25px;
	background:url(Button/ecommerce_package.gif) no-repeat;
	background-position:top;
}



ul.MenuBarHorizontal ul li a.propack {
	float:left;
	width:155px;
	height:25px;
	background:url(Button/promotion_packages.gif) no-repeat;
	background-position:bottom;
}
ul.MenuBarHorizontal ul li a:hover.propack {
	float:left;
	width:155px;
	height:25px;
	background:url(Button/promotion_packages.gif) no-repeat;
	background-position:top;
}

#propack ul.MenuBarHorizontal ul li a.propack 
{
	float:left;
	width:155px;
	height:25px;
	background:url(Button/promotion_packages.gif) no-repeat;
	background-position:top;
}


ul.MenuBarHorizontal ul li a.blank {
	float:left;
	width:100px;
	height:25px;
	background-color:#7b7b7b;
}
ul.MenuBarHorizontal ul li a:hover.blank {
	float:left;
	width:100px;
	height:25px;
	background-color:#7b7b7b;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	width:900px;
	background-color:#7b7b7b;
	margin:35px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0px;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */

#home ul.MenuBarHorizontal a.home {
	background-position:top left;
}


#home ul.MenuBarHorizontal li a_home:hover, #corporate ul.MenuBarHorizontal li a.corporateservices, ul.MenuBarHorizontal li a:portfolio, #aboutuspage ul.MenuBarHorizontal li a.aboutus, #contactuspage ul.MenuBarHorizontal li a.contactus, #testimonialpage ul.MenuBarHorizontal li a.testimonials, #packagespage ul.MenuBarHorizontal li a.packages 
{
	background-position:bottom left;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHovera, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #33C;
	color: #FFF;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}


