#navigation/* navigation ---------------------------------------------------- */
 {
	float: inherit;
	height: 14px;
	background: url(../images/smee_menubar.gif) no-repeat;
}
#navigation  ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: left;
	width: 462px;
	position: absolute;
}
#navigation  li {
	padding: 0;
	margin: 0;
	height: 14px;
	display: block;
	position: absolute;
	width: 462px;
	text-align: center;
}
#navigation    li    a  {
	text-decoration: none;		/* for line wouldn't display on Firefox */
	display: block;
	color: #FFFFFF;
	width: 77px;
	height: 14px;
}
#navigation li a:hover {
	width:77px;
	height: 14px;
	color: #FFFFFF;
}
#navigation   li#home  {
	background: url(../images/smee_menubar.gif) no-repeat 0 0;
	height: 14px;
	width: 77px;
}
#navigation   li#events {
	background: url(../images/smee_menubar.gif) no-repeat -77px 0;
	width: 77px;
	height: 14px;
	margin-left: 77px;
}
#navigation  li#speakers  {
	background: url(../images/smee_menubar.gif) no-repeat -154px 0;
	height: 14px;
	margin-left: 154px;
	width: 77px;
}
#navigation  li#partners  {
	background: url(../images/smee_menubar.gif) no-repeat -231px 0;
	height: 14px;
	width: 77px;
	margin-left: 231px;
}
#navigation  li#resources  {
	background: url(../images/smee_menubar.gif) no-repeat -308px 0;
	height: 14px;
	width: 77px;
	margin-left: 308px;
}
#navigation  li#aboutus  {
	background: url(../images/smee_menubar.gif) no-repeat -385px 0;
	height: 14px;
	width: 77px;
	margin-left: 385px;
}
#navigation   li#home   a:hover  {
	background: url(../images/smee_menubar_hover.gif) no-repeat 0 0;
}
#navigation  li#events  a:hover {
	background: url(../images/smee_menubar_hover.gif) no-repeat -77px 0;
}
#navigation li#speakers a:hover {
	background: url(../images/smee_menubar_hover.gif) no-repeat -154px 0;
}
#navigation li#partners a:hover {
	background: url(../images/smee_menubar_hover.gif) no-repeat -231px 0;
}
#navigation li#resources a:hover {
	background: url(../images/smee_menubar_hover.gif) no-repeat -308px 0;
}
#navigation li#aboutus a:hover {
	background: url(../images/smee_menubar_hover.gif) no-repeat -385px 0;
}
#navigation1    li#registar  a:hover {
	background: url(../images/smee_registration_button.gif) no-repeat 0 0;
	width: 153px;
}
#navigation  li.selected{
}
#navigation    li.selected    a{ /*selected main tab style */
	border-bottom-color: white;
}
#navigation   li.selected   a:hover{ /*selected main tab style */
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */
 
.dropmenudiv_b{
	position:absolute;
	top: 0px;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 1px 1px;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 0px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0 0 5px;
	text-decoration: none;
	color: black !important;
	border-left-color: #337ABE;
	border-left-width: 10px;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: black !important;
	background-color: #edf3f3;
}
#home div a, #events div a, #speakers div a, #partners div a, #resources div a{
	color: #0000FF;
	font-weight: bold;
}

#eventspulldown{
	width: 200px;
}

#resourcespulldown{
	width: 100px;
}

#nominationspulldown{
	width: 150px;
}

