﻿.NetSHirtImgButtonDemo a		
{
	Background-image: url(../Images/Buttons/NetShirtOnlineDemo.jpg);
	display:block;
}

.NetSHirtImgButtonDemo a:hover	
{
 Background-image: url(../Images/Buttons/NetShirtOnlineDemo2.jpg);
}

.NetSHirtImgButtonDemoHome a		
{
	Background-image: url(../Images/Buttons/NetShirtOnlineDemo.jpg);
	display:block;
	background-repeat:no-repeat;
}

.NetSHirtImgButtonDemoHome a:hover	
{
 Background-image: url(../Images/Buttons/NetShirtOnlineDemo2.jpg);
 background-repeat: no-repeat;
}

a.IndexImgButtonBookNow
{
	Background-image: url(../Images/Buttons/signup.gif);
	
}

a:hover.IndexImgButtonBookNow  
{
	background-image: url(../Images/Buttons/signup2.gif);
	
}


a.IndexImgButtonMore
{
	background-image: url(../Images/Buttons/more1.gif);
}

a:hover.IndexImgButtonMore
{
	background-image: url(../Images/Buttons/more2.gif);
}

#LpfLogobankBanner
{
	background-image: url(../Images/Banners/lpflogo.jpg);
}



#LpfCommerceBanner
{
	background-image: url(../Images/Banners/lpfcommerce1.jpg);
}

#LpfCommerceAdminBanner
{
	background-image: url(../Images/Banners/lpfcommerce1.jpg);
}



#ContactsDivInner
{
	background-image: url(../Images/Banners/RSKLogoWatermark.gif);
}

#NetSHirtTextHeader
{
	background-image: url(../Images/NetShirtTextHeaderENG.jpg);
}


/*  ##########################################  NAVIGATION BAR  ######################################*/


#DivNavBar
{
	width:100%;
	height:40px;
	background-image: url(../Images/navgrad.jpg); 
	background-repeat:repeat-x;
	text-align:left;
	zindex:55;
}

#MenuItems
{
	width:990px;
	margin-left: auto; 
	margin-right: auto;
	height:auto;
	text-align:left;
}

#cssdropdown 
{
	padding: 8px 0px 0px  40px; /* control margin left and right for nav bar */
	height:24px;
	width:auto;
	list-style: none;
	text-align:left;
	z-index:10000!important;
}

#LastItemLeft
{
	border-right: solid 1px #ffffff;
	padding-right:20px;
}

#cssdropdown ul 
{
	margin: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	padding-left:0px;
	list-style: none;
	white-space:nowrap;
	
}

#cssdropdown li
{
	float: left;
	position: relative;
	padding-top:0px;
}

/* lists nested under hovered list items ,  */
 #cssdropdown li:hover .subuls  /*li.over ul  */
 {
	display:block;	
	top:18px;
	left: 0;
	
}

 #cssdropdown .mainitems
{
	margin:0px;
	width:auto;
	white-space:nowrap;
	
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size:small;
	font-weight:bold;
	padding:2px 20px 0px 0px; 
	
}

#cssdropdown .mainitems a,  #cssdropdown  .mainitems a:link, #cssdropdown  .mainitems a:visited,  #cssdropdown  .mainitems a:active
{
	color:#ffffff;
	margin:0px;  /*   if this padding changes, also the hover padding must change accordingly */
	padding-top:0px;
	text-decoration: none;
}

.mainitems a:hover
{
	color:#ffffff;
	margin:0px;  /*   if this padding changes, also the hover padding must change accordingly */
	padding:0px;
	text-decoration: underline;
}

 .mainitems .subuls
{
	display:none;
	font-size:small;
	margin:0px;
	padding:0px;

	width: 170px;
	position: absolute;
		
	background-color: #265075;  /*#7D9AAA;*/
	color:#ffffff;
	border: 0px solid #33699B;
	
}

.mainitems .subuls li
{
	margin:0px;
	padding:0px 10px 0px 0px; /*This is the section to chenge the border at the bottom of the drop down menu's*/
	width:100%;
	
}


.mainitems .SubUlSpan 
{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-size:small;
	width:auto;
		
}


.mainitems .sunuls a .SubUlSpan 
{
	margin:0px;

	text-decoration: none;
	font-weight:bold;
	font-size:small;
	
}

.mainitems .subuls a:hover .SubUlSpan
{
	margin:0px;
	padding-top:10px ;
	
	
	font-weight:bold;
	font-size:small;
	background-color:#33699B;
	
}