﻿.nicon{
	margin:0;
	vertical-align:bottom;
	border:0;
}

.chromestyle{
	font-weight: bold;
	font-family:"Comic Sans MS";
	font-size:12px;
	background-color:#1c1f21;
	margin:0;
	padding:3px 0;
	text-align:left;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	background-color:#1c1f21;
	margin: 0;
	padding:0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	padding:0 5px;
	margin:0;
	border-right:1px solid #ffffff;
	}

.chromestyle ul li a, .chromestyle ul li a:visited{
	color: #ACACAC;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	}

.chromestyle ul li a:active, .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#F5EEEE;
	text-decoration: none;
	}

.chromestyle ul li a.current:link, .chromestyle ul li a.current:visited{
	color:#ADD13A;
}

.chromestyle ul li.last{
	border-right:0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	right:0;
	font-family:"Comic Sans MS";
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: #B0B0B0;
	width: auto;
	visibility: hidden;
	margin:0;
	}

.dropmenudiv a, .dropmenudiv a:visited{
	display: block;
	text-indent: 5px;
	padding: 4px 5px 4px 0;
	text-decoration: none;
	color: #1c1f21;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:active, .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #EAEAEC;
	color: #1c1f21;
	text-decoration: none;
	}