/* -----------------------------------------------------------*/

/* ---------->>> TI Services - NAV <<<-----------*/

/* -----------------------------------------------------------*/



/***** LINKS *****/

/*Blue Links - Default for site*/
a:link { color:#800020;  font-weight:normal; }
a:visited { color:#800020;  font-weight:normal; }
a:hover { color:#000; text-decoration:underline; font-weight:normal; }
a:focus {outline:none;}

/*Bold Links*/
.boldLink a { font-weight:bold;}

/*Active underline for current page*/
#active_side {text-decoration:underline;/* PHP Active id */}
#active_footer {text-decoration:underline;/* PHP Active id */}


/***** Main Nav *****/

#nav { width: 511px;}

/* Nav Positioning Main */
#nav ul { margin:0; padding:0;list-style-type:none;color:#000; }
#nav ul li { display: inline; padding:0; margin:0;}


/* Nav Link Style Main */
#nav ul li a { font-size:12px; font-weight:normal; padding:0px 0px 0px 15px; margin:0px 0px 0px 15px; color:#000; text-decoration: none; outline:none; background:url(/images/bullet_nav.gif) left no-repeat; }
#nav ul li a:hover {text-decoration:none;background:url(/images/bullet.gif) left no-repeat;}

/* DROP-DOWN MENUS */
.menu { border-top: 1px solid #999;position: absolute; margin: 0; padding: 0; visibility: hidden; z-index: 101; }
.menu a { margin: 0; width: 120px; display: block; font-weight: bold; font-size: 11px; color: #21384E; padding: 6px 4px 6px 16px; background-color: #fefefe;
 text-align: left; border: 1px solid #999; border-top: 0; line-height: 13px;}
.menu a:link, .menu a:visited { text-decoration: none; }
.menu a:hover { background-color: #C3E7F6; text-decoration: none; }


