/* VERTICAL FREESTYLE MENU LAYOUT - NON IE*/
/* All <ul> tags in the menu including the first level */

.menulist, .menulist ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	overflow: visible;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 0px;
	cursor: hand;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	z-index:1;
	font-weight:bolder;	
	text-align:left;
}
	
/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/

.menulist a.smallMenuLink
{
    font-size: 11px;
}

.menulist .ULcourses li
{
    font-size: 11px;
    width: 430px;
    background-color: #FFFFFF;
}

.menulist a.Acourses
{
    width: 430px;
    background-color: #000F47;
    color: White;
    font-size: 11px;
}

.menulist a.Acourses:hover
{
    background-color:#FFFFFF;
    color: #000F47;
    font-weight: normal;
}

.menulist ul
{
	display: none;
	background-color:#D2D2D2;
	color: #000F47;	
	left: 138px;
	position: absolute;
	top: -.5px;
	z-index:1;	
	font-weight:normal;
	font-size: 11px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
	position: relative;
	background-color:#D2D2D2; 
	color:#000F47;
	cursor:hand;
    border-top: none;
    border-left: none;
    border-right: none;
	z-index:1;
	width:160px;
}

/* Links inside the menu */
.menulist a {
    display: block;
	padding: 3px;
	color: #000F47;
    border-top: none;
    border-bottom: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
	text-decoration: none;
	cursor:hand;
	width: 250px;
	background-color:#D2D2D2; 
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
    color: #FFFFFF;
    background-color: #000F47;  
    cursor:hand; 
    margin-bottom: 0px;    /*      This was causing the whole menu to resize. Very ugly.*/
}

.menulist a.highlighted {
 color: #FFFFFF;
 background-color: #000F47;  
 ffont-weight:bolder;
}

.menulist a#training {
	color: #FFFFFF;
	background-color: #000000;
	width:147px;height:18px;
	padding-left: 10px;
}

.menulist a#training:hover, .menulist a.highlighted#training, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}

/* These are sub-menu items of Training */
.menulist a#curriculum {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
	font-weight:normal;
}
.menulist a#curriculum:hover, .menulist a.highlighted#curriculum, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#courseFinder {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
	font-weight:normal;
}
.menulist a#courseFinder:hover, .menulist a.highlighted#courseFinder, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#schedule {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
	font-weight:normal;
}
.menulist a#schedule:hover, .menulist a.highlighted#schedule, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#Enroll {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
	font-weight:normal;
}
.menulist a#Enroll:hover, .menulist a.highlighted#Enroll, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}    
.menulist a#FreeEvents {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
	font-weight:normal;
}
.menulist a#FreeEvents:hover, .menulist a.highlighted#Free, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
/* End sub-menu items of Training */

.menulist a#Consulting {
	color: #FFFFFF;
	background-color: #000000;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#Consulting:hover, .menulist a.highlighted#Consulting, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}    

.menulist a#intertechblog {
	color: #FFFFFF;
	background-color: #000000;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#intertechblog:hover, .menulist a.highlighted#intertechblog, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}    

.menulist a#foundation {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#foundation:hover, .menulist a.highlighted#foundation, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#jobs {
	color: #FFFFFF;
	background-color: #000F47;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#jobs:hover, .menulist a.highlighted#jobs, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#aboutus {
	color: #FFFFFF;
	background-color: #999999;
	width:147px;height:18px;
	padding-left: 10px;
}
.menulist a#aboutus:hover, .menulist a.highlighted#aboutus, .menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:147px;height:18px;
	padding-left: 10px;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind 
{
    position: relative;
    top: 5px;
    left: -5px;
    float: right;
    height: 8px;
    width: 6px;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */

/* VERTICAL FREESTYLE MENU LAYOUT - IE SPECIFIC*/
/* All <ul> tags in the menu including the first level */
.ie_menulist, .ie_menulist ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 0px;
	width: 160px;
	cursor: hand;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	z-index:1;
	font-weight:bolder;	
	text-align:left;
	overflow: visible;
}
	
