﻿#menuList
{	
    margin: 0;
	padding: 0;
	z-index: 30;
	width:100%;
	background:#1A3A77 url(../images/MenuBG.gif) repeat-x scroll top left;
}

#menuList li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border:none;
	background:#1A3A77 url(../images/MenuBG.gif) repeat-x scroll top left;
	display:inline-block;
	
}

#menuList li a
{	
    font-family: Tahoma, Arial, Sans-serif;
	font-size: 10px;
	font-weight: normal;
    display: block;
	margin: 0 1px 0 0;
	padding: 10px 10px;
	width:71px !important;
	width: 90px;
	height:23px !important;
	height:42px;
	background:#1A3A77 url(../images/MenuBG.gif) repeat-x scroll top left;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#menuList li a:hover
{
	background: transparent url(../images/MenuBGHover.gif) repeat-x scroll center top;
	color:#cccccc;
	height:23px !important;
	height: 38px;
	width: 90px;
	overflow:hidden;
}

#menuList div
{	
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: transparent;
	/*border: 0px solid #5970B2;*/
	width:87px;
	z-index:100;
}

	#menuList div a
	{	
	    position: relative;
		display: block;
		margin: 0;
		padding: 7px 5px !important;
		padding:7px 0;
		/*width: auto;*/
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #7487ad url(../images/DropBG.gif) no-repeat center left;
		color: #FFFFFF;
		font-family: Tahoma, Arial, Sans-serif;
	    font-size: 9px;
	    height:auto !important;
	    height: 25px;
	    width:78px !important;
	    width:87px;
	    
	}

	#menuList div a:hover
	{	
	    background: #7487ad none no-repeat center center;
		color: #FFF;
		height:auto !important;
		height: 25px;
		width:70px !important;
	    width:87px;
	}
	#menulist div.FieldsMenuCourses{
	    width:262px;
	    height:171px;
	    background-attachment: scroll;
	    background-image: url(../images/CoursesBG.gif);
	    background-repeat: repeat-y;
	    background-position: left center;
	    background-color:#ffffff;
	}
	#menulist div.FieldsMenuCourses .colBlocks td a{
	    font-family: Tahoma, Arial, Sans-serif;
	    font-size: 7pt;
	    color: #1D3B79;
	    text-decoration: none;
	    text-align:left;
	    background:none;
	    overflow:visible;
	}
	#menulist div.FieldsMenuCourses .colBlocks td a:hover{
	    font-family: Tahoma, Arial, Sans-serif;
	    font-size: 7pt;
	    color: #1D3B79;
	    text-align:left;
	    text-decoration: none;
	    background:none;
	    display:block;
	    overflow:visible;
	}



