/* ================================================================ 
Son of Suckerfish Dropdowns

http://www.htmldog.com/articles/suckerfish/dropdowns/
=================================================================== */

.menuContainer {
	margin:0 0 0 140px; 
	padding:6px 0 0 0;
	text-align:left; 
	background:url(/themes/globaltalk/images/menu4Search.gif) right top no-repeat; 
	height:31px; 
	width:610px; 		 
}

.menu4 {
	height:25px;
}

#nav, #nav ul {

	padding: 0;
	margin: 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px; 
	color:#000;
}

#nav a {
	display:block;
}

#nav li {
	display:block;
	width: 125px;
	margin:0px 0px 0px 7px;	
	float:left;
}


#nav li ul {
	position: absolute;
	width:125px;
	left:-999em;
}
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

li.image a {
	display:block;
	width: 125px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: center;
	background:#003e7e url(/themes/globaltalk/images/mainMenuBtn.gif) top left no-repeat;
}
li.image a:hover {
	background: #003e7e url(/themes/globaltalk/images/mainMenuBtn_hover.gif) top left no-repeat;
}

li.image ul li a {
	width:100px;
	text-align:left;
	margin-left:2px;
	padding-left:5px;
	background:#ebebeb;
	border-left:#b7b8bb solid 1px; 
	border-right:#b7b8bb solid 1px; 
	border-bottom:#b7b8bb solid 1px;
	border-bottom:#b7b8bb dashed 1px;
}
li.image ul li a:hover {
	background:#003e7e;
	color:#FFF;
}	
