/*--mainMenu--*/
.chromestyle {
	width: 99%;
	margin: 0 0 0 5px;
	padding: 0;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.chromestyle ul{
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #494949;
	padding: 5px 3px 3px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited{
	color: #494949;
}
.chromestyle a, .chromestyle li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.chromestyle .divider{
	display: block;
	float:left;
	width: 0px;
	height: 15px;
	margin: 5px 3px;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-left-width: 1px;
	border-color: #ddd;
	font-size: 1px;
}
.chromestyle ul li a:hover{
	border: none;
	background-color: #a4a4ff;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " background-color: #a4a4ff; /*uncomment this line to use an image instead*/
}
.chromestyle .clear {
	display:block;
	float:none !important;
	clear:left;
	height:0px;
	width:0px;
	font-size:1px;
	line-height:0px;
}

/*--subMenu--*/
.dropmenudiv{
	position: absolute;
	width: 170px;
	margin: -2px 0 0;
	padding: 3px 5px;
	background-color: #eee;
	font-weight: normal;
	z-index: 100;
	visibility: hidden;
}

.dropmenudiv a{
	display: block;
	width: auto;
	padding: 2px 10px 2px 5px;
	border-style: none;
	border-width: 0;
	background-color: transparent;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

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

.dropmenudiv a:hover{
	background-color: #dadada;
	color: #c00;
}
.dropmenudiv .title{
	padding:4px 0px 4px 4px;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	cursor:default;
}
.dropmenudiv .dividerx{
	display: block;
	margin:4px 0px 4px 0px;
	border: 1px solid #bfbfbf;
}
.dropmenudiv .dividery{
	height:15px;
	border-left-width:1px;
	margin:4px 2px 0px 2px;
	border-color:#aaa;
}

