#menu {
	list-style:none;

	border:none;

	height: 35px;
	padding:0px 0px 0px 15px;

	/* Rounded Corners */
/*	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
	/* Background color and gradients */
	
	
	
	
	/* Borders */
	


	/*-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
	z-index:2500;
	position:relative;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 2px 10px 4px 10px;
/*	margin-right:18px;
	margin-top:7px;*/
	border:none;
}

#menu li:hover {


	color:#000000;
	background-image:url(images/hover1.png);
	
	
	
	
	/* Background color and gradients */
	

	
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	display:block;
	outline:0;
	text-decoration:none;
	
	
}

#menu li:hover a {
	color:#000000;


}
#menu li .drop {
	padding-right:21px;

}
#menu li:hover .drop {
	background:url("img/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 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#ffffff;
	

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 175px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 480px;}
.dropdown_4columns {width: 640px;}
.dropdown_5columns {width: 800px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu 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:150px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:left;
	margin-right:0px;
}
#menu 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;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	color:#FF6633;
	
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	color:#FF6633;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#000;
}
#menu li:hover div a:hover {
	color:#666;
}


.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;
}

#menu li .black_box {
	
	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;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:150px;
}

#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
	color: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li .greybox li {
	
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {

	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#newsticker{
	border:1px solid #ccc;
	background:#ececec;
	color:#007fc5;
	padding:0;
	position:relative;
	height:33px;
	margin:10px 0 10px
}

.newsticker:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}

#newsticker a:link,#newsticker a:visited{
	color:#007fc5
}

#newsticker h3{
	float:left;
	margin:10px 12px 0 17px;
	font-size:12px
}

#newsticker .newsticker-controls{
	padding:0 1px;
	float:left;
	width:61px;
	margin-top:8px
}

#newsticker .newsticker-controls a{
	margin:0;
	padding:0;
	text-decoration:none;
	display:block
}

#newsticker .newsitem-previous{
	margin:0;
	padding:0;
	width:24px;
	border-right:1px solid #afafaf;
	float:left
}

#newsticker .newsitem-previous a{
	background:transparent url("hp-sprites-mb.png") no-repeat scroll -7px 0;
	height:16px
}

#newsticker .newsitem-previous a:hover,#newsticker .newsitem-previous a:focus{
	background-position:-7px -16px
}

#newsticker .newsitem-next{
	margin:0 12px 0 0;
	padding:0;
	width:24px;
	float:right
}

#newsticker .newsitem-next a{
	background:transparent url("hp-sprites-mb.png
	") no-repeat scroll -33px 0;
	height:16px
}

#newsticker .newsitem-next a:hover{
	background-position:-33px -16px
}

#newsticker ol{
	list-style-type:none;
	position:relative;
	float:left;
	width:526px;
	font-size:12px
}

#newsticker ol li{
	position:absolute;
	top:-3px;
	left:43px;
	margin-top:10px
}

#newsticker ol li.twolinenews{
	margin-top:2px
}

#newsticker ol li a:hover{
	text-decoration:underline
}

#newsticker ol li .date{
	color:#666;
	background:#ececec
}

#newsticker .newsticker-nav{
	float:right;
	color:#434e52;
	margin-right:1px
}

#newsticker .newsticker-nav .sm-title{
	float:left;
	margin-right:11px
}

#newsticker .newsticker-nav a{
	background:transparent url("hp-sprites-mb.png") no-repeat scroll;
	float:left;
	margin-right:9px;
	width:16px;
	height:16px;
	text-align:center;
	text-decoration:none
}

#newsticker .newsticker-nav .rss a{
	background-position:-62px 0
}

#newsticker .newsticker-nav .rss a:hover{
	background-position:-62px -16px
}

#newsticker .newsticker-nav .fbk a{
	background-position:-79px 0
}

#newsticker .newsticker-nav .fbk a:hover{
	background-position:-79px -16px
}

#newsticker .newsticker-nav .twt a{
	background-position:-96px 0
}

#newsticker .newsticker-nav .twt a:hover{
	background-position:-96px -16px
}

#newsticker a#followus{
	background:url("hp-sprites-mb.png") 100% 0;
	width:163px;
	height:35px;
	display:block;
	float:left;
	text-indent:-20000px;
	outline:0;
	-moz-outline:0;
	margin:-1px -2px 0 0
}

#newsticker a#followus:hover,#newsticker a#followus:focus{
	background-position:100% -35px
}

#newsticker .ctl,#newsticker .cbl{
	display:block;
	height:4px;
	width:4px;
	position:absolute;
	background:url("hp-sprites-mb.png") no-repeat 0 0;
	line-height:4px;
	font-size:0
}

#newsticker .ctl{
	top:-1px;
	left:-1px
}

#newsticker .ctr{
	top:-1px;
	right:-1px;
	background-position:0 -4px
}

#newsticker .cbl{
	bottom:-1px;
	left:-1px;
	background-position:0 -12px
}

#ie6 #newsticker .cbl{
	bottom:-2px
}

#newsticker .cbr{
	bottom:-1px;
	right:-1px;
	background-position:0 -8px
}

#ie6 #newsticker .cbr{
	bottom:-2px
}


#followus{
	background-image:url("followus/bg-fus.jpg");
	background-repeat:repeat-x;
	display:block;
	height:35px;
	margin:-1px 0 0 0;
	float:right
}


