/* Dropdown menu container */
#topbarBox
{
	margin: 10px 0 0 0;
	position:relative;
	z-index:10000
}



/* Dropdown boxes - can be customized */
.dBoxA
{
	height:85px;
	padding:0 5px;
	margin:0px;
	text-align:left;
	width: 82px;
	display:block;
}

.dBoxB
{
	height:170px;
	padding:0 5px;
	margin:0px;
	text-align:left;
	width: 210px;

}

.dBoxC
{
	height:180px;
	padding:0 5px;
	margin:0px;
	text-align:left;
	width:320px;
	overflow:hidden;
}

.dBoxD
{
	padding:0 5px;
	margin:0px;
	text-align:left;
	overflow:hidden;
	padding:0;
	background-image: url(blank.png)!important;
	background-repeat: repeat;
}		

.dBoxA, .dBoxB, .dBoxC
{
padding:0 17px;
background-image: url(blank.png);
background-repeat: repeat;
}

.
/* Dropdown navigation */

.nav, .nav ul 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
.nav { position: relative; }
*/

.nav li 
{
	float: left;
	padding:1px 0px 1px 2px;
	position: relative;
}



.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
	font: bold 1em/18px Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	display: inline-block;
	margin: 0px;
	padding: 1px 17px 1px 12px;
	text-transform: none;
	text-decoration: none;
}

.nav li a, .nav li a:link, .nav li a:active
{
	background-color: white;
	background-image: url(arrow_gray_a.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}

.nav li a:hover 
{
	color: #000;
}

/* button backround*/
#nav-one li.topActive a, 
#nav-one li.sfHover a {
	height: 40px;
	color: #585858;
	position: relative;
	z-index: 1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9a9a9a;
	border-right-color: #9a9a9a;
	border-left-color: #9a9a9a;
	border-bottom: 1px solid white;
	background-image: url(arrow_gray_b.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}

#nav-one li.topActive a#cc-item, 
#nav-one li.sfHover a#cc-item {
	height: 21px;
	color: #585858;
	position: relative;
	z-index: 1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9a9a9a;
	border-right-color: #9a9a9a;
	border-left-color: #9a9a9a;
	border-bottom: 1px solid white;
	background-image: url(arrow_gray_b.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}





#nav-one li.topActive ul a, 
#nav-one li.sfHover ul a 
{
	color: #959595;
}

#nav-one li.topActive ul a:hover, 
#nav-one li.sfHover ul a:hover 
{
	color: #000;
}

/*dropdown box settings*/
.nav ul 
{
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	right: 0px;
}

.nav li.topActive ul,
.nav li.sfHover ul 
{
	top: 30px;
}

li.topActive #cb-item
{
	top: 11px;
}


.nav ul li 
{
	border: 0;
	float: none;
	padding:0;
}

.nav ul 
{

	margin-top:13px;
	white-space: nowrap;
	border: 1px solid #9a9a9a;
	margin-right:0px;
}

.nav ul a:hover 
{
	background: #fff;
	color: #000;
}

/* hover link lock*/ 
.lockedSearch a
{
	height:40px;
	color: #000;
	position:relative;
	z-index: 1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9a9a9a;
	border-right-color: #9a9a9a;
	border-left-color: #9a9a9a;
	border-bottom: 1px solid white;
	background-image: url(arrow_gray_b.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}

.lockedSearch ul
{
	top: 31px;
}

.lockedSearch ul a
{
	color: #000;
	background: #fff;
}



