﻿
/* CSS FOR PERSONAL THEME */

#menu-strip { height:28px; color:#fff; background-color:#cb0066; }
#menu-strip ul { padding: 0px; margin: 0px; color: #FFF; float: left; font-size: 10px; }

#menu-strip ul li { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
#menu-strip ul li a { padding: 3px 15px 7px 12px; margin: 0px; color: #fff; text-decoration: none; position: inherit; }
#menu-strip ul li a:hover { color: #fff; }
#menu-strip ul li ul { padding:5px 0; background-color:#B80A5E; /*background: url(nav-back-trans.png);*/ }

#menu-strip ul ul { text-align: left; padding-left: 0px; font-size: 100%; margin-left: 0px; color: #FFF; float: left; width: 249px; }
#menu-strip ul ul li { width: 100%; font-style: normal; font-family: Verdana, Arial, 'Sans-Serif'; font-size: 10px; }
#menu-strip ul ul li a { padding: 0em 1em; margin: 0px; color: #FFF; text-decoration: none; background-color:#CC3467; background:url(arrow-dark-trans.png) no-repeat top right; }
#menu-strip ul ul li a:hover { color: #fff; background:#D10B6C url(arrow-white-trans.png) no-repeat top right;}

#menu-strip ul ul ul { text-align: left; padding-left: 0px; font-size: 100%; background-color:#D10B6C; margin-left: 249px; margin-top:-22px; color: #FFF; float: left; width: 180px; width:249px; }
#menu-strip ul ul ul li { width: 100%; font-style: normal; font-family: Verdana, Arial, 'Sans-Serif'; font-size: 10px; }
#menu-strip ul ul ul li a { padding: 0em 1em; background: none; margin: 0px; color: #FFF; text-decoration: none; }
#menu-strip ul ul ul li a:hover { color: #fff; background-color:#D10B6C; }


/* TOP MENU NAVIGATION */
.personal-nav-butt { width:134px; height:32px; padding-top:6px; background:url(/images/sitewide/personal_on.jpg) no-repeat top left; }
.corp-nav-butt { width:134px; height:26px; padding-top:12px; background:url(/images/sitewide/corp_off.jpg) no-repeat top left; }
.pro-nav-butt { width:195px; height:26px; padding-top:12px; background:url(/images/sitewide/healthpro_off.jpg) no-repeat top left; }
.rec-nav-butt { width:134px; height:26px; padding-top:12px;background:url(/images/sitewide/recruit_off.jpg) no-repeat top left; }
.train-nav-butt { width:150px; height:26px; padding-top:12px; background:url(/images/sitewide/train_off.jpg) no-repeat top left; }




