/***************************/
#navigation {
	height: 59px;
	margin-top: 2px;
}

#nav {
	position: relative;
	top: 0px;
	height: 30px;
	width: 620px;
	float: left;
}

#nav li ul {
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
}

#nav li {
	margin: 0;
	padding-right: 6px;
	float: left;
	display: block;
}

#nav li ul {
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #ffffff;
	float: left;
	height: 25px;
	width: 1000px;
}

#nav li a {
	display:block;
	height:30px;
	margin-right:2px;
	padding:0;
}

#nav li a span {
	visibility: hidden;
}

#nav li ul a {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:23px;
	line-height:20px;
	margin-top:5px;
	padding:0 5px 1px 7px;
	text-decoration:none;
	width:auto;
}

#nav li ul a:hover {
	color: #e4e4e4;
	text-decoration: underline;
}

#nav li ul {
	display: block;
}


#nav li ul {
	display: none;
	/*visibility: hidden;*/
}

#nav li:hover ul,#nav li.over ul {
	/*display: block;*/
	z-index: 6000;
	visibility: visible;
}

a#menuforum {
	background: url(../images/frontend/menu-items.png) no-repeat 0 0;
	width: 214px;
}

a#menuportals {
	background: url(../images/frontend/menu-items.png) no-repeat -214px 0;
	width: 187px;
}

a#menuagregators {
	background: url(../images/frontend/menu-items.png) no-repeat -401px 0;
	width: 187px;
}


#nav-right {
	margin-top: 8px;
	float: right;
}

#nav-right li {
	background: url(../images/frontend/menuitem-separator-bckg.gif) no-repeat right;
	display: block;
	float: left;
	padding: 0 9px 0 7px;
}

#nav-right li.last {
	background: none;
}

#nav-right li a {
	text-decoration: none;
	color: #ff7800;
}




/***********************************************/
/*********** CHROMESTYLE ***********************/
/***********************************************/
.chromestyle{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv {
	border-bottom-width:0;
	line-height:20px;
	margin-left:-20px;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:100;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #fff; /*THEME CHANGE HERE*/
	height: 30px;
	text-decoration: none;
}

.dropmenudiv a:hover {
	text-decoration: none;
}

.dropmenudiv a span {
	display: none;
}

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

#dropmenu1 {
	background-color: #ff7300;
}

#dropmenu2 {
	background-color: #3399ff;
}