﻿/*------------------------------------------------------------------------------------------------
Links and Navigation Style Sheet for PAL

version:	1.0
author:		jeremy cargilo
email:		jeremy@cargilo.necoxmail.com

** NOTE: Use the CSS Optimizer at www.cssoptimizer.com to remove all comments and reduce file size
prior to uploading to live server. ***

- This is the links and navigation style sheet for the PAL application.  This sheet contains only 
the information for the hyperlinks and navigational elements found within the PAL application.
------------------------------------------------------------------------------------------------*/

/* Default Link Styles
------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:hover { color: #2C3B4F; text-decoration: none; }
a:hover { text-decoration: underline; color: #4c2607; } 
.nav_link { font-weight: bold; color: #446BA1 !important; }

/* Sitemap Styles
------------------------------------------------------------------------------------------------*/
#sitemap { position: relative; left: 689px; top: 11px; width: 287px; height: 22px; }

.main_home { float: left; background: url(../../images/main_home.jpg) no-repeat; width: 56px; height: 22px; }
.main_home:hover { float: left; background: url(../../images/main_home_hov.jpg) no-repeat; width: 56px; height: 22px; }
.main_home_selected { float: left; background: url(../../images/main_home_hov.jpg) no-repeat; width: 56px; height: 22px; }

.main_contactus { float: left; background: url(../../images/main_contactus.jpg) no-repeat; width: 114px; height: 22px; 
    margin-left: 30px; }
.main_contactus:hover { float: left; background: url(../../images/main_contactus_hov.jpg) no-repeat; width: 114px; height: 22px; 
    margin-left: 30px; }
.main_contactus_selected { float: left; background: url(../../images/main_contactus_hov.jpg) no-repeat; width: 114px; height: 22px; 
    margin-left: 30px; }

.main_login { float: left; background: url(../../images/main_login.jpg) no-repeat; width: 59px; height: 22px; 
    margin-left: 28px; }
.main_login:hover { float: left; background: url(../../images/main_login_hov.jpg) no-repeat; width: 59px; height: 22px; 
    margin-left: 28px; }
.main_login_selected { float: left; background: url(../../images/main_login_hov.jpg) no-repeat; width: 59px; height: 22px; 
    margin-left: 28px; }

/* Main Navigation (topnav) Styles
------------------------------------------------------------------------------------------------*/
#topnav { z-index: 100; position: relative; width: 993px; height: 24px; background: #fcffad; overflow:visible;}

.link1 { float: left; background: url(../../images/link1.gif) no-repeat; width: 165px; height: 20px; text-align: center;  
    font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFCC66; padding-top: 2px;  }
.link1:hover { float: left; background: url(../../images/link1_hov.gif) no-repeat; width: 165px; height: 20px; }
.link1_selected { float: left; background: url(../../images/link1_hov.gif) no-repeat; width: 165px; height: 20px; }

.link2 { float: left; background: url(../../images/link2.gif) no-repeat; width: 165px; height: 20px; }
.link2:hover { float: left; background: url(../../images/link2_hov.gif) no-repeat; width: 165px; height: 20px; }
.link2_selected { float: left; background: url(../../images/link2_hov.gif) no-repeat; width: 165px; height: 20px; }

.link3 { float: left; background: url(../../images/link3.gif) no-repeat; width: 165px; height: 20px; }
.link3:hover { float: left; background: url(../../images/link3_hov.gif) no-repeat; width: 165px; height: 20px; }
.link3_selected { float: left; background: url(../../images/link3_hov.gif) no-repeat; width: 165px; height: 20px; }

.link4 { float: left; background: url(../../images/link4.gif) no-repeat; width: 165px; height: 20px; }
.link4:hover { float: left; background: url(../../images/link4_hov.gif) no-repeat; width: 165px; height: 20px; }
.link4_selected { float: left; background: url(../../images/link4_hov.gif) no-repeat; width: 165px; height: 20px; }

.link5 { float: left; background: url(../../images/link5.gif) no-repeat; width: 165px; height: 20px; }
.link5:hover { float: left; background: url(../../images/link5_hov.gif) no-repeat; width: 165px; height: 20px; }
.link5_selected { float: left; background: url(../../images/link5_hov.gif) no-repeat; width: 165px; height: 20px; }

.link6 { float: left; background: url(../../images/link6.gif) no-repeat; width: 168px; height: 20px; }
.link6:hover { float: left; background: url(../../images/link6_hov.gif) no-repeat; width: 168px; height: 20px; }
.link6_selected { float: left; background: url(../../images/link6_hov.gif) no-repeat; width: 168px; height: 20px; }