/**
 * Default color scheme
 * -------------------- 
**/

/* Blue */
.blue {
	background-color: #0079B8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0079B8), to(#0079B8), color-stop(.5,#2399D6));
	background: -moz-linear-gradient(top, #0079B8 0%, #2399D6 50%, #0079B8 100%);
	border: 1px solid #0079B8;
}
ul.blue > li  {
	border-right: 1px solid #0178b5;
}

/* first li have home class*/
ul#jDropDown > li > a {
	font: bold 11px Verdana,sans-serif;
	color: #fff;
}	

/* just that pattern */
ul#jDropDown > li > a {
	background-repeat: no-repeat;
	background-position: 2px 11px;
	height: 40px; 
	position: relative;
	top: 15px;
	margin: 0px 1px 0px 1px;
	padding: 1px 15px 1px 15px;
}

/* first li have home class*/
ul#jDropDown li.home img{
	border: 0px;
}

ul#jDropDown > li > .on, ul#jDropDown > li > a:hover{
	color: #ffffff;
	top: 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0079B8), to(#0079B8));

	padding-top: 15px;
	height: 31px; 
	text-decoration:none;
	/* css3 */
	-moz-border-radius: 2px 2px 0 0px;
	border-radius: 2px 2px 0 0px;
}
ul#jDropDown > li.home a:hover, ul#jDropDown > li.home a {
	background: none;
	top: 10px;
	padding-top: 0px;
}

/* 
	LEVEL ONE
*/
ul#jDropDown {
	position: relative;
	height: 53px; 
	width: 960px; 
	
	/* css3 */
	-moz-border-radius: 4px;
	 border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	 box-shadow: 2px 2px 2px #5d5d5d;
}
ul#jDropDown li {
	float: left;
	font-weight: bold;
	zoom: 1;
	position: relative;
}
ul#jDropDown li a {
	display: block;
}
ul#jDropDown > li:last-child {
	border-right: none;
}

/* 
	LEVEL TWO
*/
ul#jDropDown ul {

}

ul#jDropDown li .content {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 300px;
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 10px 0px 10px 10px;

}

ul#jDropDown ul li {
	border-bottom: 1px solid #ccc;
	float: none;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0 4px 0;
}
ul#jDropDown ul li:last-child {
	border-color: #fff;
}
ul#jDropDown ul li a {
	border-right: none;
	display: inline-block;
	width: 100%;
	color: #fff;
	font: bold 11px Verdana,sans-serif;
	color: #fff;
}


ul#jDropDown ul li a:hover {
	text-decoration: none;
}


/* Column */
.column_1, .column_2, .column_3, .column_4, .column_5 {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	margin-top: 4px;
	background-color: #0079B8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0079B8), to(#0079B8), color-stop(.5,#2399D6));
	background: -moz-linear-gradient(top, #0079B8 0%, #2399D6 50%, #0079B8 100%);
	border: 1px solid #0079B8;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079B8', endColorstr='#2399D6');
	border-top: 0px;
	
	/* css3 */
	-moz-border-radius: 4px;
	 border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	 box-shadow: 2px 2px 2px #5d5d5d;
}

.column_1 {width: 180px;}
.column_2 {width: 340px;}
.column_3 {width: 510px;}
.column_4 {width: 680px;}
.column_5 {width: 850px;}

ul#jDropDown .column {
	float: left;
	width: 160px; 
	margin: 10px;
	
}
ul#jDropDown .column .sectionTitle {
	display: block;
	padding: 8px 0px 5px 1px;
	border-bottom: 1px solid #ccc;
}
ul#jDropDown .column .contact {
	text-align: right;
	font: normal 11px Arial;
	float: right;
	color: #676767;
}
ul#jDropDown .column .contact p{
	margin: 10px 0px 0px 0px;
	
}
