@charset "utf-8";
/* CSS Document */


/* Secondary Navigation */
#NavigationSecondary {
	background: url(../images/secondary-navigation/footer-bg.png) no-repeat 50% 100%;
	margin-bottom: 15px; 
	padding-bottom: 2px; 
	width: 210px;
}
	#NavigationSecondary .header { }
	#NavigationSecondary .header a {
		background: url(../images/secondary-navigation/header-bg.gif) no-repeat 0 0;
		color: #fff;
		display: block;
		font-size: 108%;
		font-weight: bold;
		padding: 10px 15px;
		text-decoration: none;
	}
		
	#NavigationSecondary ul {
		border: 1px solid #e6e4e4;
		border-bottom: 0;
		border-top: 0;
	}

	#NavigationSecondary li { border-bottom: 1px solid #E6E4E4; }
	#NavigationSecondary li.first { border-top: 1px solid #E6E4E4; }
	#NavigationSecondary li.last { border-bottom: 0; }
			
	/*
	#NavigationSecondary li a {
		background: url(../images/secondary-navigation/2nd-level-inactive-bg.png) no-repeat 100% 50%;
		color: #acacac;
		display: block;
		font-size: 93%;
		padding: 5px 12px 6px 12px;
		text-decoration: none;
	}
		#NavigationSecondary li a:hover, #NavigationSecondary li a.active {
			background: url(../images/secondary-navigation/2nd-level-active-bg.png) no-repeat 100% 50%;
			color: #fff;
		}
		*/			
				
		#NavigationSecondary  li a {
			background: #F7F6F6 url(../images/secondary-navigation/3rd-level-inactive-bg.png) repeat-y 0 0;
			color: #808080;
			padding: 5px 12px 6px 12px;
			display: block;
			text-decoration: none;
		}
			#NavigationSecondary  li a.active, #NavigationSecondary li a:hover {
				background: #DA8300 url(../images/secondary-navigation/3rd-level-active-bg.png) no-repeat 100% 50%;
				color: #fff;
			}
		
					/*
						#NavigationSecondary  li li li a { background: #FDFCFC; font-size: 85%; padding-left: 20px; }
							#NavigationSecondary  li li li a.active, #NavigationSecondary  li li li a:hover {
								background: #FDFCFC;
								color: #444;
							}
							#NavigationSecondary  li li li li a { padding-left: 40px; }
								#NavigationSecondary  li li li a.active, #NavigationSecondary  li li li a:hover { color: #444; }
						*/
			
			
	#NavigationSecondary .bottom { height:27px; background-color:#565656; /*background: url(../images/secondary-navigation/header-bg.gif) no-repeat 0 0; */}		
	
				
						
						
/*						
#Sidebar .imageTile {margin-bottom: 15px;}
#Sidebar .imageTile a {display: block; text-indent: -32000em; width: 212px;}
	#Sidebar .imageTile a.howToBuy {background: url(../images/sidebar/how-to-buy.jpg) no-repeat 0 0; height: 122px;}
	#Sidebar .imageTile a.msWebinar {background: url(../images/sidebar/microsoft-webinar.jpg) no-repeat 0 0; height: 122px;}
	#Sidebar .imageTile a.chatNow {background: url(../images/sidebar/chat-now.jpg) no-repeat 0 0; height: 122px;}

#Sidebar .contentTile {margin-bottom: 15px;}
	#Sidebar .contentTile .header {background: url(../images/sidebar/content-tile-top-bg.gif) no-repeat 50% 0; height: 5px;}
	#Sidebar .contentTile .channel {
		background: #f7f6f6;
		border-left: 1px solid #e5e5e6;
		border-right: 1px solid #e5e5e6;
		padding: 12px 20px;
	}
		#Sidebar .contentTile .download {background: #f7f6f6 url(../images/sidebar/download-icon.gif) no-repeat 19px 12px; padding-top: 60px;}
		#Sidebar .contentTile .channel h4 {color: #606060; font-size: 93%; font-weight: bold; padding-bottom: 7px;}
		#Sidebar .contentTile .channel p {color: #808080; font-size: 93%; margin-bottom: 12px;}
		#Sidebar .contentTile .channel .downloadNow {padding-left: 5px; padding-top: 5px;}
		#Sidebar .contentTile .channel .downloadNow a {color: #7894a7; font-size: 93%; text-decoration: none;}
		#Sidebar .contentTile .channel .downloadNow a:hover {color: #d87d00;}
		#Sidebar .contentTile .channel .downloadNow a span {color: #d87d00;}
	
	#Sidebar .contentTile .footer {background: url(../images/sidebar/content-tile-bottom-bg.gif) no-repeat 50% 100%; height: 5px;}

#Sidebar .contentBox {background: url(../images/sidebar/content-box-top-bg.gif) no-repeat 50% 0; margin-bottom: 15px;}	
	#Sidebar .contentBox .header {}
	#Sidebar .contentBox .channel {background: url(../images/sidebar/content-box-bottom-bg.gif) no-repeat 50% 100%; padding: 10px 11px 6px 11px;}
		#Sidebar .contentBox .channel .group {
			border-bottom: 1px solid #e3e2e2; 
			display: block;
			margin-bottom: 10px; 
			padding: 0 4px 6px 4px;
		}
		#Sidebar .contentBox .channel .last {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
		#Sidebar .contentBox .channel h3 {
			color: #606060; 
			font-size: 93%;
			font-weight: bold; 
			padding-bottom: 10px;
		}
		#Sidebar .contentBox .channel ul li {padding-bottom: 6px;}
		#Sidebar .contentBox .channel ul li a {color: #7894a7; font-size: 93%; text-decoration: none;}
		#Sidebar .contentBox .channel p {font-size: 93%;}
		
*/
