@charset "utf-8";
/* CSS Document */
/*-----------------------------BEGIN MAIN NAV-----------------------*/

#main-nav a {
    float:left;
    list-style:none;
    text-decoration:none;
}

#main-nav li.home span {
	background:url(images/home-normal.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.home span:hover {
	background:url(images/home-hover.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.home span:active {
	background:url(images/home-active.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}

#main-nav li.news span {
	background:url(images/news-normal.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.news span:hover {
	background:url(images/news-hover.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.news span:active {
	background:url(images/news-active.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}

#main-nav li.services span {
	background:url(images/services-normal.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.services span:hover {
	background:url(images/services-hover.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.services span:active {
	background:url(images/services-active.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}

#main-nav li.about span {
	background:url(images/about-normal.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.about span:hover {
	background:url(images/about-hover.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.about span:active {
	background:url(images/about-active.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}

#main-nav li.contact span {
	background:url(images/contact-normal.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.contact span:hover {
	background:url(images/contact-hover.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}
#main-nav li.contact span:active {
	background:url(images/contact-active.png) no-repeat;
    position: absolute;
    width: 140px;
    height: 67px;
}

/*-----------------------------END MAIN NAV-----------------------*/


/*-----------------------------BEGIN SUB NAV-----------------------*/

#sub-nav {width:250px; margin:0; padding:0;}
#sub-nav ul {}
#sub-nav li {border-bottom: #CCCCCC 1px solid; margin:0 0 30px 0;}
#sub-nav a {font-size:18px; font-weight:bolder; text-decoration:none; color:#80bb10;}
#sub-nav a:hover {color:#CCCCCC}
#sub-nav span {float: left; font-size:12px; font-weight:lighter; color:#000000;}

/*-----------------------------END SUB NAV-----------------------*/