/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.ie_menulist ul
{
	display: none;
	background-color:#FFFFFF;
	color: #000F47;	
	left: 138px;
	width: 300px;
	position: absolute;
	top: -.5px;
	z-index:1;	
	font-weight:normal;
	font-size: 11px;
}

.ie_menulist a.smallMenuLink
{
    font-size: 11px;
}

.ie_menulist a.Acourses
{
    background-color: #000F47;
    color: White;
    width: 430px;
    font-size: 11px;
}
.ie_menulist a.Acourses:hover
{
    background-color:#FFFFFF;
    color: #000F47;
    font-size: 11px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.ie_menulist li {
	position: relative;
	background-color:#D2D2D2; 
	color:#000F47;
	cursor:hand;
    border-top: none;
    border-bottom: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
	margin-bottom: -1px;
	z-index:1;
}

/* Probably not needed anymore...
.ie_menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
/*}*/

/* Links inside the menu */
.ie_menulist a {
    display: block;
	padding: 3px;
	color: #000F47;
    border-top: none;
    border-bottom: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
	text-decoration: none;
	cursor:hand;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.ie_menulist a:hover, .ie_menulist a.highlighted:hover, .ie_menulist a:focus {
    color: #FFFFFF;
    background-color: #000F47;  
    cursor:hand; 
    /*margin-bottom: -1px;          This was causing the whole menu to resize. Very ugly.*/
}

.ie_menulist a.highlighted {
 color: #FFFFFF;
 background-color: #000F47;  
}

.ie_menulist a#training {
	color: #FFFFFF;
	background-color: #000000;
	width:160px;height:25px;
	padding-left: 10px;
}

.ie_menulist a#training:hover, .ie_menulist a.highlighted#training, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}

/* These are sub-menu items of Training */
.ie_menulist a#curriculum {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
	font-weight:normal;
}
.ie_menulist a#curriculum:hover, .ie_menulist a.highlighted#curriculum, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#courseFinder {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
	font-weight:normal;
}
.ie_menulist a#courseFinder:hover, .ie_menulist a.highlighted#courseFinder, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#schedule {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
	font-weight:normal;
}
.ie_menulist a#schedule:hover, .ie_menulist a.highlighted#schedule, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#Enroll {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
	font-weight:normal;
}
.ie_menulist a#Enroll:hover, .ie_menulist a.highlighted#Enroll, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}    
.ie_menulist a#FreeEvents {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
	font-weight:normal;
}
.ie_menulist a#FreeEvents:hover, .ie_menulist a.highlighted#Free, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
/* End sub-menu items of Training */

.ie_menulist a#Consulting {
	color: #FFFFFF;
	background-color: #000000;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#Consulting:hover, .ie_menulist a.highlighted#Consulting, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}    

.ie_menulist a#intertechblog {
	color: #FFFFFF;
	background-color: #000000;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#intertechblog:hover, .ie_menulist a.highlighted#intertechblog, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}    

.ie_menulist a#foundation {
	color: #FFFFFF;
	background-color: #000F47;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#foundation:hover, .ie_menulist a.highlighted#foundation, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#jobs {
	color: #FFFFFF;
	background-color: #000F47;
	width:160;height:25px;
	padding-left: 10px;
}
.ie_menulist a#jobs:hover, .ie_menulist a.highlighted#jobs, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#aboutus {
	color: #FFFFFF;
	background-color: #999999;
	width:160px;height:25px;
	padding-left: 10px;
}
.ie_menulist a#aboutus:hover, .ie_menulist a.highlighted#aboutus, .ie_menulist a:focus {
	color: #000F47;
	background-color: #FFFFFF;
	width:160px;height:25px;
	padding-left: 10px;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.ie_menulist a .subind 
{
    position: relative;
    top: 5px;
    left: -5px;
    float: right;
    height: 8px;
    width: 6px;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .ie_menulist li {
 float: left;
 width: 100%;
}

* html .ie_menulist li {
 float: left;
 height: 1%;
}
* html .ie_menulist a {
 height: 1%;
}
/* End Hacks */
