img {border:0px;}

ul.global_nav_ul {list-style-image: none); list-style-type: none;}

.global_nav{
	width: 990px;
	font-weight: 400;
	height: 27px;
	margin: 2px 0 2px 0;
	padding:0;
}

.global_nav:after{ /*Add margin between menu and rest of content in Firefox*/
	padding:0;
	margin:0;
	border: none;
}

.global_nav ul{
	width: 100%;
	background: #e5e5e5;
	padding: 6px 0 6px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.global_nav ul li{
	display: inline;
	padding:0;

}

.global_nav ul li a:link, .global_nav ul li a:visited, .global_nav ul li a:active {
color: #000;
padding: 6px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}


.global_nav ul li a:hover{
background: #999; /*THEME CHANGE HERE*/
padding: 6px 8px;
margin:0;
text-decoration: none;
color: #fff;
}
	a.nohover:hover{
		background: none !important; /*THEME CHANGE HERE*/
		color: #000 !important;

	}
/*.global_nav ul li a[rel]:after{ HTML to indicate drop down link*/
/*content: " v";
content: " " url(global_down.gif); 
}*/
/*.global_nav ul li a:hover[rel]:after{ HTML to indicate drop down link hover state*/
/*content: " v";
content: " " url(global_down_on.gif); 
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border-top: 3px solid #999; /*THEME CHANGE HERE*/
border-left: 1px solid #999; 
border-right: 1px solid #999; 
border-bottom: 1px solid #999; 
border-bottom-width: 0;
line-height:18px;
z-index:9999999;
background: #fff;
width: 170px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dotted #e5e5e5; /*THEME CHANGE HERE*/
padding: 5px 0 5px 5px;
margin: 0 0;
text-decoration: none !important;
font-weight: 400;
color: #000 !important;
}
.dropmenudiv a.last{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 5px 0 5px 5px;
margin: 0 0;
text-decoration: none !important;
font-weight: 400;
color: #000 !important;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #999;
	color: #fff !important;
	font-weight: bold;
}


/* ADDITIONS */
li.new_nav_global_down { /* Float right buttons */
	margin-top: -15px;	
	background: #e5e5e5 ;
	float:right;
}
	li.new_nav_global_down a { /* largerdropdown buttons */
		background: #e5e5e5 url(global_down.gif) no-repeat 88% 50%;
		padding-right: 19px !important;
	}
	li.new_nav_global_down a:hover{ /* larger dropdown buttons */
		background: #e5e5e5 url(global_down.gif) no-repeat 88% 50% !important;
		padding-right: 19px !important;
		color: #000 !important;
	}


li.new_nav { /* Float right buttons */
	margin-top: -15px;	
	background: #e5e5e5 ;
	float:right;
}
li.new_nav a:hover { /* Float right buttons */
	background: #fff;
}

li.new_nav_end { /* Float right buttons */
	margin-top: -15px;
	margin-right: 4px;
	background: #e5e5e5 ;
	float:right;
}
 li.new_nav_end a { /* Float right buttons */
	border-right: none !important;
}


li.global_down a { /*dropdown buttons */
	background: #e5e5e5 url(global_down.gif) no-repeat 82% 50%;
	padding-right: 17px !important;
}
li.global_down a:hover{ /*dropdown buttons */
	background: #999 url(global_down_on.gif) no-repeat 82% 50% !important;
	padding-right: 17px !important;
	color: #fff !important;
}
	li.global_down_large a { /* largerdropdown buttons */
		background: #e5e5e5 url(global_down.gif) no-repeat 88% 50%;
		padding-right: 17px !important;
	}
	li.global_down_large a:hover{ /* larger dropdown buttons */
		background: #999 url(global_down_on.gif) no-repeat 88% 50% !important;
		padding-right: 17px !important;
		color: #fff !important;
	}
	

	img.global_valign {
		margin: -4px 0 -7px 0;
		padding:0;
	}
	img.watch_video_align {margin-right: 3px;}
	img.down_arrow_align {margin-bottom: -1px; margin-right: 3px;}
	