/* LISTS */
#nav {
	text-align:left;
	height:auto;
	width:auto;
	margin:0 auto;
	padding-left: 0px;

}
ul.menu {
	top:15px;
	font-size:11px;
	padding-top: 65px;
	margin: 0px;
	padding-left: 16px;


}

ul.menu li a {
display:block;
height:20px;
}

ul.menu li {
float:left;
height:20px;
display:inline;
list-style-type: none;
}

li.welcome  {
width:80px;
background:url(images/menu.jpg) no-repeat 0px 0px;
}
li.welcome a:hover{
width:80px;
background:url(images/menu.jpg) no-repeat 0px -19px;
}

li.welcome a.active {
width:80px;
background:url(images/menu.jpg) no-repeat 0px -19px;
}
li.me a {
width:75px;
background:url(images/menu.jpg) no-repeat -80px 0px;
}
li.me a:hover {
width:75px;
background:url(images/menu.jpg) no-repeat -80px -19px;
}
li.me a.active {
width:75px;
background:url(images/menu.jpg) no-repeat -80px -19px;
}

li.gallery a {
width:103px;
background:url(images/menu.jpg) no-repeat -155px 0px;
}
li.gallery a:hover {
width:103px;
background:url(images/menu.jpg) no-repeat -155px -19px;
}
li.gallery a.active {
width:103px;
background:url(images/menu.jpg) no-repeat -155px -19px;
}
li.blogs a {
width:46px;
background:url(images/menu.jpg) no-repeat -258px 0px;
}
li.blogs a:hover  {
width:46px;
background:url(images/menu.jpg) no-repeat -258px -19px;
}
li.blogs a.active  {
width:46px;
background:url(images/menu.jpg) no-repeat -258px -19px;
}
li.contact a {
width:122px;
background:url(images/menu.jpg) no-repeat -304px 0px;
}
li.contact a:hover{
width:122px;
background:url(images/menu.jpg) no-repeat -304px -19px;
}
, li.contact a.active {
width:122px;
background:url(images/menu.jpg) no-repeat -304px -19px;
}
ul.menu li span {
display:none;
}

/* WORK *//* CSS Document */
.contbody {
	background-image: url(images/contactbbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 400px;
}
.cont1 {
	padding-left: 44px;
	padding-top: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
.f4 {
	padding-top: 5px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;

}
.textinput {
	border: 1px solid #999999;
	background-image: url(images/bgimgwhite.jpg);
	background-repeat: no-repeat;

}
