@CHARSET "UTF-8";

/* * * * * * * * * * * * * * * * * */
/*       Styles for Main Nav       */
/* * * * * * * * * * * * * * * * * */
#mainNav {
    text-decoration: none;
    margin-left: 5px;
    margin-top: -20px;
}

#mainNav li {
    display: block;
}

#mainNav a {
    color:#FFCC99;
    text-decoration:none;
    font-size:11px;
    font-family: Helvetica, Arial, san-serif;
    text-transform: uppercase;
}

#mainNav li li {
	margin-left: 10px;
	list-style: none;
}

#mainNav li li a {
	color: #FFCC99;
	font-size: 11px;
	font-family: Helvetica, Arail, san-serif;
	text-transform: capitalize;
}

#mainNav li li a.selected {
	margin-left:-6px;
}

.parentItem {
	padding-top: 10px;
}

a#page2 {
	display: block;
	width: 142px;
    height: 20px;
	background: url(../images/nav/energyPark.png) no-repeat;
}

a:hover#page2 {
    background: url(../images/nav/energyPark_over.png) no-repeat;
}

a#page4 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/infrastructure.png) no-repeat;
}

a:hover#page4 {
    background: url(../images/nav/infrastructure_over.png) no-repeat;
}

a#page10 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/qualityOfLife.png) no-repeat;
}

a:hover#page10 {
    background: url(../images/nav/qualityOfLife_over.png) no-repeat;
}

a#page11 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/workforce.png) no-repeat;
}

a:hover#page11 {
    background: url(../images/nav/workforce_over.png) no-repeat;
}

a#page12 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/ironRange.png) no-repeat;
}

a:hover#page12 {
    background: url(../images/nav/ironRange_over.png) no-repeat;
}

a#page13 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/partners.png) no-repeat;
}

a:hover#page13 {
    background: url(../images/nav/partners_over.png) no-repeat;
}

a#page14 {
    display: block;
    width: 142px;
    height: 20px;
    background: url(../images/nav/contactUs.png) no-repeat;
}

a:hover#page14 {
    background: url(../images/nav/contactUs_over.png) no-repeat;
}