﻿body
{
	background-color: #eee;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
}

/* common structural styles */
#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #ccc;
	text-align: left;
	background-color: #fff;
}

.contentHolder
{ 
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#footer
{
	height: 70px;
	background-image: url(../images/footer-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0.7em; 
	position: relative;
	color: #0093d1;
}
#footer a
{
	color: #0093d1;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footerCopy
{
	position: absolute;
	bottom: 10px;
	text-align: right;
	padding: 0px;
	right: 60px;
	margin:0px;
	width: 80%;
}

/* homepage specific styles */
.homeImage
{
	background-image: url(../images/page-backgrounds/homepage.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#homeLogoStrip
{
	height: 156px;
	background-image: url(../images/navigation/homepage-bar.png);
	background-repeat: no-repeat;
	behavior: url("/iepngfix/iepngfix.htc");
	margin-top: -15px;
	padding-top: 0px;
	display: block;
}
#homeLogoStrip h1
{
	display: none;
}
#homeContent
{
	background-color: #e6f5fa;
	background-image: url(../images/boxes/home-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 497px;
	margin-top: 75px;
	margin-left: 450px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	color: #0f9ad4;
	font-weight: bold;
	font-size: 0.9em;
}
#homeContent p
{
	margin-top: 0px;
}
#homeContent #Copy
{
	padding-left: 20px;
	padding-right: 40px;
}
#homeOverlay
{
	position: absolute;
	width: 1000px;
	height: 768px;
	top: 0px;
	left: 50%;
	margin-left: -501px;
	margin-top: 10px;
}

#Slides { margin:24px 0 0 0; padding:0; width:245px; height:245px; overflow:hidden; clear:both}
#Slides ul { border: 0; margin:0; padding:0; width:245px; height:245px; overflow:hidden; clear:both}
#Slides ul li {    list-style: none; margin: 0; padding:0; display: block; float:left}


/* Page specific styles */

.PageTitle 
{
    font-size:14px;
    text-transform:uppercase;
    padding: 0 0 0 0px;
    margin:0 0 8px 0;
    font-weight:bold
    }

.pageImage
{
	background-image: url(../images/page-backgrounds/about.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#pageContent
{ 
	margin:28px 46px 26px 46px ;
	padding:0px;
	text-align: left;
	color:#8B8B8B;
	font-size: 12px; 
	overflow: auto;
	background-color: #fff;
}
#pageContent p
{
	margin-top: 0px;
	line-height: 1.5em;
}

#pageContent #Copy
{
	float:left; 
	 width:394px;
    margin: 0 36px;
    padding:0 0 22px 0; 
}


#pageContent table tr td 
{
	color:#8B8B8B;
	font-size:13px
}


#pageContent .LeftCol{ width:245px; float:left;}
#pageContent .RightCol{ width:194px; float:left; }
#pageContent .siteCopy 
{
    
    border-top: 1px dashed #666; 
    padding: 8px 0 30px 0
    }
#pageContent h1
{ 
	padding-top:0px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	
}
#pageContent h2
{
	padding-top:0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
#pageContent a
{
	color: #8B8B8B;
	text-decoration: underline;
}
#pageContent a:hover
{
	text-decoration: none;
}
*html #pageContent #Copy
{
	padding-top: 15px;
}
.siteCopy p
{ 
	font-size: 12px;
}

#Social  
{
    margin:22px 0 0 0; 
    }
    
 #Social h2 
{
    font-size:12px;
    text-transform:uppercase;
    }   
    
     #Social a
{
    color:#8B8B8B;
    text-decoration:none
    }  
#Social ul
{
    margin:0px;
    padding:0px;
    list-style:none;
    }
    
#Social ul li
{
    margin:0px;
    padding:13px 0 13px 40px;
    list-style:none;
    border-bottom:1px dashed #333
}
  
  #Social ul li.facebook
{
    background: url('/images/icons/facebook.png') no-repeat left 5px
}
  
    #Social ul li.twitter
{
    background: url('/images/icons/twitter.png') no-repeat left 5px
}
  #Social ul li.linkedin
{
    background: url('/images/icons/linkedin.png') no-repeat left 5px
}

  #Social ul li.blogspot
{
    background: url('/images/icons/blogger.png') no-repeat left 5px
}
    #Social li.first
{
  border-top:1px dashed #333
    }
    
    .ArticleList { margin:0 0 0 12px; padding:0}
/*navigation bar styles*/
/*navigation bar styles*/
#navigation
{
	height: 124px;
	background-image: url(../images/navigation/default-bar.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 1;
}
#navigation #logo
{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 265px;
	height: 105px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}
#navigation #navItems
{
	float: left;
	width: 690px; 
}
#navigation #navItems #loggedIn
{
	margin: 10px 0 0 21px;
	color: #fff;
	font-size: 0.8em;
}
#navigation #navItems #loggedIn a
{
	color: #fff;
	text-decoration: none;
}
#navigation #navItems #loggedIn a:hover
{
	text-decoration: underline;
}
#navigation #navItems #tabs
{
    margin: 62px 0 0 12px
}
#navigation #navItems #tabs a.navlink
{
	display: block;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
} 
a.about
{
	border-right: solid 1px #fff;
	padding-left: 0px;
}
a.clients
{
	border-right: solid 1px #fff;
}
a.candidates
{
	border-right: solid 1px #fff;
}
a.careersplus
{
	border-right: solid 1px #fff;
}
a.comment
{
	padding-right: 0px !important;
}
#navigation #navItems #tabs a.navlink:hover, a.selected
{
	color: #522e91 !important;
	text-decoration: none;
}
.subNavLine
{
	height: 10px;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #0f9ad4;
}

/* download button styles */
.downloadButton
{
	display: block;
	width: 150px;
	text-decoration: none;
	color: #040404;
	font-weight: normal;
	border: solid 1px #ddd;
	background-color: #eee;
	padding: 5px;
	background-image: url(../images/cms/download.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	float: right;
}
.downloadButton:hover
{
	background-color: #ddd;
	color: #090909;
}

/* sitemap styles */
.siteMap
{
	text-align: left;
}
div.AspNet-TreeView ul
{
    list-style: none;
    margin-left: 0px;
    padding-left:0px;
}
.PrettyTree div.AspNet-TreeView ul li
{
    padding: 3px 0 3px 17px; 
    background-image: url(../images/file.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    vertical-align: top;
    margin-bottom: 2px;
    margin-left: 25px;
}

/* contact form */
#contactForm
{
    
}
#contactForm label
{
    display:block
}
#contactForm input, #contactForm textarea
{
	 
	width: 350px;
	margin-bottom: 5px;
	font-size: 1em;
}

/* search form */
#searchForm
{
	text-align: left;
}

.noResults
{
	padding-top: 25px;
}

/* login and password reset */
#loginForm, #passwordForm
{
	text-align: center;
}
.loginBox, .passwordBox
{
	width: 394px;
	background-image: url(../images/boxes/candidate-medium-footer-v2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px; 
}
.loginContent, .passwordContent
{
	background-image: url(../images/boxes/candidate-medium-background-v2.gif);
 
    	background-position: left bottom;
    		margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.loginBox h3
{
	width: 394px;
	height: 47px;
	background-image: url(../images/boxes/candidate-medium-login-v2.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.passwordBox h3
{
	width: 394px;
	height: 47px;
	background-image: url(../images/boxes/candidate-medium-password-v2.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.loginBox label, .passwordBox label
{
	float: left;
	width: 125px;
	text-align: right;
	margin: 0px;
	display:block;
}
.loginBox input, .passwordBox input
{
	float: left;
	width: 200px;
	margin-bottom: 5px;
	font-size: 1em;
	display:block;
}
.loginButtons, .passwordButtons
{
	width: 394px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 25px;
	margin-top: 5px;
}

/* register form */
#registerForm
{
	text-align: left;
} 
 
.registerLeftColumn  
{
	 float:left;
}

.registerLeftColumn  .UploadCvBox
{
    margin-left: 10px;
	width: 359px;
	background-image: url(../images/boxes/candidate-small-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	float: left;
}
.registerLeftColumn  .UploadCvBox h3
{
	width: 359px;
	height: 47px;
	background-image: url(../images/boxes/candidate-small-upload-cv.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.registerLeftColumn  .UploadCvBox .Content
{
	background-image: url(../images/boxes/candidate-small-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.registerLeftColumn  .UploadCvBox .Content .formfield
{
	margin-bottom: 5px;
	font-size: 1em;
}
  

.registerLeftColumn .ContactDetails
{
	margin-left: 10px;
	width: 359px;
	background-image: url(../images/boxes/candidate-small-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px; 
	margin-bottom:16px
}

.registerLeftColumn .ContactDetails h3
{
	width: 359px;
	height: 47px;
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/boxes/candidate-small-your-details.gif);
	
}

.registerLeftColumn .ContactDetails .Content
{
	background-image: url(../images/boxes/candidate-small-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px; 
}


.registerRightColumn  
{
	 float:right;
}

.registerRightColumn  .ReqruitmentInfo
{
	margin-right: 10px;
	width: 439px;
	background-image: url(../images/boxes/candidate-medium-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px; 
	height:520px
}

.registerRightColumn  .ReqruitmentInfo .Content
{
	background-image: url(../images/boxes/candidate-medium-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 425px;
}

.registerRightColumn  .ReqruitmentInfo h3
{
	width: 439px;
	height: 47px;
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/boxes/candidate-medium-recruitment-information.gif);
}
.registerButtons
{
	clear: both;
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;
}
#registerForm .formfield, #registerForm .salaryfield
{
	font-size: 1em;
}
#registerForm label
{
	display: block;
	text-align: right;
}
.normal label, .checkScroll label
{
	display: inline !important;
	text-align: left !important;
	font-weight: normal !important;
}
.checkScroll
{
	height: 140px;
	overflow: auto;
}
.registerLeft .formfield
{
	width: 200px;
}
.registerRight .formfield
{
	width: 280px;
}
.registerRight select
{
	width: 284px !important;
}
*html .registerRight .salaryright
{
	margin-left: 11px;
}
*html .registerRight select
{
	width: 285px !important;
}
.registerRight select.salaryfield
{
	width: 140px !important;
}

/* cv upload form */
#cvForm
{
	text-align: center;
}
.cvBox
{
	width: 359px;
	background-image: url(../images/boxes/candidate-small-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	margin-top: 20px;
}
.cvContent
{
	background-image: url(../images/boxes/candidate-small-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.cvBox h3
{
	width: 359px;
	height: 47px;
	background-image: url(../images/boxes/candidate-small-upload-cv.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.cvBox .formfield
{
	margin-bottom: 5px;
	font-size: 1em;
}
.cvButtons
{
	width: 359px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 25px;
	margin-top: 5px;
}
.boldpink
{
	font-size: 1.2em;
	font-weight: bold;
	color: #ec008c;
}

/* progress report */
#progressForm
{
	text-align: center;
}
.progressBox
{
	width: 835px;
	background-image: url(../images/boxes/candidate-large-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.progressContent
{
	background-image: url(../images/boxes/candidate-large-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}
.progressContent .col1
{
	width: 50%;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.progressContent .col2
{
	width: 23%;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.progressContent .col3
{
	width: 23%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.progressBox h3
{
	width: 835px;
	height: 47px;
	background-image: url(../images/boxes/candidate-large-progress-report.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.progressBox .divider
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	clear: both;
}

/* job search */
#jobsearchForm
{
	text-align: left;
	width:835px;
	margin: 0 auto; 
}
#jobsearchForm label
{
	font-weight: bold;
}
#jobsearchForm td
{
	vertical-align: top;
}
.jobsearchbigBox
{
	width: 360px;
	background-image: url(../images/boxes/candidate-search-big-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px; 
	float: left;
	margin-left: 0px;
	margin-right: 35px;
}
.norightmargin
{
	margin-right: 0px !important;
}
*html .jobsearchbigBox
{
	margin-left: 0px;
}
.jobsearchbigContent
{
	background-image: url(../images/boxes/candidate-search-big-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}

.topmargin
{
    margin-top:24px !important}

.jobsearchbigBox h3
{
	width: 360px;
	height: 47px;
	background-image: url(../images/boxes/candidate-search-big-advanced.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.jobsearchbigContent td
{
	text-align: right;
}
.advList, .advText, .advFrom, .advTo
{
	font-size: 1em;
}
.advText
{
	width: 240px;
}
.advList
{
	width: 244px;
}
*html .advList
{
	width: 246px;
}
.advFrom
{
	width: 120px;
	margin-right: 4px;
}
.advTo
{
	width: 120px;
}
*html .advFrom, *html advTo
{
	width: 111px;
}
.jobsearchsmallBox
{
	width: 200px;
	background-image: url(../images/boxes/candidate-search-small-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px; 
	float: left;
	margin-left:  0px;
	margin-right: 35px;
}
 
.jobsearchsmallContent
{
	background-image: url(../images/boxes/candidate-search-small-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}
.jobsearchsmallBox h3
{
	width: 200px;
	height: 47px;
	background-image: url(../images/boxes/candidate-search-small-sector.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.quickList, .quickFrom, .quickTo
{
	font-size: 1em;
}
.quickList
{
	width: 175px;
}
.quickFrom, .quickTo
{
	width: 80px;
}
.quickTo
{
	margin-left: 5px;
}
.searchLocation
{
	background-image: url(../images/boxes/candidate-search-small-location.gif) !important;
}
.searchType
{
	background-image: url(../images/boxes/candidate-search-small-type.gif) !important;
}
.searchSalary
{
	background-image: url(../images/boxes/candidate-search-small-salary.gif) !important;
}

/* job search results */
#jobresultsForm
{
	text-align: center;
}
.jobresultsBox
{
	width: 835px;
	background-image: url(../images/boxes/candidate-large-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.jobresultsContent
{
	background-image: url(../images/boxes/candidate-large-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}
.jobresultsContent .vertMiddle
{
	vertical-align: middle !important;
}
.jobresultsBox h3
{
	width: 835px;
	height: 47px;
	background-image: url(../images/boxes/candidate-large-search-results.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.jobresultsButtons
{
	text-align: right;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.jobresultsContent td
{
	vertical-align: top;
}
.jobresultsContent a
{
	font-weight: bold;
}
.jobresultsBox .divider
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	clear: both;
}

/* latest jobs */
#latestForm
{
	text-align: center;
}
.latestBox
{
	width: 835px;
	background-image: url(../images/boxes/candidate-large-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.latestContent
{
	background-image: url(../images/boxes/candidate-large-background-latest-jobs.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}
.latestBox h3
{
	width: 835px;
	height: 47px;
	background-image: url(../images/boxes/candidate-large-latest-jobs.gif);
	overflow: hidden;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
}
.latestContent td
{
	vertical-align: top;
}
.latestContent a
{
	font-weight: bold;
}
.latestJob0, .latestJob1, .latestJob2, .latestJob3
{
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

/* job details */
#jobdetailsForm
{
	text-align: center;
}
.jobdetailsBox
{
	width: 835px;
	background-image: url(../images/boxes/candidate-large-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.jobdetailsContent
{
	background-image: url(../images/boxes/candidate-large-background.gif);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}
.jobdetailsBox h3
{
	width: 835px;
	height: 47px;
	background-image: url(../images/boxes/candidate-large-job-details.gif);
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #fff;
	overflow: hidden;
	text-align: left;
	text-indent: 15px;
	line-height: 47px;
	font-size: 1.9em;
}
.jobdetailsBox h4
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	display:  block;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}
.jobSummary
{
	float: left;
	width: 225px;
}
.jobDescription
{
	float: right;
	width: 580px;
}
.jobdetailsButtons
{
	margin-top: 5px;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
/* promo box styles */
.promoBoxes
{
	margin-top:  0px;
	margin-bottom: 0px;
	padding-top:  0px;
	padding-bottom: 10px; 
}
.promoBoxes img
{
	border-style: none;
}
.leftPromo
{ 
}
.rightPromo
{ 
}
  
.featuredJobs{ margin:0px 0 22px 0;}
 
#FeaturedListing
{ height:250px; margin: 0; padding:0px; list-style:none; overflow:hidden
  
}

#FeaturedListing li
{ margin:0px; list-style:none; border-bottom: 1px dashed #333; height:125px; overflow:hidden; clear:both; position:relative
}
#FeaturedListing li .li-wrapper
{ margin:12px; height:100px

}

#FeaturedListing li .location  
{  display:block; margin:0 0 8px 0 
}

#FeaturedListing li .location a
{ color: #E27F21; text-decoration:none;  
}
.featuredlistings-wrapper 
{
 background-image: url('/images/featured-offers.png') ; background-repeat: repeat-x;   
    }
 
 
.featuredJobs h3
{ 
	font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;text-transform:uppercase; color: #E27F21
}
 
/* misc layout */
.clear
{
	clear: both;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
textarea
{
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
}
.submitButton
{
	width: 123px !important;
	height: 26px;
}
.error
{
	color: #ff0000;
}

/* dynamic menu styles */
/*Dynamic Menu Styles*/
.SiteNav
{
  
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
    font-size: 0.9em;
    font-weight: bold;
}
/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.SiteNav ul
{
    background-color: #fff;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.SiteNav ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 8.9em;
    top: -1em;
    z-index: 400;
    background-color: #fff;
}

.SiteNav ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.SiteNav ul.AspNet-Menu li
{
    
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.SiteNav ul.AspNet-Menu li a,
.SiteNav ul.AspNet-Menu li span
{
    color: #00ade6;
    padding: 2px 5px 2px 5px;
    border-right: 1px solid #999;
    text-decoration: none !important;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.SiteNav ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.SiteNav ul.AspNet-Menu li:hover, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#eee;
}

.SiteNav ul.AspNet-Menu li:hover a, 
.SiteNav ul.AspNet-Menu li:hover span, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover a,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover span,
.SiteNav ul.AspNet-Menu li:hover li:hover a, 
.SiteNav ul.AspNet-Menu li:hover li:hover span, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SiteNav ul.AspNet-Menu li:hover li:hover ul a:hover, 
.SiteNav ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    text-decoration: none;
}

.SiteNav ul.AspNet-Menu li:hover ul a, 
.SiteNav ul.AspNet-Menu li:hover ul span, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.SiteNav ul.AspNet-Menu li:hover li:hover ul a, 
.SiteNav ul.AspNet-Menu li:hover li:hover ul span, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #fff;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.SiteNav ul.AspNet-Menu li a:hover,
.SiteNav ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #fff;
}

.SiteNav ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
.SiteNav .AspNet-Menu-Horizontal
{
    text-align: left;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 15em;
    left: 0;
    top: 100%;
    background-color: #eee !important;
}

.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 15em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	text-align:left;
}

/* hack to allow IE6 to display the menus correctly with no widths */
*html .SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 10px;
    overflow: visible;
    white-space: nowrap;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 15em;
}

.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 15em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.SiteNav .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 14.35em;
}
/* Only the top level ul's li items should have this border! */
.SiteNav ul.AspNet-Menu li ul li a,
.SiteNav ul.AspNet-Menu li ul li span
{
	border-bottom: none;
}
.SiteNav ul.AspNet-Menu li ul li a
{
	border-right: none !important;
}
.SiteNav ul.AspNet-Menu li ul li a:hover
{
	background-color: #ddd;
}
/*Selected menu item style*/
.SiteNav ul.AspNet-Menu li a.AspNet-Menu-Selected, 
.SiteNav ul.AspNet-Menu li:hover ul a.AspNet-Menu-Selected, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover ul a.AspNet-Menu-Selected,
.SiteNav ul.AspNet-Menu li:hover li:hover ul a.AspNet-Menu-Selected, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a.AspNet-Menu-Selected,
.SiteNav ul.AspNet-Menu li a.AspNet-Menu-ChildSelected, 
.SiteNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li a.AspNet-Menu-ChildSelected, 
.SiteNav .AspNet-Menu-ChildSelected
{
	background-color: #522e91;
	color: #fff !important;
}
/*Items that aren't links*/
.AspNet-Menu-NonLink
{
	font-weight: bold;
	cursor: pointer;
}
/*removes rhs border from last item in the menu*/
.SiteNav .Last
{
	border-right: none !important;
}

/*hidden items*/
.hidden
{
	display: none;
}
