/**************************************************************************************************************/
/* This is the "Topic Content" background.  It is hidden behind the "Topic Content" tab and you don't see it! */
/* "display:inline-block" makes the whole tab & drop-down stay within the table it's in                       */
/**************************************************************************************************************/

#topic {
	list-style:none;
	width:70px;
	margin:0px 0px 0px auto;
	height:20px;
	padding:0px 0px 0px 0px;
        display:inline-block;




	/* Background color and gradients */
	
	background: #26346e;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	/* Borders */
	
	border: 0px solid #002232;

	        box-shadow:inset 0px 0px 1px #edf9ff;
	   -moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;

	/* Rounded Corners */
	
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/****************************************************************************************************************************/
/* This is the "Topic Content" Tab.  It is dark blue and flat on top and rounded on the bottom.                             */
/****************************************************************************************************************************/

#topic li {
	float:left;
	display:block;
	text-align:center;
        position:absolute;
	padding: 4px 12px 4px 20px;
	margin-right:3px;
        border:none;
	background: #26346e;

	/* Rounded corners */

	        border-radius: 0px 0px 15px 15px;	
	   -moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
}

/*********************************************************************************************************************************/
/* This is the light blue top of drop-down that appears when you hover over the "Topic Content" tab. It covers the "Topic Content" tab. */
/* It is flat on the top and flat on the bottom.                                                                                 */
/*********************************************************************************************************************************/                                                                                

#topic li:hover {
	border: 1px solid #777777;
	padding: 4px 12px 4px 20px;
	
	/* Background color and gradients */
	
	background: #EDF5F8;
	background: -moz-linear-gradient(top, #EDF5F8, #E3F0F8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDF5F8), to(#E3F0F8));
	
	/* Rounded corners */

	        border-radius: 0px 0px 0px 0px;	
	   -moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

#topic li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#topic li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}

#topic li .drop {
	padding-right:20px;
	background:url("DropDownImg/whitedrop.png") no-repeat right 8px;
}


/****************************************************************************************************************************/
/* This is the light blue drop-down box for the list that appears when you hover over the "Topic Content" tab.                     */
/* It is rounded on the bottom and the upper right-hand corner                                                              */
/****************************************************************************************************************************/

#topic li:hover .drop {
	background:url("DropDownImg/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#E3F0F8;
	background: -moz-linear-gradient(top, #E3F0F8, #BEE3F6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3F0F8), to(#BEE3F6));

	/* Rounded Corners */
	-moz-border-radius: 0px 15px 15px 15px;
	-webkit-border-radius: 0px 15px 15px 15px;
	border-radius: 0px 15px 15px 15px;
}

.dropdown_1column  {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#topic li:hover .dropdown_1column, 
#topic li:hover .dropdown_2columns, 
#topic li:hover .dropdown_3columns,
#topic li:hover .dropdown_4columns,
#topic li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#topic .menu_right {
	float:right;
	margin-right:0px;
}

#topic li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#topic li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#topic p, #topic h2, #topic h3, #topic ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#topic h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}

#topic h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}

#topic p {
	line-height:18px;
	margin:0 0 10px 0;
}

#topic li:hover div a {
	font-size:12px;
	color:#015b86;
}

#topic li:hover div a:hover {
	color:#029feb;
}

.strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#topic li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#topic li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

#topic li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}

#topic li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#topic li .tgreybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:255px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#topic li .tgreybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
