/*Start specific nav of Feedsys */
#mainLinks {
font-size: 11px;
position: relative;
height: 41px;
background: url(../images/nav.gif);
margin: 0 0px 0px 0px; padding: 0;
}

#mainLinks A {
position: absolute;
display: block;
height: 41px;
text-decoration: none;
/*border: 1px solid #000;*/
}

#mainLinks .home {left: 0; width: 52px;}
#mainLinks .solutions {left: 53px; width: 63px;}
#mainLinks .news {left: 117px; width: 84px;}
#mainLinks .case {left: 202px; width: 76px;}
#mainLinks .resources {left: 279px; width: 65px;}
#mainLinks .partners {left: 345px; width: 59px;}
#mainLinks .about {left: 405px; width: 67px;}
#mainLinks .contact {left: 473px; width: 70px;}

.home:hover {
    background: transparent url(../images/nav.gif) 0 -45px no-repeat;
	}
.solutions:hover {
    background: transparent url(../images/nav.gif) -53px -45px no-repeat;
	}
.news:hover {
    background: transparent url(../images/nav.gif) -117px -45px no-repeat;
	}
.case:hover {
	background: transparent url(../images/nav.gif) -202px -45px no-repeat;
}
.resources:hover {
	background: transparent url(../images/nav.gif) -279px -45px no-repeat;
}
.partners:hover {
	background: transparent url(../images/nav.gif) -345px -45px no-repeat;
}
.about:hover {
	background: transparent url(../images/nav.gif) -405px -45px no-repeat;
}
.contact:hover {
	background: transparent url(../images/nav.gif) -473px -45px no-repeat;
}
/*End specific to Feedsys */


/* add 170px to position for nav margin */
#panel1 {margin: 0 0 0 225px;}
#panel2 {margin: 0 0 0 289px;}

#panel3 {margin: 0 0 0 375px;}

#panel4 {margin: 0 0 0 450px;}

#panel5 {margin: 0 0 0 518px;}

#panel6 {margin: 0 0 0 578px;}

.subNav UL {
margin: 0;
padding: 0;
list-style: none;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #CCCCCC;
}

.subNav LI {display: inline;}

.subNav {
/*clear:both;*/
display: none;
position: absolute;
z-index: 4;
/* make changes below */
background: #FFF;
}

.subNav A {
display: block;
/* make changes below */
color: #990000;
padding: 3px 5px 3px 5px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #CCCCCC;
text-decoration: none;
}

.subNav A:hover {
color: #CCCCCC;
}