@charset "UTF-8";
/* CSS Document */

/* Define the body style */
body {
    font-family:Arial;
    font-size:12px;
}

/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
	width: 200px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
	position: relative;
}

/* We apply the link style */
#menuwrapper ul li a{
	display: inline-block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 45px;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul{
    left:150px;
    top:10px;
    display:block;
    border-radius: 15px;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
	background-color:#0C6; color:#fff; opacity:0.9;


}
.radius {
	border-radius: 15px 15px 0 0;
}
.radiusbottom {
	border-radius: 0 0 15px 15px;
}

/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
	background-color:#093;
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#fff;
    display:inline-block;
    width:120px;
}

/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper ul li:hover ul li ul{
    position:absolute;
    display:none;
}

/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper ul li:hover ul li:hover ul{
    display:block;
    left:150px;
    top:0;
}

/* We change the background color for the level 3 submenu*/
#menuwrapper ul li:hover ul li:hover ul li{
    background:#86d3fa;
}

/* We change the background color for the level 3 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover ul li:hover{
    background:#358ebc;
}

/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a{
    color:#ffffff;
}

/* Clear float */
.clear{
    clear:both;
}
.home {
	background-image: url(../Image/NAV/home.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999;
}
a.home:hover {
	color: #009966;
	background-color: #FFF;
	background-image: url(../Image/NAV/home_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
a.home:link {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
.aboutus {
	background-image: url(../Image/NAV/aboutus.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999999;
}
a.aboutus:link {
	color: #999999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
a.aboutus:hover {
	color: #C33E44;
	background-color: #FFF;
	background-image: url(../Image/NAV/aboutus_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
.ourservices {
	background-image: url(../Image/NAV/ourservices.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999999;
}
a.ourservices:link {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
a.ourservices:hover {
	color: #FF0099;
	background-color: #FFF;
	background-image: url(../Image/NAV/ourservices_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
a.ourwork:hover {
	color: #FF0099;
	background-color: #FFF;
	background-image: url(../Image/NAV/ourservices_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
.ourwork {
	background-image: url(../Image/NAV/ourwork.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999;
	font-size: 16px;
}
a.ourwork:link {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
a.ourwork:hover {
	color: #00C0F3;
	background-color: #FFF;
	background-image: url(../Image/NAV/ourwork_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
.ourapproach {
	background-image: url(../Image/NAV/ourapproach.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999;
}
a.ourapproach:link {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
a.ourapproach:hover {
	color: #ED9C34;
	background-color: #FFF;
	background-image: url(../Image/NAV/ourapproach_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
.contact {
	background-image: url(../Image/NAV/contact.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #999;
}
a.contact:link {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	font-family: "Source Sans Pro Light";
	font-weight: bold;
}
a.contact:hover {
	color: #8651A0;
	background-color: #FFF;
	background-image: url(../Image/NAV/contact_hover.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
}
