a, span
{
	margin: 0px;
	padding: 0px;
}
a:link 
{
    color: #027aaa; 
    text-decoration: none;	
}
a:visited 
{ 
    color: #0c84b4; 
    text-decoration: none;	
}
a:hover 
{ 
    color: #c77405; 
    cursor: hand;
    text-decoration: underline;	
}
a:active 
{ 
    color: #0000cc; 
}    
html
{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
/*	line-height: 1.3; */
	text-decoration: none; 
	font-size: 75%; 
	list-style: none; 
}
html, body, form
{
	height: 100%;
}
body 
{
    background-color: #fafafd;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
    line-height: 1.45em;
	margin: 0px 15px 0px 15px;
}
h1,h2,h3
{
	color: #444444;
	margin-bottom: .4em;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
}
hr   
{
	height: 1px;
}
input
{
    border: solid 1px #bdc7d8;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
input:hover
{
	border: solid 1px #9da7b8;
}
input:focus
{
	border: solid 1px #e0bc75; 
}
p
{
    margin-top: 0px;
    margin-bottom: .5em;
    padding: none;
}
select 
{
	border: solid 1px #bdc7d8;	
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
select:hover
{
	border: solid 1px #9da7b8;
}
select:focus
{
	border: solid 2px #e0bc75;
}
td, th 
{
    color: #101010;
}
textarea
{
    border: solid 1px #bdc7d8;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
textarea:hover
{
	border: solid 1px #9da7b8;
}
textarea:focus
{
	border: solid 1px #e0bc75; 
}
input[type='checkbox']
{
	padding-left: 0px;
	border: none;
}
input.radio {
	border: 0px;
	background: transparent;
}
input.submit {
	font-weight: bold;
	background: #f9e1a3;
	color: #6487dc;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}
input.reset {
	font-weight: bold;
	background: #f9e1a3;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}
.BodyText
{
    color: #101010;
}

/* Breadcrumbs ############################# */
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
.Crumbs {
	background-color: #ffffff;
	height:2.3em;
	}
.Crumbs li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	}		
.Crumbs li div {
	background:url(../image/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
.Crumbs li div img {
	display:inline;
	vertical-align: middle;
}	
.BreadcrumbsDiv
{
	border: 1px solid #e1e1e1;
	font-weight: normal;
	margin-bottom: 15px;
	vertical-align: middle;
}
.BreadcrumbsDiv a.first:hover
{
	background-position: 0 -16px;
}
/* End Breadcrumbs ############################# */
.ButtonBarHeaderSpan
{
	font-weight: bold;
	padding-right: 10px;
}
.ButtonWebGridAdd
{
	background-color: #f1f1f1;
    height: 22px;
    margin: 2px 2px 2px 2px; 
    padding: 0px 0px 0px 0px; 
}
.ButtonLink
{   
/*  Redmond
	background: #dfeffc url(redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	border: 1px solid #c5dbec;
	color: #2e6e9e; 
*/
	/* Overcast */
	border: 1px solid #cccccc; 
	background: #eeeeee url(overcast/images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x; 
	color: #3383bb;

	font-size: 110%;
	font-weight: bold; 
	outline: none; 
	text-decoration: none; 
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.ButtonLink:hover
{
/*  Redmond
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
*/
	/* Overcast */
	border: 1px solid #bbbbbb; 
	background: #f8f8f8 url(overcast/images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; 
	color: #599fcf;

	cursor: hand;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
}
.ButtonLinkClean
{   
    cursor: hand;
    height: 21px;    
    margin-left: 5px; 
}
.ButtonLinkMain
{
	/* Redmond */
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
	
	cursor: hand;
	font-size: 110%;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.ButtonLinkMain:hover
{
/*  Redmond
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
*/
	/* Overcast */
	border: 1px solid #bbbbbb; 
	background: #f8f8f8 url(overcast/images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; 
	color: #599fcf;

	cursor: hand;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
}
.Calendar
{
	width: 100%;
}
.CalendarViewDayHeaderCell
{
    background-color: #ece9d8;
    font-weight: bold;
}
.CalendarViewInactiveDay
{
    background-color: #eeeeee;
}
.CalendarViewTable
{
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}
.CalendarViewTableCell
{
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellLink
{
    cursor: hand;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellAppt
{
    background-position-y: center;
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellApptLink
{
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: hand;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellApptFirst
{
    background-position-x: 4px;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 20px;
    border-left: solid 4px black;
    margin-left: 10px;
    padding: 2px 2px 2px 8px;
    vertical-align: middle;
}
.CalendarViewTableCellApptFirstLink
{
    background-position-x: 4px;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: hand;
    height: 20px;
    border-left: solid 4px black;
    margin-left: 10px;
    padding: 2px 2px 2px 8px;
    vertical-align: middle;
}
.CalendarViewTableCellInactive
{
    background-color: #eeeeee;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableRow
{
    display: block;
    margin-top: 10px;
}
.Content
{
	margin-bottom: 100px;
	min-height: 300px;
}
.DatePickerCell
{
    border: none;
    width: 100%;
}
.DatePickerCell:hover
{
    border: none;
}
.FloatMenuDiv
{
	margin-top: 15px;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.FloatMenuDivNoFloat
{
	margin-top: 15px;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.Footer
{
    border-top: solid 1px #666666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	text-align: left;
}
.FooterLogoImg
{	
	text-align: right;
}
.FooterLogoDiv
{
    float: right;
    text-align: right;
    width: 40%;
}
.FooterTextDiv
{
    color: #666666;
    float: left;
    width: 40%;
}
.igtab_THContent .Form
{
	margin: 10px 10px 0px 10px;
}
.Form
{
    margin-top: 15px;
}
.FormButtonCell
{
    height: 40px;
    padding-top: 5px;
	text-align: left;
	width: 100%;
}	
.FormContainer
{
    margin-left: auto;
    margin-right: auto;
}    

.FormContainerChild
{
    margin-top: 0px;
    margin-bottom: 5px;
	width: 100%;
}    
.FormInputField 
{

	margin-right: 5px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;

}
.FormItemLabelRequired
{

	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 1em;
	text-align: right;
	vertical-align: middle;

}
.FormItemLabel
{
	padding-right: 1em;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}
.FormItemSectionDescription
{
	padding-bottom: 10px;
    text-align: left;
}
.FormItemSectionLabel
{
	text-align: left;
	font-size: 140%;
}
.FormItemTr
{

}
.FormItemValue
{
	padding-bottom: 5px;
	text-align: left;
}
/* For paragraphs in TextHTML fields */
.FormItemValue p
{
	margin-top: 0em;
	margin-bottom: .5em;
}
.FormTableA
{
	width: 80%;
}
.FormTextCell
{
    padding: 5px 5px 10px 5px;
}
.FormTree
{
    background-color: #ffffff;
	border: solid 1px #7f9db9;	
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
    border: solid 1px #bdc7d8;	
}
FormTree:hover
{
	border: solid 1px #9da7b8;
}
FormTree:focus
{
	border: solid 1px #e0bc75; 
}
.FormTreeItemMulti
{
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.FormTreeItemDisabledMulti
{
    color: #cac8bb;
	font-size: 80%;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.FormValidator
{
	color: #990000;	
}	
.GanttChart
{
    height: 500px; 
    width: 800px; 
    position: relative;
}
.GanttHeaderDayDiv
{
    background-color: #DFE3E8;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 16px;
    position: absolute;
    text-align: center;
    top: 18px;
}
.GanttHeaderWeekDiv
{
    background-color: #DFE3E8;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    height: 16px;
    padding-left: 4px;
    position: absolute;
    top: 0px;
}
.GanttHeaderWeekendDiv
{
    background-color: #EFF2F7;
    position: absolute;
    z-index: -1;
}
.GanttSummary
{
    background: url(../image/bg_Summary.png) 50% 0% repeat-x;
    height: 11px;
    position: absolute;  
    z-index: 2;
}
.GanttTask
{
    background: url(../image/bg_Task.png) 50% 50% repeat-x;
    border: solid 1px #8B440B;
    height: 9px;
    position: absolute;  
    z-index: 2;
}
.igtab_THContent .Grid
{
	margin: 10px 10px 0px 10px;
}
.Grid
{
    margin-top: 15px;
}
/* For paragraphs in TextHTML columns */
.Grid p
{
	margin-top: 0em;
	margin-bottom: .25em;
}
.GridButtonCell
{
	height: 40px;
	padding-top: 10px;
}
.GridCellFlagged
{
    background-color: #ffa3a3;
}
.GridFooterCell
{
    padding-top: 4px;
}
.GridNewRowSelector
{
    background-image: url(../image/icon_NewRow.gif);
}
.GridTable
{
	margin-bottom: 10px;
	width: 100%;
}    
.GridTdContainer
{
	width: 100%;
}
.GridTitleCell
{
	font-weight: bold;
}
/* uiHeader ############################# */
.Header
{
	/*background: #67a2cf url(ui-lightness/images/ui-bg_gloss-wave_55_5c9ccc_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; */
	margin-bottom: 15px;
	text-align: left;
}
.HeaderLogoImg
{
    margin-top: 8px;
	margin-left: 8px;
    margin-right: 8px;
}
.HeaderLogoTd
{
	background-image: url(../image/bg_HeaderLogo.png);
    background-repeat: repeat-x;
    height: 71px;
    vertical-align: top;
    width: 5%;
}
.HeaderMenuDiv
{
    /*padding-top: 13px;*/
	width: 100%;
}
.HeaderMenuTd
{
	background-image: url(../image/bg_HeaderMenu.png);
	background-repeat: repeat-x;
    height: 71px;
    vertical-align: top;
	width: 95%;
}
.HeaderSearchDiv
{
    margin-top: 5px;
	text-align: right;
	margin-bottom: 4px;
}
.HeaderTable
{
	width: 100%;
}

.H1 /*HeaderMenuItem*/
{
	color: #000000;
}
.H2 /*HeaderMenuIsland*/
{
	background-image: url(../image/background_MenuXPGradient.png);
	background-color: #ffffff;
	border: solid 1px #002d96;
	color: #000000;
	width: 215px;
}
.HeaderMenuDisabled
{
	color: #dddddd;
}
.HeaderMenuHover
{
    background-color: #ffeec2;
    color: #000000;
	cursor: hand;
}
.HeaderMenuPanel
{
    float: right;
    height: 59px;
    margin: 0px 0px 0px 0px;
}
.HeaderMenuSeparator
{
	border-style: none;
	background-position-x: right;
	background-repeat: no-repeat;
	background-image: url(../image/background_MenuSeparator.png);
}
.HeaderSelect
{
	background-color: #ffffff;
	width: 100%;
    margin-left: 5px;
	width: 100px;
	z-index: 0;
}
.HeaderSelectCell
{
	color: #000000;
	height: 24px;
	width: 100%;
	background-color: #b6c5ee;
}
.HelpContentCell
{
    border: solid 1px #999999;    
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
}
.HelpFooterCell
{
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
}
.HelpTreeHilite
{
    background-color: #ffffff;
    border: solid 1px #666666;
    color: #000000;
    cursor: hand;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTreeHover
{
    background-color: #cccccc;
    border: solid 1px #666666;
    color: #000000;
    cursor: hand;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTreeItem
{
    border: solid 1px #f1f1f1;
	margin-bottom: 6px;
	margin-top: 6px;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTree
{
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.img-shadow
{
	float: right;
	background: url(../image/background_ImageDropShadow.gif) no-repeat;
	margin-left: 5px;
}
.img-frame
{
	display: block;
	border: solid 1px #999999;
	margin: 0px 3px 3px 0px;
}
.img-frame img
{
	border: solid 4px #ffffff;
}

/* Page HTML layout stuff */
.Layout1Div
{

	width: 100%;
}
.LayoutWebSplitter
{
}
.LayoutWebSplitterPane
{
	height: 100%;
}
.NavProjectEmailImg
{
    border: none;
    vertical-align: bottom;
}
.NavProjectEmailLink
{
    border: none;
    color: #ffffff;
}
.NoFocusBorder:focus
{
    border: solid 1px #bdc7d8;
}
.PanelCell
{
}
.PanelTable
{
    margin: 0px 0px 0px 0px;
	width: 100%;
}
.PowerSearchFilterDiv
{
    display: none;
}
.PowerSearchFilterH1
{
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
.PowerSearchFilterUl
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 0px;
}
.PowerSearchFilterLi
{
	margin-bottom: 2px;	
}
.PowerSearchPane
{
    margin-bottom: 10px;
}
.SiteMap
{
	font-size: 120%;
	line-height: 1.5em;
	margin-left: 15px;
}
.SiteMap li
{
	list-style: circle outside;
}
.SiteMap li ul 
{
	margin-left: 30px;
}
.SiteMap li ul li
{
	list-style: disc outside;
}
.SiteMap li ul li ul
{
	margin-left: 45px;
}
.SiteMap li ul li ul li
{
	list-style: circle outside;
}
.igtab_THContent .Table2
{
	margin: 10px 10px 0px 10px;
}
.TableSelectSingle
{
    border: solid 1px transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}
.TableSelectSingle:hover
{
    border: 1px solid #fbcb09; 
    background: #fdf5ce url(http://localhost/iCPM/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; 
    cursor: pointer;
    color: #c77405; 
}
.TableSelectSingleDivInner
{
    vertical-align: middle;
}
.TableSelectSingleUl
{
	display: none;
}
.TabStrip
{
    
}
.TextAreaAutoGrow
{
    /* Make sure height is here so textareas don't grow via Javascript.  If they
       do then they can push content off of tabs that don't resize.  */
    height: 80px;
    max-height: 180px;
}
.TextDiv
{
	margin-bottom: 15px;
}
.TextWindow ol li
{
    list-style-type: decimal;
}
.TextWindow ul li
{
    list-style-type: square;
    margin: 1.33em 0;
    margin-left: 40px;
    margin-top: 0; 
    margin-bottom: 0;
}
.ThumbnailListTable
{

}
.ThumbnailListTableCell
{
    border: none;
	font: normal 80% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	vertical-align: top;
}
.ThumbnailListTableRow
{
}
.ToolTipBGClass
{
    background-color: #999999;
}
.ToolTipCGClass
{
    background-image: url(../image/gradient_ToolTipHeader.png);
    width: 100%;
}
.ToolTipFGClass
{
    background-color: #ffffff;
}
.ToolTipCaptionFontClass
{
    color: #ffffff;
	font-weight: bold;
}
.ToolTipTextFontClass
{
    color: #101010;
}
.Tree
{
	background-color: #ffffff;
	border: solid 1px #7f9db9;
	padding: 2px 2px 2px 2px;
}
.TreeHilite
{
    background-color: #ffeec2;
    color: #000000;
    cursor: hand;
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}
.TreeHover
{
    background-color: #ffeec2;
    color: #000000;
    cursor: hand;
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}
.TreeItem
{
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
    height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}

/* Mega Menu CSS */
/*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://codecanyon.net/user/Pixelworkshop/
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 4.0
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS

*/



/*  _______________________________________

	01 MENU BAR
    _______________________________________  */



#wrapper_menu {
	/*width: 980px;*/
    width: 100%;
	margin:0 auto;
	display:block;
	position: relative;
	z-index:9999;
}
	#wrapper_menu .menu {
		list-style:none;
		/*width:940px;*/
		margin:0px auto 0px auto;
		height:43px;
		padding:0px 20px 0px 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px 0px 0px 0px;
		border-radius: 0px 0px 10px 10px;
	}
#wrapper_menu_full {
    width: 100%;
    margin:0;
    display:block;
    position: relative;
    z-index:9999;
}
	#wrapper_menu_full .menu {
		list-style:none;
		width:940px;
		margin:0px auto 0px auto;
		height:43px;
		padding:0px 20px 0px 20px;
	}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:10px;
	margin-top:6px;
	border:none;
}
.menu li.fullwidth {
	position: static !important;
}
.menu li:hover {
	background:#eeeeee;
	border:1px solid #444444;
	border-bottom:none;
	margin-right:9px;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	background: -o-linear-gradient(top, #F4F4F4, #EEEEEE);
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.menu li.nodrop:hover {
	background:#eeeeee;
	border:1px solid #444444;
	padding: 4px 10px 4px 9px;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	background: -o-linear-gradient(top, #F4F4F4, #EEEEEE);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li.nodrop:hover a {
	padding: 0px;
}
.menu li a {
	color: #EEEEEE;
	outline:0;
	padding: 5px 10px 3px 10px;
	text-decoration:none;
	display:block;
	text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}
.menu li:hover a {
	color:#161616;
	text-shadow: none;
	position:relative;
	z-index:11;
	border-bottom:1px solid #EEEEEE;
	padding: 4px 9px 4px 9px;
}
.menu li:hover div a {
	display:inline;
}
.menu li .drop {
	padding-right:27px;
	background:url("MegaMenuImages/drop_dark.png") no-repeat right 13px;
}
.menu li:hover .drop {
	padding-right:27px;
	background:url("MegaMenuImages/drop.png") no-repeat right 12px;
}

/* Right aligned menu item */

.menu .right {
	float:right;
	right:0;
	margin-right:0px;
}
.menu li.right:hover {
	margin-right:-1px;
}



/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	background:#eeeeee;
	border:1px solid #444444;
	padding:10px;
	text-align:left;
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -khtml-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	background: -o-linear-gradient(top, #EEEEEE, #BBBBBB);
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 920px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
.menu li .first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:25px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
#wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}



/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */



.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
	font-size:14px; 
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Arial, sans-serif; 
    line-height:21px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	text-shadow: 1px 1px 1px #FFFFFF;
	border-bottom:1px solid #888888;
	margin-top:7px;
}
.menu h2 {
	font-weight:400;
	font-size:18px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */

.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {background:url("MegaMenuImages/help.png") no-repeat 0px 2px;}
.menu .favorite {background:url("MegaMenuImages/favorite.png") no-repeat 0px 2px;}
.menu .mail {background:url("MegaMenuImages/mail.png") no-repeat 0px 2px;}
.menu .print {background:url("MegaMenuImages/print.png") no-repeat 0px 2px;}

/* Images styles */

.menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .black_box {
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu li .dark_grey_box {
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:19px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
    margin-bottom: 5px;
	float:left;
	text-align:left;
	width:145px;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
    margin-bottom: 5px;
}

/* Greybox lists styles */

.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */

.menu li .plus li {
	background: url("MegaMenuImages/plus.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	background: url("MegaMenuImages/plus.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */


.menu .levels, .menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels a.parent, .menu .levels a.parent:hover {
	background: url("MegaMenuImages/drop2.png") right center no-repeat;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul { /* second-level lists */
	position: absolute;
	border:1px solid #666666;
	background:#EEEEEE;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	background: -o-linear-gradient(top, #EEEEEE, #BBBBBB);
	left: -999em;
}
.menu .levels li ul ul {
	top:-23px;
}
.menu .levels li:hover ul ul, .menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, .menu .levels li li:hover ul, .menu .levels li li li:hover ul {
	left: 142px;
}



/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */

/*

#contact_form label, legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact_form legend {
	margin-bottom:10px;
}
#contact_form {
	display: block;
	margin-bottom:10px;
}
#contact_form label {
	display: inline-block; 
	float: left; 
	height: 36px; 
	line-height: 36px; 
	width:80px;
	font-size:12px; 
}
#contact_form input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
	margin: 7px 0; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}   
#contact_form textarea {
	resize:none;
}   
#contact_form input:focus, textarea:focus, select:focus {
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 3px;  
	border:1px solid #333333;
}
#contact_form input:hover, textarea:hover, select:hover {
}
#contact_form .required {
	color:#C00;
}
#contact_form .form_buttons {
	margin:4px 0 0 80px;
}
#contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
	padding: 4px 7px 4px 7px;
}
#contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
#contact_form .special {
	display:none;
}
#contact_form .error, #contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
}
#contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
#contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}

*/


/*  _______________________________________

	05 COLORS
    _______________________________________  */


/* Black */

.menu_black {
	background: #333;
	background: -moz-linear-gradient(top, #555, #2a2a2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#2a2a2a));
	background: -o-linear-gradient(top, #555, #2a2a2a);
}
#wrapper_menu .menu_black {
	border: 1px solid #444;
	border-top: 1px solid #777;
}
#wrapper_menu_full .menu_black {
	border-bottom: 1px solid #444;
}
.menu_black li:hover div a {
	color:#444;
}
.menu_black li:hover div a:hover {
	color:#777;
}
.menu_black li ul li a:hover {
	color:#777;
}

/* Blue */

.menu_blue {
	/*background: #014464;*/
    /*background: #65a2cf;*/
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
    
    /* Company color */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#65a2cf), to(#4582af));*/
    /* Project color */
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5592bf), to(#35729f));*/
    /* The rest color */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4582af), to(#25628f));*/
	
    /*background: -o-linear-gradient(top, #0272a7, #013953);*/
}
#wrapper_menu .menu_blue {
	/*border: 1px solid #015b86;*/
	/*border-top: none;*/
}
#wrapper_menu_full .menu_blue {
	border-bottom: 1px solid #015b86;
}
.menu_blue li:hover div a {
	color:#015b86;
}
.menu_blue li:hover div a:hover {
	color:#029feb;
}
.menu_blue li ul li a:hover {
	color:#029feb;
}

/* Brown */

.menu_brown {
	background: #44391e;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
#wrapper_menu .menu_brown {
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
}
#wrapper_menu_full .menu_brown {
	border-bottom: 1px solid #5c4c29;
}
.menu_brown li:hover div a {
	color:#5c4c29;
}
.menu_brown li:hover div a:hover {
	color:#a28748;
}
.menu_brown li ul li a:hover {
	color:#a28748;
}

/* Green */

.menu_green {
	background: #3e5718;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
#wrapper_menu .menu_green {
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
}
#wrapper_menu_full .menu_green {
	border-bottom: 1px solid #52711f;
}
.menu_green li:hover div a {
	color:#52711f;
}
.menu_green li:hover div a:hover {
	color:#8bc135;
}
.menu_green li ul li a:hover {
	color:#8bc135;
}

/* Light Blue */

.menu_lightblue {
	background: #52786b;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
#wrapper_menu .menu_lightblue {
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
}
#wrapper_menu_full .menu_lightblue {
	border-bottom: 1px solid #608c7d;
}
.menu_lightblue li:hover div a {
	color:#608c7d;
}
.menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/* Orange */

.menu_orange {
	background: #d24900;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
#wrapper_menu .menu_orange {
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
}
#wrapper_menu_full .menu_orange {
	border-bottom: 1px solid #f45500;
}
.menu_orange li:hover div a {
	color:#f45500;
}
.menu_orange li:hover div a:hover {
	color:#ff945b;
}
.menu_orange li ul li a:hover {
	color:#ff945b;
}

/* Pink */

.menu_pink {
	background: #910045;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
#wrapper_menu .menu_pink {
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
}
#wrapper_menu_full .menu_pink {
	border-bottom: 1px solid #b30055;
}
.menu_pink li:hover div a {
	color:#b30055;
}
.menu_pink li:hover div a:hover {
	color:#ff1a87;
}
.menu_pink li ul li a:hover {
	color:#ff1a87;
}

/* Purple */

.menu_purple {
	background: #6a5f71;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
#wrapper_menu .menu_purple {
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
}
#wrapper_menu_full .menu_purple {
	border-bottom: 1px solid #7b6f83;
}
.menu_purple li:hover div a {
	color:#7b6f83;
}
.menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.menu_purple li ul li a:hover {
	color:#ada5b3;
}

/* Red */

.menu_red {
	background: #830701;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
#wrapper_menu .menu_red {
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
}
#wrapper_menu_full .menu_red {
	border-bottom: 1px solid #a40802;
}
.menu_red li:hover div a {
	color:#a40802;
}
.menu_red li:hover div a:hover {
	color:#fd190f;
}
.menu_red li ul li a:hover {
	color:#fd190f;
}

