/* Start of CMSMS style sheet 'menu_style' */
/* Menu settings */
#menuWrap{
	width: 960px;
	height: 123px;
	margin: 0px auto;
	background: url(images/menu-bg.jpg) repeat-x;
}
.menuDiv{
	width: 693px;
	height: 123px;
	float: left;
        text-decoration:none;
}
.line{
	width: 4px;
	height: 92px;
	float: right;
	background: url(images/menu-separator.jpg) no-repeat;
}
.menuHome{
	width: 80px;
	height: 52px;
	float: right;
	padding-top: 40px;
	text-align: center;
	color: #343434;
	font: bold 15px Arial, Helvetica, sans-serif;
       text-decoration: none;
}
.menuHome:hover{
	color: #fff;
	background: url(images/menu-home-hover.jpg) no-repeat;
       text-decoration: none;
}

#active_home {
       color: #fff;
       background: url(images/menu-home-hover.jpg) no-repeat;
       text-decoration: none;
}

.menuWhat{
	width: 157px;
	height: 52px;
	float: right;
	padding-top: 40px;
	text-align: center;
	color: #343434;
	font: bold 15px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menuWhat:hover{
	color: #fff;
	background: url(images/menu-whatis-hover.jpg) no-repeat;
text-decoration: none;
}
.menuServices{
	width: 130px;
	height: 52px;
	float: right;
	padding-top: 40px;
	text-align: center;
	color: #343434;
	font: bold 15px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menuServices:hover{
	color: #fff;
	background: url(images/menu-services-hover.jpg) no-repeat;
text-decoration: none;
}
.menuSydney{
	width: 137px;
	height: 52px;
	float: right;
	padding-top: 40px;
	text-align: center;
	color: #343434;
	font: bold 15px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menuSydney:hover{
	color: #fff;
	background: url(images/menu-sydney-hover.jpg) no-repeat;
text-decoration: none;
}
.menuContact{
	width: 125px;
	height: 52px;
	float: right;
	margin-right: 4px;
	padding-top: 40px;
	text-align: center;
	color: #343434;
	font: bold 15px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menuContact:hover{
	color: #fff;
	background: url(images/menu-contact-hover.jpg) no-repeat;
text-decoration: none;
}
.navLink:link, .navLink:active, .navLink:visited {
	font: bold 15px Arial, Helvetica, sans-serif;
	color:#343434;
	text-decoration: none;
}
.navLink, .navLink:hover {
	color: #fff;
	text-decoration: none;
}
#home {
	color: #fff;
	background: url(images/menu-home-hover.jpg) no-repeat;
	text-decoration: none;
}
#what {
	color: #fff;
	background: url(images/menu-whatis-hover.jpg) no-repeat;
	text-decoration: none;
}
#services2 {
	color: #fff;
	background: url(images/menu-services-hover.jpg) no-repeat;
	text-decoration: none;
}
#sydney {
	color: #fff;
	background: url(images/menu-sydney-hover.jpg) no-repeat;
	text-decoration: none;
}
#contact {
    color: #fff;
	background: url(images/menu-contact-hover.jpg) no-repeat;
	text-decoration: none;
}
/* End of 'menu_style' */

