/************************MENU*************************/ 
/**
 * Drop Down Menu - CSS Temp
 * March 26, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 13px 0px 0px 10px;
}

#multi-ddm > li {
	float: left;
}

#multi-ddm > li > a {
	display: block;
	text-align:center;
	padding: 5px 25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-right: 1px dotted #fff;
	background: url(../images/skin/topMenuItemBg.png) 90% no-repeat;
}
	#multi-ddm > li > a.last {
		border-right: none;
	}
	#multi-ddm > li > a.current {
		text-decoration:underline;
	}

#multi-ddm > li > .parent-hover {
	background-color: #101243;
	border-left: 0px solid #545454;
}

#multi-ddm > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}

#multi-ddm > li ul a {
	display: block;
	width: 90px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background-color: #101243;
}

#multi-ddm > li ul li a.first {
	border-top: 0px solid #545454;
}
#multi-ddm > li ul li a.current {
	text-decoration:underline;
}
#multi-ddm > li ul .child-hover1 {
	background-color: #D84D26;
}

#multi-ddm > li ul .child-hover2 {
	background-color: black;
	color: white;
}

#multi-ddm > li ul .child-hover3 {
	background-color: purple;
	color: white;
}

#multi-ddm > li ul .child-hover4 {
	background-color: blue;
	color: white;
}

#multi-ddm > li ul li ul {
	margin: -29px 0 0 163px;
	position: absolute;
}

#multi-ddm span {
	float: right;
}

/************************MENU END*************************/

/************************NAVIGATION*************************/
#navigation {
	border:0px solid #5263AB;
	margin:20px 0px 30px 0px;
	padding:0px;
	text-indent:0px;
	background-color:#fff;
	width:190px;
}
#navigation a.head {
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	border:0px solid #CCCCCC;
	background: url(../images/skin/leftMenuItemBg.png) no-repeat 95% 50%;
	color:#25265F;
	display:block;
	margin:1px 0px 0px 0px;
	padding:7px;
	text-indent:0px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#D84D26;
	background: #F8F6F7 url(../images/skin/leftMenuItemBgActive.png) no-repeat 95% 50%;
}
#navigation a.selected {
	background: url(../images/skin/leftMenuItemBgActive.png) no-repeat 95% 50%;
	text-decoration:underline;
}
#navigation a.current {
	background-color:#FDFBFC;
	font-weight:bold;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
	padding:0px;
	margin:0px;
}
#navigation li li a {
	font-size:12px;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding:4px 2px 4px 2px;
	color:#25265F;
}
#navigation li li a:hover {
	background-color:#FDFBFC;
	color:#D84D26;
}
/************************NAVIGATION END*************************/

/************************BOXY*************************/
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../images/skin/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/skin/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/skin/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/skin/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skin/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skin/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skin/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skin/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: #054180; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: #054180; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #054180; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 1px 40px 1px 1px; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
/************************BOXY END*************************/



/************************PARTNERS SLIDER*************************/
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:190px;
		height:101px;
		margin-left:10px;
		overflow:hidden;
		}
	span#prevBtn{}
	span#nextBtn{}	
	
/************************PARTNERS SLIDER END*************************/
