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

.dropmenudiv_a{
position:absolute;
top: 2;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
background: url(../images/sub_menu_back.jpg) #c5c5df repeat-x;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
padding: 2px 0;
text-decoration: none;
color: #6666b0;
border-bottom: 1px solid #fff;
}

.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: white;
background: transparent url(../images/sub_bottom.gif) bottom left no-repeat;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #5a588f;
color: white;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blockmenu{
}

.solidblockmenu{
margin: 15px 0px 0px 0px;
padding: 0;
float: left;
font: bold 13px Arial;
border: 0px solid #625e00;
border-width: 0px 0;
background: url(../images/toolbar.jpg) no-repeat;
width: 952px;
}

.solidblockmenu li{
display: inline;
margin-left: 20px;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 10px 30px 4px 11px;
text-decoration: none;
}

/*.solidblockmenu .left{
background: url(../images/menu_left.jpg)  left no-repeat;
width: 13px;
height: 31px;
float: left;
margin-top: 11px;
}

#blockmenu .right{
margin-top: 9px;
background: url(../images/menu_right.jpg) top right no-repeat;
width: 13px;
height: 31px;
}*/

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	padding-bottom: inherit;
}

#home{
	background: url(../images/home.jpg) no-repeat;
	width: 21px;
	height: 30px;
	position: relative;
	top: -10px;
	left: 10px;	
}

#community{
	background: url(../images/community.jpg) no-repeat;
	width: 105px;
	height: 30px;	
	position: relative;
	top: -10px;	
}

#themes{
	background: url(../images/themes.jpg) no-repeat;
	width: 55px;
	height: 30px;	
	position: relative;
	top: -10px;
}

#insights{
	width: 60px;
	height: 30px;
	background: url(../images/insights.jpg) no-repeat;
	position: relative;
	top: -10px;
}

#experts{
	background: url(../images/experts_back.jpg) no-repeat;
	width: 54px;
	height: 30px;
	position: relative;
	top: -10px;
}

#home, #community, #themes, #insights, #experts{
	margin: 0px 20px 0px 0px;
}