/* Main Navbar */




.topNav {

float:right; 
margin-top:22px; 
font-size:12px; 



}

.topNav li {

display:inline;

}


.topNav a {

color:#333333;
text-decoration:none;
font-weight:bold!important;


}

.topNav .cyan a:hover {color:#00aeef !important; text-decoration:underline; }
.topNav .blue a:hover {color:#0094b7 !important; text-decoration:underline;}
.topNav .green a:hover {color:#87b700 !important;text-decoration:underline;}
.topNav .pink a:hover {color:#cd1c8d !important; text-decoration:underline; }
.topNav .orange a:hover {color:#de6c09 !important;text-decoration:underline;}
.topNav .navy a:hover {color:#263a6e !important; text-decoration:underline;}
.topNav .red a:hover { color:#af1900 !important; text-decoration:underline;}


body#aboutpage a#aboutnav {
color:#cd1c8d;
font-weight:bold !important;
}


body#portfoliopage a#portfolionav {
color:#87b700;
font-weight:bold !important;
}

body#blogpage a#blognav 

  {
color:#de6c09;
font-weight:bold !important;
}


body#contactpage a#contactnav {
color:#263a6e;
font-weight:bold !important;
}



	
